Fix the smoke tester by adding new policy files to the expected set. #16583
1 file changed
tree: 09d676cd0090492235d4ba4542010d47e9723a4d
  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. AI_POLICY.md
  23. build-options.properties
  24. build.gradle
  25. CONTRIBUTING.md
  26. gradlew
  27. gradlew.bat
  28. LICENSE.txt
  29. NOTICE.txt
  30. README.md
  31. SECURITY.md
  32. settings.gradle
  33. 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