PHP » GoLang |
login |
register |
about
|
GoLang SolrQuery::addFacetField
request it (348)
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
<?php The above example will output something similar to: SolrObject Object ( [color] => SolrObject Object ( [blue] => 20 [green] => 100 ) ) |
more
Recently updated
more
Most requested
more
Last requests
|