PHP Doku:: Sets the maximum number of terms to return - solrquery.settermslimit.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrQuery class

<<SolrQuery::setTermsIncludeUpperBound

SolrQuery::setTermsLowerBound>>

SolrQuery::setTermsLimit

(PECL solr >= 0.9.2)

SolrQuery::setTermsLimitSets the maximum number of terms to return

Beschreibung

publicSolrQuery SolrQuery::setTermsLimit ( int $limit )

Sets the maximum number of terms to return

Parameter-Liste

limit

The maximum number of terms to return. All the terms will be returned if the limit is negative.

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",...)