The SolrQuery class
(PECL solr >= 0.9.2)
はじめに
Represents a collection of name-value pairs sent to the Solr server during a request.
クラス概要
/* 定数 */
/* プロパティ */
/* メソッド */
public __destruct()
/* 継承したメソッド */
public SolrModifiableParams::__construct()
public SolrModifiableParams::__destruct()
}定義済み定数
SolrQuery::ORDER_ASC
-
Used to specify that the sorting should be in acending order
SolrQuery::ORDER_DESC
-
Used to specify that the sorting should be in descending order
SolrQuery::FACET_SORT_INDEX
-
Used to specify that the facet should sort by index
SolrQuery::FACET_SORT_COUNT
-
Used to specify that the facet should sort by count
SolrQuery::TERMS_SORT_INDEX
-
Used in the TermsComponent
SolrQuery::TERMS_SORT_COUNT
-
Used in the TermsComponent