Hi Team What is the searchAfter behavior if index is continuously being updated. Document numbers changes if indexes are updated. Also indexes are update on segment merge.
Now, Suppose
- I am holding a ScoreDoc before index update
- Index is updated (document number changes).
(A document number may not be relevant in the context to
searchAfter query)
- I pass this ScoreDoc to searchAfter.
Will searchAfter start after ScoreDoc document number OR it will search
from scratch?
Regards
Rajnish
