Apache Lucene open-source search software

Clone this repo:
  1. 606a26d Speed up TestHnswMergeAbort and make its assertion deterministic (#16401) by 정제호 · 9 hours ago main
  2. 5bb5cb7 deps(java): bump junit5 from 6.1.1 to 6.1.2 (#16412) by dependabot[bot] · 27 hours ago
  3. 224f580 Refactor conditional statements to switch expression in Dictionary class (#16313) by Rajat Jain · 3 days ago
  4. 9d09aa7 Fix VectorScorer#bulk eagerly advancing its iterator (#16377) by Michael Marshall · 4 days ago
  5. 99fc6a1 Move the GITHUB#16367 CHANGES entry to the 10.6.0 section (#16393) by 정제호 · 10 days ago

Apache Lucene

Lucene Logo

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

Build Status Revved up by Develocity

Online Documentation

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

Building

Basic steps

  1. Install JDK 25 using your package manager or download manually from OpenJDK, Adoptium, Azul, Oracle or any other JDK provider.
  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.

Contributing

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

  • Additional Developer Documentation: dev-docs/

Discussion and Support