The SolrQuery class
Represents a collection of name-value pairs sent to the Solr server during a request.
Intro
Represents a collection of name-value pairs sent to the Solr server during a request.
Class synopsis
Predefined Constants
SolrQuery::ORDER_ASCUsed to specify that the sorting should be in acending order
SolrQuery::ORDER_DESCUsed to specify that the sorting should be in descending order
SolrQuery::FACET_SORT_INDEXUsed to specify that the facet should sort by index
SolrQuery::FACET_SORT_COUNTUsed to specify that the facet should sort by count
SolrQuery::TERMS_SORT_INDEXUsed in the TermsComponent
SolrQuery::TERMS_SORT_COUNTUsed in the TermsComponent
Solrquery