Packages
com.lucene.analysis API and code to convert text into indexable tokens.
com.lucene.analysis.standard A grammar-based tokenizer constructed with JavaCC.
com.lucene.document The Document abstraction.
com.lucene.index Code to maintain and access indices.
com.lucene.queryParser A simple query parser implemented with JavaCC.
com.lucene.search Search over indices.
com.lucene.store Binary i/o API, for storing index data.
com.lucene.util Some utility classes.