PHP 7.0.6 Released

SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

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

Description

public SolrQuery SolrQuery::removeExpandSortField ( string $field )

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

Parameters

field

field name

Return Values

SolrQuery

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top