| JDK version: | 1.4 |
| Web site: | http://lucene.apache.org/java/docs/index.html [License] |
| Packages | |
|---|---|
| org.apache.lucene | Top-level package. |
| org.apache.lucene.analysis | API and code to convert text into indexable tokens. |
| org.apache.lucene.analysis.standard | A grammar-based tokenizer constructed with JavaCC. |
| org.apache.lucene.document | The Document abstraction. |
| org.apache.lucene.index | Code to maintain and access indices. |
| org.apache.lucene.queryParser | A simple query parser implemented with JavaCC. |
| org.apache.lucene.search | Search over indices. |
| org.apache.lucene.search.spans | The calculus of spans. |
| org.apache.lucene.store | Binary i/o API, used for all index data. |
| org.apache.lucene.util | Some utility classes. |