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.