PHP 8.3.4 Released!

SolrQuery::removeMltField

(PECL solr >= 0.9.2)

SolrQuery::removeMltFieldУдаляет одно из полей moreLikeThis

Описание

public SolrQuery::removeMltField(string $field): SolrQuery

Удаляет одно из полей moreLikeThis.

Список параметров

field

Имя поля

Возвращаемые значения

Возвращает текущий объект SolrQuery, если используется возвращаемое значение.

add a note

User Contributed Notes

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