nitirajrathore opened a new pull request #83:
URL: https://github.com/apache/lucene/pull/83


   # 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
   
   # Solution
   
   Fixed the bug and also made the code to execute parallelly, so as to take 
less time for large document vector files.
   
   
   # Tests
   
   Created an abstraction to get ByteBuffers and used a simple wrapper over to 
test the core functionality.
   Created test cases for successful and exceptional cases.
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [Check] I have reviewed the guidelines for [How to 
Contribute](https://wiki.apache.org/lucene/HowToContribute) and my code 
conforms to the standards described there to the best of my ability.
   - [Check ] I have created a Jira issue and added the issue ID to my pull 
request title.
   - [ Check] I have given Lucene maintainers 
[access](https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
 to contribute to my PR branch. (optional but recommended)
   - [Check ] I have developed this patch against the `main` branch.
   - [ Check] I have run `./gradlew check`.
   - [Check ] I have added tests for my changes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to