Redesign ReaderUtil.partitionByLeaf to take int[] and track input ordinals for scatter/gather (#16496)
4 files changed
tree: 5f3e9eb602c11604d5df53d9be5f8d47fe70e600
  1. .devcontainer/
  2. .github/
  3. .idea/
  4. .vscode/
  5. build-tools/
  6. dev-docs/
  7. dev-tools/
  8. gradle/
  9. help/
  10. lucene/
  11. .asf.yaml
  12. .dir-locals.el
  13. .editorconfig
  14. .git-blame-ignore-revs
  15. .gitattributes
  16. .gitignore
  17. .lift.toml
  18. .pre-commit-config.yml
  19. .ruff.toml
  20. .rumdl.toml
  21. .typos.toml
  22. build-options.properties
  23. build.gradle
  24. CONTRIBUTING.md
  25. gradlew
  26. gradlew.bat
  27. LICENSE.txt
  28. NOTICE.txt
  29. README.md
  30. settings.gradle
  31. versions.lock
README.md

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