castorini / anserini

Anserini is a Lucene toolkit for reproducible information retrieval research
http://anserini.io/
Apache License 2.0
1.01k stars 444 forks source link

Get rid of extra options for HNSW indexes #2531

Closed lintool closed 2 months ago

lintool commented 2 months ago

Removed -memoryBuffer 65536 -noMerge options for HNSW regressions: revert to "default settings".

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.11%. Comparing base (98def6f) to head (90df8fe). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2531 +/- ## ============================================ + Coverage 67.09% 67.11% +0.01% - Complexity 1472 1473 +1 ============================================ Files 219 219 Lines 12628 12628 Branches 1526 1526 ============================================ + Hits 8473 8475 +2 + Misses 3628 3627 -1 + Partials 527 526 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.