Apache Lucene open-source search software
Go to file
Mike McCandless 14196cfcf7 remove errant lurking semicolon 2023-11-13 08:26:50 -05:00
.github Build: build scans on ge.apache.org to benefit from deep build insights (#12293) 2023-10-24 12:32:18 -04:00
buildSrc LUCENE-10144:fix resource leak due to Files.list (#354) 2023-11-02 06:53:48 -04:00
dev-docs
dev-tools script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
gradle script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
help slight correction 2023-10-21 02:05:34 -04:00
lucene remove errant lurking semicolon 2023-11-13 08:26:50 -05:00
.asf.yaml
.dir-locals.el
.git-blame-ignore-revs
.gitattributes
.gitignore
.hgignore
.lift.toml
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md
build.gradle
gradlew
gradlew.bat
settings.gradle Build: build scans on ge.apache.org to benefit from deep build insights (#12293) 2023-10-24 12:32:18 -04:00
versions.lock
versions.props

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