PHP 8.3.4 Released!

SolrQuery::removeFacetQuery

(PECL solr >= 0.9.2)

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

Описание

public SolrQuery::removeFacetQuery(string $value): SolrQuery

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

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

value

Значение

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

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

add a note

User Contributed Notes

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