tree: 988285c959cee92da78f4b89511ba20f617e6c9c [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. common-build.xml
  32. ivy-versions.properties
  33. JRE_VERSION_MIGRATION.md
  34. LICENSE.txt
  35. MIGRATE.md
  36. NOTICE.txt
  37. README.md
  38. 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