tree: 1e0fdf9b6148dcdeff2c884f9c262df279b8a185 [path history] [tgz]
  1. analysis/
  2. backward-codecs/
  3. benchmark/
  4. classification/
  5. codecs/
  6. core/
  7. demo/
  8. dev-docs/
  9. documentation/
  10. expressions/
  11. facet/
  12. grouping/
  13. highlighter/
  14. join/
  15. licenses/
  16. luke/
  17. memory/
  18. misc/
  19. monitor/
  20. packaging/
  21. queries/
  22. queryparser/
  23. replicator/
  24. sandbox/
  25. spatial-extras/
  26. spatial3d/
  27. suggest/
  28. test-framework/
  29. build.gradle
  30. BUILD.md
  31. CHANGES.txt
  32. JRE_VERSION_MIGRATION.md
  33. LICENSE.txt
  34. MIGRATE.md
  35. NOTICE.txt
  36. README.md
  37. SYSTEM_REQUIREMENTS.md
lucene/README.md

Apache Lucene README file

Introduction

Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.

Files in a binary distribution

Files are organized by module, for example in core/:

  • core/lucene-core-XX.jar: The compiled core Lucene library.

To review the documentation, read the main documentation page, located at: docs/index.html

To build Lucene or its documentation for a source distribution, see BUILD.md