Library
Apache Lucene version 2.0.0
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.luceneTop-level package.
org.apache.lucene.analysisAPI and code to convert text into indexable tokens.
org.apache.lucene.analysis.standardA grammar-based tokenizer constructed with JavaCC.
org.apache.lucene.documentThe Document abstraction.
org.apache.lucene.indexCode to maintain and access indices.
org.apache.lucene.queryParserA simple query parser implemented with JavaCC.
org.apache.lucene.searchSearch over indices.
org.apache.lucene.search.spansThe calculus of spans.
org.apache.lucene.storeBinary i/o API, used for all index data.
org.apache.lucene.utilSome utility classes.
Search