SolrQuery::removeSortField

(PECL solr >= 0.9.2)

SolrQuery::removeSortFieldRemoves one of the sort fields

Descrição

publicSolrQuery::removeSortField(string$field): SolrQuery

Removes one of the sort fields

Parâmetros

field

The name of the field

Valor Retornado

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

To Top