Re: Solr custom query component does not return correct facet counts

2021-03-12 Thread gnandre
I resolved this issue by extending the class to SearchComponent instead of QueryComponent. It seems that SearchComponent sits at a higher level of abstraction than QueryComponent and is useful when you want to work on a layer above shards. On Wed, Mar 10, 2021 at 8:05 PM gnandre wrote: > I have

Solr custom query component does not return correct facet counts

2021-03-10 Thread gnandre
I have a simple Solr query component that does some exact match processing by replacing qf and pf params in incoming search requests with new values that point to the fields that do not do stemming, synonymization etc. This works as expected. However in a distributed context (not using SolrCloud,