PHP 8.3.4 Released!

SolrQuery::removeFacetDateOther

(PECL solr >= 0.9.2)

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

Описание

public SolrQuery::removeFacetDateOther(string $value, string $field_override = ?): SolrQuery

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

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

value

Значение

field_override

Имя поля.

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

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

add a note

User Contributed Notes

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