·
69 commits
to main
since this release
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]>