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