| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages into the word parts.
|
| org.apache.lucene.analysis.sinks |
TeeSinkTokenFilter and implementations
of TeeSinkTokenFilter.SinkFilter that
might be useful. |
| org.apache.lucene.analysis.standard |
Fast, general-purpose grammar-based tokenizers.
|
| org.apache.lucene.analysis.standard.std31 |
Backwards-compatible implementation to match
Version.LUCENE_31 |
| org.apache.lucene.analysis.standard.std34 |
Backwards-compatible implementation to match
Version.LUCENE_34 |
| org.apache.lucene.analysis.standard.std36 |
Backwards-compatible implementation to match
Version.LUCENE_36 |
| org.apache.lucene.analysis.standard.std40 |
Backwards-compatible implementation to match
Version.LUCENE_40 |
| org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
| org.apache.lucene.collation.tokenattributes |
Custom
AttributeImpl for indexing collation keys as index terms. |
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| CharTermAttributeImpl
Default implementation of
CharTermAttribute. |
| FlagsAttribute
This attribute can be used to pass different flags down the
Tokenizer chain,
e.g. |
| OffsetAttribute
The start and end character offset of a Token.
|
| PayloadAttribute
The payload of a Token.
|
| PositionIncrementAttribute
Determines the position of this token
relative to the previous Token in a TokenStream, used in phrase
searching.
|
| PositionLengthAttribute
Determines how many positions this
token spans.
|
| TermToBytesRefAttribute
This attribute is requested by TermsHashPerField to index the contents.
|
| TypeAttribute
A Token's lexical type.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| OffsetAttribute
The start and end character offset of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| CharTermAttributeImpl
Default implementation of
CharTermAttribute. |
| FlagsAttribute
This attribute can be used to pass different flags down the
Tokenizer chain,
e.g. |
| KeywordAttribute
This attribute can be used to mark a token as a keyword.
|
| OffsetAttribute
The start and end character offset of a Token.
|
| PayloadAttribute
The payload of a Token.
|
| PayloadAttributeImpl
Default implementation of
PayloadAttribute. |
| PositionIncrementAttribute
Determines the position of this token
relative to the previous Token in a TokenStream, used in phrase
searching.
|
| PositionLengthAttribute
Determines how many positions this
token spans.
|
| TermToBytesRefAttribute
This attribute is requested by TermsHashPerField to index the contents.
|
| TypeAttribute
A Token's lexical type.
|
| Class and Description |
|---|
| CharTermAttribute
The term text of a Token.
|
| CharTermAttributeImpl
Default implementation of
CharTermAttribute. |
| TermToBytesRefAttribute
This attribute is requested by TermsHashPerField to index the contents.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.