Re: Terms query with filters

2024-07-29 Thread Rahul Goswami
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

Re: Terms query with filters

2024-07-23 Thread ufuk yılmaz
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

Re: Terms query with filters

2024-07-23 Thread Alessandro Benedetti
"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#

Re: Terms query with filters

2024-07-18 Thread ufuk yılmaz
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

Terms query with filters

2024-07-17 Thread Natarajan, Rajeswari
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