Re: Facet Count strategies and common errors

2024-10-02 Thread Stefan Vodita
Hi Marc, I'm curious what version of Lucene you're using. Outside that, I can give two pointers. 1. I think you're right to want to look into using DrillSideways for your use-case. There are some examples in the demo package [1], which should be helpful. 2. There is a new aggregation engine [2]

Re: KnnQueries and result discrepancy between indexes with the same data

2024-10-02 Thread Rui Wu
Hi all, We happen to be testing on similar things. Based on our experience: 1) For one index that is not changing anymore: issuing the same queries repeatedly will generate the same results. This is true with concurrent segment search on. But we are not so sure if this still holds after https://g