nrtsearch icon indicating copy to clipboard operation
nrtsearch copied to clipboard

A high performance gRPC server on top of Apache Lucene

Results 37 nrtsearch issues
Sort by recently updated
recently updated
newest added

We should be able to filter by more than one context. For example: context could be a list or a map : client could add 2 geocontext: geocontext1: {precision:5, boost:...

RP-9680 Deprecate sort and group field options. For fields other than TEXT or ATOM, just specifying `storeDocValues: true` will result in the correct docvalue type being picked. For TEXT and...

Update the README file to test through grpc-gateway. Also - refactor the indentation of the code - fix a confusing point in the search example: - "queryText" uses full text...

In this PR, we implement the feature to continue to collect doc but skip scoring to not introduce any latency. The approach we are taking here is to overwrite the...

This is another implementation to this [PR](https://github.com/Yelp/nrtsearch/pull/660) Thank you @aprudhomme for your contribution!

Move the location of the `YelpReviewTest`. Also move some utility classes from main to test that are only used by this test.

Adds new cli commands to `nrt_utils` for interacting with the version backend resource (global state, index state, nrt point state, warming queries) ## getResourceVersion Get the current version for a...