SolrQuery::setFacetMissing
Maps to facet.missing
Description
public SolrQuery SolrQuery::setFacetMissing(bool $flag
, string $field_override
= ?)
Parameters
-
flag
-
true
turns this feature on. false
disables it.
-
field_override
-
The name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.