SolrQuery::removeMltQueryField
PHP Manual
PHP Manual»SolrQuery»SolrQuery::removeMltQueryField

SolrQuery::removeMltQueryField

(PECL solr >= 0.9.2)

SolrQuery::removeMltQueryFieldRemoves one of the moreLikeThis query fields

Descrizione

public function SolrQuery::removeMltQueryField(string $queryField): SolrQuery

Removes one of the moreLikeThis query fields.

Elenco dei parametri

queryField

The query field

Valori restituiti

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

To Top