PHP 8.3.4 Released!

SolrQuery::removeFacetField

(PECL solr >= 0.9.2)

SolrQuery::removeFacetFieldУдаляет один из параметров facet.date

Описание

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

Удаляет один из параметров facet.date

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

field

Имя поля

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

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

add a note

User Contributed Notes

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