Apache Lucene open-source search software
Go to file
Andriy Redko 945d7fe027
Upgrade ANTLR to version 4.11.1 (#12016)
Drop 3.x compatibility (which was pickier at compile-time and prevented slow things from happening). Instead add paranoia to runtime tests, so that they fail if antlr would do something slow in the parsing. This is needed because antlrv4 is a big performance trap: https://github.com/antlr/antlr4/blob/master/doc/faq/general.md

"Q: What are the main design decisions in ANTLR4?
Ease-of-use over performance. I will worry about performance later."

It allows us to move forward with newer antlr but hopefully prevent the associated headaches.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: Robert Muir <rmuir@apache.org>
2022-12-15 22:40:35 -05:00
.github Update github actions to v3. (#11931) 2022-11-14 19:50:52 +01:00
buildSrc Upgrade gradle to 7.6. (#11993) 2022-12-02 09:18:38 +01:00
dev-docs a bit of clarification about GitHub Milestone 2022-08-28 13:52:58 +09:00
dev-tools No longer announce releases on general@l.a.o. (#11967) 2022-11-23 10:55:58 +01:00
gradle Run spotless after javac (#12012) (#12015) 2022-12-13 08:42:04 +01:00
help Add a note about gradle checks being possibly a subset of all validation checks. (#11966) 2022-11-23 12:19:28 +01:00
lucene Upgrade ANTLR to version 4.11.1 (#12016) 2022-12-15 22:40:35 -05:00
.asf.yaml .asf.yaml 2022-08-16 20:02:47 +09:00
.dir-locals.el
.git-blame-ignore-revs
.gitattributes
.gitignore
.hgignore
.lift.toml
CONTRIBUTING.md Fix type in CONTRIBUTING.md (#11879) 2022-11-01 20:10:05 +00:00
LICENSE.txt
NOTICE.txt
README.md Allow building with java 18 now that gradle supports it (#11889) 2022-10-28 23:41:09 -04:00
build.gradle Implement source code regeneration for test-framework perl scripts (#11952) 2022-11-19 23:40:45 +01:00
gradlew Upgrade gradle to 7.6. (#11993) 2022-12-02 09:18:38 +01:00
gradlew.bat Upgrade gradle to 7.6. (#11993) 2022-12-02 09:18:38 +01:00
settings.gradle GH-11172: remove WindowsDirectory and native subproject. (#11774) 2022-09-15 16:22:46 +02:00
versions.lock Upgrade ANTLR to version 4.11.1 (#12016) 2022-12-15 22:40:35 -05:00
versions.props Upgrade ANTLR to version 4.11.1 (#12016) 2022-12-15 22:40:35 -05:00

README.md

Apache Lucene

Lucene Logo

Apache Lucene is a high-performance, full-featured text search engine library written in Java.

Build Status

Online Documentation

This README file only contains basic setup instructions. For more comprehensive documentation, visit:

Building

Basic steps:

  1. Install OpenJDK 17 or 18.
  2. Clone Lucene's git repository (or download the source distribution).
  3. Run gradle launcher script (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.

Contributing

Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.

Discussion and Support