Skip to content

Commit

Permalink
Validate pre-built indexes on intialization (#1337)
Browse files Browse the repository at this point in the history
+ Perform consistency checks when initializing pre-built indexes for IndexReader and LuceneSearcher.
+ Reduce verbosity of debug information during initialization.
+ Document known issues.
+ Update 2CR documentation.
  • Loading branch information
lintool authored Nov 10, 2022
1 parent fc5de1a commit 0fc584b
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 480 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ The following guides provide step-by-step instructions:

## Release History

+ v0.19.0 (w/ Anserini v0.16.1): November 2, 2022 [[Release Notes](docs/release-notes/release-notes-v0.19.0.md)]
+ v0.19.0 (w/ Anserini v0.16.1): November 2, 2022 [[Release Notes](docs/release-notes/release-notes-v0.19.0.md)] [[Known Issues](docs/release-notes/known-issues-v0.19.0.md)]
+ v0.18.0 (w/ Anserini v0.15.0): September 26, 2022 [[Release Notes](docs/release-notes/release-notes-v0.18.0.md)] (First release based on Lucene 9)
+ v0.17.1 (w/ Anserini v0.14.4): August 13, 2022 [[Release Notes](docs/release-notes/release-notes-v0.17.1.md)] (Final release based on Lucene 8)
+ v0.17.0 (w/ Anserini v0.14.3): May 28, 2022 [[Release Notes](docs/release-notes/release-notes-v0.17.0.md)]
Expand Down
Loading

0 comments on commit 0fc584b

Please sign in to comment.