| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| org.apache.lucene.analysis.standard |
A fast grammar-based tokenizer constructed with JFlex.
|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| 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 |
Code to search indices.
|
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| CharTokenizer
An abstract base class for simple, character-oriented tokenizers.
|
| LetterTokenizer
A LetterTokenizer is a tokenizer that divides text at non-letters.
|
| SinkTokenizer
A SinkTokenizer can be used to cache Tokens for use in an Analyzer
|
| Token
A Token is an occurrence of a term from the text of a field.
|
| TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
| Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
| TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| Token
A Token is an occurrence of a term from the text of a field.
|
| TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
| Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
| TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
| Class and Description |
|---|
| TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
| Class and Description |
|---|
| Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.