Apache Lucene open-source search software

Clone this repo:
  1. 8d7e417 Add a separate option to allow running Panama Vectorization for all tests with suitable C2 defaults (#13351) by Chris Hegarty · 7 hours ago main
  2. 06973f5 Harden BaseDocValuesFormatTestCase (#13346) by Nhat Nguyen · 2 days ago
  3. 30da7da gh-13340: Allow adding a parent field to an index with no fields (#13341) by Michael Sokolov · 3 days ago
  4. 40cae08 Move lazy init facets from 10.0 to 9.11 by Stefan Vodita · 6 days ago
  5. c3b0e05 Make segment/field attribute updates thread-safe. (#13331) by Adrien Grand · 7 days ago

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 21.
  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