SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

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

Description

publicSolrQuery::removeExpandSortField(string$field): SolrQuery

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

Liste de paramètres

field

field name

Valeurs de retour

SolrQuery

Voir aussi

To Top