SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

SolrQuery::removeExpandSortFieldRemoves an expand sort field from the expand.sort parameter

Descrição

publicSolrQuery::removeExpandSortField(string$field): SolrQuery

Removes an expand sort field from the expand.sort parameter.

Parâmetros

field

field name

Valor Retornado

SolrQuery

Veja Também

To Top