SolrQuery::removeMltField

(PECL solr >= 0.9.2)

SolrQuery::removeMltFieldRemoves one of the moreLikeThis fields

Açıklama

publicSolrQuery::removeMltField(string$field): SolrQuery

Removes one of the moreLikeThis fields.

Bağımsız Değişkenler

field

Name of the field

Dönen Değerler

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

To Top