PHP Doku:: Specifies how to sort the returned terms - solrquery.settermssort.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrQuery classSolrQuery::setTermsSort

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrQuery class

<<SolrQuery::setTermsReturnRaw

SolrQuery::setTermsUpperBound>>

SolrQuery::setTermsSort

(PECL solr >= 0.9.2)

SolrQuery::setTermsSortSpecifies how to sort the returned terms

Beschreibung

publicSolrQuery SolrQuery::setTermsSort ( int $sortType )

If SolrQuery::TERMS_SORT_COUNT, sorts the terms by the term frequency (highest count first). If SolrQuery::TERMS_SORT_INDEX, returns the terms in index order

Parameter-Liste

sortType

SolrQuery::TERMS_SORT_INDEX or SolrQuery::TERMS_SORT_COUNT

Rückgabewerte

Returns the current SolrQuery object, if the return value is used.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)