nrtsearch
nrtsearch copied to clipboard
A high performance gRPC server on top of Apache Lucene
The following query works now. It supports all the numeric values, strings, maps and lists. ``` { "indexName": "testRuntime", "startHit": 0, "topHits": 5, "retrieveFields": [ "vendor_name", "license_no", "v1", "r1", "r2",...
I could like to understand how should communicate with nrtSearch (Java) gRPC server with .Net7 gRPC client found the connectivity error. To have knowledge of what gRPC Json Transcoding [here](https://learn.microsoft.com/en-us/aspnet/core/grpc/json-transcoding?view=aspnetcore-7.0)...
This change adds support for helm charts to Nrtsearch. [Helm](https://helm.sh/) is widely known as the package manager of Kuberentes. Helm simplifies the process of writing and maintaining Kubernetes YAML manifests...
https://github.com/Yelp/nrtsearch/issues/567 RP-7664 Fix a bug in lucene core, where the fragment end is calculated wrongly when using discreteMultiValue. - overriding the buggy class with a fix in line https://github.com/Yelp/nrtsearch/pull/564/files#diff-df0e127b960bddcdd8d618e76351dc785218a9c8cbebcb6ba88b3d649401095aR157 -...
This happens when fetch fragments using NRTFastVectorHighLighter(fhv). To reproduce this: using fhv to highlight a multivalue field the fragment is at the end of the field the fragment is from...
After some review of the code and little experimenting with nrtsearch I came up with a few findings and questions I like to ask and clarify: 1) Is it correct...
I came across the nrtsearch project and I'd love to use it for one of my side projects! I think it would be great if replica nodes can run within...
As in the title, the coverage badge seems to be broken, clicking the "Coverage" link gives 404:
lucene-server should have a flag like `-d` to start in detached mode (in the background) and when given this option write a PID file so that the server process can...
``` [WARN ] 2021-11-11 14:12:34.761 [LuceneIndexingExecutor-1-thread-3] LuceneServer - error while trying to addDocuments java.lang.NullPointerException: null at com.yelp.nrtsearch.server.luceneserver.AddDocumentHandler$DocumentIndexer.addDocuments(AddDocumentHandler.java:317) ~[nrtsearch-0.10.2.jar:?] at com.yelp.nrtsearch.server.luceneserver.AddDocumentHandler$DocumentIndexer.runIndexingJob(AddDocumentHandler.java:238) ~[nrtsearch-0.10.2.jar:?] at com.yelp.nrtsearch.server.grpc.LuceneServer$LuceneServerImpl$1.onCompletedForIndex(LuceneServer.java:651) ~[nrtsearch-0.10.2.jar:?] at com.yelp.nrtsearch.server.grpc.LuceneServer$LuceneServerImpl$1.lambda$onCompleted$0(LuceneServer.java:696) ~[nrtsearch-0.10.2.jar:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]...