alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
https://alexklibisz.github.io/elastiknn
Apache License 2.0
368 stars 48 forks source link

Refactor: Add EmptyHitCounter for use in MatchHashesAndScoreQuery #601

Closed alexklibisz closed 9 months ago

alexklibisz commented 9 months ago

Related Issue

611

Changes

Added an EmptyHitCounter for cases where reader.terms returns null. Just an improvement for aesthetics and code clarity, no actual impact on performance.

Testing and Validation

Standard CI