PHP » GoLang |
login |
register |
about
|
GoLang SolrQuery::addFacetField
request it (608)
GoLang replacement for PHP's SolrQuery::addFacetField
[edit | history]
SolrQuery::addFacetField(PECL solr >= 0.9.2) SolrQuery::addFacetField — Adds another field to the facet DescriptionAdds another field to the facet Parameters
Return ValuesReturns the current SolrQuery object, if the return value is used. Examples
Example #1 SolrQuery::addFacetField() example
<?phpThe above example will output something similar to:
SolrObject Object
(
[color] => SolrObject Object
(
[blue] => 20
[green] => 100
)
)
|
more
Most requested
more
Last requests
|