Re: Consistent NRT searching with SearcherLifetimeManager and multiple instances

2023-12-14 Thread Steven Schlansker
Thanks for the reply! On Thu, Dec 14, 2023 at 2:58 AM Michael McCandless wrote: > > Hi Steven, > > Great question! I'm so glad to hear your app is providing consistent > pagination :) I've long felt Lucene (with NRT segment replication) could do > a great job at this, yet so few apps manage t

Re: Consistent NRT searching with SearcherLifetimeManager and multiple instances

2023-12-14 Thread Michael McCandless
Hi Steven, Great question! I'm so glad to hear your app is providing consistent pagination :) I've long felt Lucene (with NRT segment replication) could do a great job at this, yet so few apps manage to implement it. Every time I interact with a search engine and go to the next page it irks me

Consistent NRT searching with SearcherLifetimeManager and multiple instances

2023-12-13 Thread Steven Schlansker
Hi lucene-users, We use the lucene-replicator to have a single indexing node push commits and NRT updates to a set of replicas. Currently, each replica has the full dataset - there is no sharding. We use a SearcherLifetimeManager to try to provide consistent pagination over results. So when w