Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.tokenattributes |
Class and Description |
---|
FlagsAttribute
This attribute can be used to pass different flags down the
Tokenizer chain,
eg from one TokenFilter to another one. |
OffsetAttribute
The start and end character offset of a Token.
|
PayloadAttribute
The payload of a Token.
|
PositionIncrementAttribute
The positionIncrement determines the position of this token
relative to the previous Token in a TokenStream, used in phrase
searching.
|
TermAttribute
The term text of a Token.
|
TypeAttribute
A Token's lexical type.
|
Class and Description |
---|
FlagsAttribute
This attribute can be used to pass different flags down the
Tokenizer chain,
eg from one TokenFilter to another one. |
OffsetAttribute
The start and end character offset of a Token.
|
PayloadAttribute
The payload of a Token.
|
PositionIncrementAttribute
The positionIncrement determines the position of this token
relative to the previous Token in a TokenStream, used in phrase
searching.
|
TermAttribute
The term text of a Token.
|
TypeAttribute
A Token's lexical type.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.