Yelp / nrtsearch

A high performance gRPC server on top of Apache Lucene
Apache License 2.0
266 stars 40 forks source link

Search After Support for NRTSearch #699

Closed taoyyu closed 2 months ago

taoyyu commented 2 months ago

Added LastHitInfo in request and response search state(did not remove duplicate fields in searchState for backward compatibility). Passed to collector as searchAfter FieldDoc. Only added to SortFieldCollector. Added test with docId(primary use case), virtualField and LatLon.