commit | a6f70ad2bb0b682eb65feb522358ee6d16cad766 | [log] [tgz] |
---|---|---|
author | Chris Hegarty <62058229+ChrisHegarty@users.noreply.github.com> | Mon Dec 11 20:10:03 2023 +0000 |
committer | GitHub <noreply@github.com> | Mon Dec 11 20:10:03 2023 +0000 |
tree | 012a5c30476d57c4a1ed0d35be2c73c147f6546c | |
parent | cd195980ecbcb45e19ce9465854fed0b6be79ea7 [diff] |
Reflow computeCommonPrefixLengthAndBuildHistogram to avoid crash (#12905) This commit reflows the code in the method body of computeCommonPrefixLengthAndBuildHistogram, so as to avoid a JVM JIT crash. The purpose of this change is to workaround the JVM bug which is somewhat fragile, but the best that we can do for now and appears to be working well.
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