Skip to content

hybrid-scores-final

Latest
Compare
Choose a tag to compare
@owaiskazi19 owaiskazi19 released this 22 Jul 19:33
· 69 commits to main since this release
eb82f3a
Fixed how bitset works for custom bulk scorer in hybrid query (#1457)

* Remove the local caching of the matching bitset. Always use the current state of the HybridBulkScorer's matching bitset. Properly handle the  parameter without early returns

Signed-off-by: Martin Gaievski <[email protected]>

* Added test for checking there is no loss in recall

Signed-off-by: Martin Gaievski <[email protected]>

* Removed condition for upTo value from docIds stream

Signed-off-by: Martin Gaievski <[email protected]>

---------

Signed-off-by: Martin Gaievski <[email protected]>