SolrQuery::setFacetMissing
(PECL solr >= 0.9.2)
SolrQuery::setFacetMissing — Maps to facet.missing
Описание
public SolrQuery SolrQuery::setFacetMissing
(
bool $flag
[,
string $field_override
] )
Список параметров
-
flag
-
TRUE turns this feature on. FALSE disables it.
-
field_override
-
The name of the field.
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.