Apache Lucene open-source search software

Clone this repo:
  1. fc12cc1 Fix vector scorer interface consistency (#13365) by Benjamin Trent · 2 hours ago main
  2. f10748c Ensure negative scores aren not returned from scalar quantization scorer (#13356) by Benjamin Trent · 4 hours ago
  3. 8c738ba Reduce memory usage of field maps in FieldInfos and BlockTree TermsReader. (#13327) by Bruno Roustant · 5 hours ago
  4. 25f1efd Fix default flat vector scorer supplier sharing backing array (#13355) by Chris Hegarty · 3 days ago
  5. 701c75a Advoid the use of ImpactsDISI when no minimum competitive score has been set (#13343) by zhongshanhao · 3 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