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
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
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