commit | 203f506130dad4f6edcf148530e5b174391120c0 | [log] [tgz] |
---|---|---|
author | Jakub Slowinski <32519034+slow-J@users.noreply.github.com> | Tue Nov 28 17:19:31 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Nov 28 12:19:31 2023 -0500 |
tree | 14f53968e32af3e14b940cb19f289fd2dad61b30 | |
parent | 9574cbd1f18dc751c98e09cc1cfc3da5ecacaca8 [diff] |
CheckIndex - Adding a `-level` parameter to give ability to control index check detail programmatically (#12797) * CheckIndex - Making -fast the default behaviour 1. Making -fast the new default. 2. The previous -slow is moved to -slower 3. The previous default behavior (checksum + segment file content) is activated by -slow. * gradlew tidy * Add changes.txt * Moved change to Lucene 10.0, now using -detailLevel param * Fix failing test * Add MIGRATE.md note and comment to remove deprecated params * Fix failing unit test * Changing detailLevel -> level * catch invalid API calls * Update lucene/core/src/java/org/apache/lucene/index/CheckIndex.java Co-authored-by: Adrien Grand <jpountz@gmail.com> --------- Co-authored-by: Adrien Grand <jpountz@gmail.com>
Apache Lucene is a high-performance, full-featured text search engine library written in Java.
This README file only contains basic setup instructions. For more comprehensive documentation, visit:
gradlew
).We‘ll assume that you know how to get and set up the JDK - if you don’t, then we suggest starting at https://jdk.java.net/ and learning more about Java, before returning to this README.
See Contributing Guide for details.
Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.
#lucene
and #lucene-dev
on freenode.net