Re: solr9.5 facet exclusion not working properly with vector search

2025-01-08 Thread Yue Yu
Thank you Alessandro. I've file the jira with more details and example: https://issues.apache.org/jira/browse/SOLR-17615 On Wed, Jan 8, 2025 at 8:56 AM Alessandro Benedetti wrote: > The best I got is : > > > https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html#implicit-

Re: solr9.5 facet exclusion not working properly with vector search

2025-01-08 Thread Alessandro Benedetti
The best I got is : https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html#implicit-pre-filtering This piece of work was added by Chris and it's quite complicated. If you feel there's a bug, please elaborate as much as possible, reproduce it and open a Jira ticket. We as

solr9.5 facet exclusion not working properly with vector search

2025-01-06 Thread Yue Yu
Hi All, I see there is a fix for KnnQParser to add selected fqs as pre-filter: https://issues.apache.org/jira/browse/SOLR-16858 Chris Hostetter was using "multiselect faceting" as an example to illustrate the use case. However the "multiselect faceting" is still not working well with vector searc