I am assuming you are talking about the terms component and calling the
/terms handler. There is no fq support for /terms handler at the moment.
The Terms component works directly on the Terms index and does not have
knowledge of live documents. So if you delete a document, and even if a new
sear
Hi Alessandro,
I somehow assumed he was asking about the terms component/handler because I
also needed to use filters with it in the past and failed
https://solr.apache.org/guide/solr/latest/query-guide/terms-component.html
—
> On Jul 23, 2024, at 19:19, Alessandro Benedetti wrote:
>
> "Out
"Out of the box it is not supported, and facet can be used in this use
case."
What do you mean?
Filtering and faceting are two separate features.
Filter queries are supported to run in conjunction with any query (
https://solr.apache.org/guide/solr/latest/query-guide/common-query-parameters.html#
Do you want to filter the terms themselves or do you want to filter the
documents and get the terms of the filtered subset?
—ufuk
—
> On Jul 18, 2024, at 1:46, Natarajan, Rajeswari
> wrote:
>
> Hi,
>
> Looking to see if we can get terms query working with filters (extensive
> filters use c
Hi,
Looking to see if we can get terms query working with filters (extensive
filters use case including range filters). Out of the box it is not supported,
and facet can be used in this use case. Facet response times are bad for a
large index.
So trying to see if filters can be combined with te