Apache LuceneTM 5.5.1 Documentation
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.
This is the official documentation for Apache Lucene 5.5.1. Additional documentation is available in the
Wiki.
Getting Started
The following section is intended as a "getting started" guide. It has three
audiences: first-time users looking to install Apache Lucene in their
application; developers looking to modify or base the applications they develop
on Lucene; and developers looking to become involved in and contribute to the
development of Lucene. The goal is to help you "get started". It does not go into great depth
on some of the conceptual or inner details of Lucene:
Reference Documents
API Javadocs
-
core: Lucene core library
-
analyzers-common: Analyzers for indexing content in different languages and domains.
-
analyzers-icu: Analysis integration with ICU (International Components for Unicode).
-
analyzers-kuromoji: Japanese Morphological Analyzer
-
analyzers-morfologik: Analyzer for dictionary stemming, built-in Polish dictionary
-
analyzers-phonetic: Analyzer for indexing phonetic signatures (for sounds-alike search)
-
analyzers-smartcn: Analyzer for indexing Chinese
-
analyzers-stempel: Analyzer for indexing Polish
-
analyzers-uima: Analysis integration with Apache UIMA
-
backward-codecs: Codecs for older versions of Lucene.
-
benchmark: System for benchmarking Lucene
-
classification: Classification module for Lucene
-
codecs: Lucene codecs and postings formats.
-
demo: Simple example code
-
expressions: Dynamically computed values to sort/facet/search on based on a pluggable grammar.
-
facet: Faceted indexing and search capabilities
-
grouping: Collectors for grouping search results.
-
highlighter: Highlights search keywords in results
-
join: Index-time and Query-time joins for normalized content
-
memory: Single-document in-memory index implementation
-
misc: Index tools and other miscellaneous code
-
queries: Filters and Queries that add to core Lucene
-
queryparser: Query parsers and parsing framework
-
replicator: Files replication utility
-
sandbox: Various third party contributions and new ideas
-
spatial: Geospatial search
-
spatial3d: 3D spatial planar geometry APIs
-
suggest: Auto-suggest and Spellchecking support
-
test-framework: Framework for testing Lucene-based applications