SolrQuery::removeExpandSortField
PHP Manual
PHP Manual»SolrQuery»SolrQuery::removeExpandSortField

SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

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

Descrizione

public function SolrQuery::removeExpandSortField(string $field): SolrQuery

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

Elenco dei parametri

field

field name

Valori restituiti

SolrQuery

Vedere anche:

To Top