PHP 8.3.4 Released!

SolrQuery::removeFacetDateOther

(PECL solr >= 0.9.2)

SolrQuery::removeFacetDateOtherElimina uno de los parámetros facet.date.other

Descripción

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

Elimina uno de los parámetros facet.date.other.

Parámetros

value

El valor

field_override

El nombre del campo.

Valores devueltos

Devuelve el objeto SolrQuery actual, si se usó el valor de retorno.

add a note

User Contributed Notes

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