SolrQuery::removeHighlightField
PHP Manual
PHP Manual»SolrQuery»SolrQuery::removeHighlightField

SolrQuery::removeHighlightField

(PECL solr >= 0.9.2)

SolrQuery::removeHighlightFieldRemoves one of the fields used for highlighting

Опис

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

Removes one of the fields used for highlighting.

Параметри

field

The name of the field

Значення, що повертаються

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

To Top