nitirajrathore

Results 6 issues of nitirajrathore

Hi, We are using suppression [like this](https://github.com/elastic/elasticsearch/blob/4c981ff4bfc250080d521af105b5e8589c9fc517/core/src/main/java/org/elasticsearch/common/SuppressForbidden.java) in elasticsearch project. But we are faced with a complication. We are extending a forbidden class and to make Suppression work we used...

enhancement

# Description There was a bug in the KNN Tester where in for large document vector files only first set of documents will be considered for Full Knn calculation #10837...

This change 1. removes the Gradle and maven build systems 2. Adds the ant + Ivy build system 3. moves uncompilable files to /legacy folder.

Adding this code for someone to checkout and comment but not merge yet. This change picks up changes from earlier pending PR #234. Added `CheckHNSWConnectedness` for finding the connectedness of...

### Description I work for Amazon Retail Product search and we are using Lucene KNN for semantic search of products. We recently noticed that the hnsw graphs generated are not...

type:bug

…onnected. No test cases, unoptimized, draft only version. ### Description Details in this comment : https://github.com/apache/lucene/issues/12627#issuecomment-1801982741 I will first update the code for performance, then add / update test cases...