[Missing <summary> documentation for "N:Lucene.Net.Analysis.Tokenattributes"]
Classes
Class | Description | |
---|---|---|
![]() | FlagsAttributeImpl | This attribute can be used to pass different flags down the tokenizer chain,
eg from one TokenFilter to another one.
|
![]() | OffsetAttributeImpl | The start and end character offset of a Token. |
![]() | PayloadAttributeImpl | The payload of a Token. See also {@link Payload}. |
![]() | PositionIncrementAttributeImpl | The positionIncrement determines the position of this token
relative to the previous Token in a {@link TokenStream}, used in phrase
searching.
The default value is one.
Some common uses for this are:
|
![]() | TermAttributeImpl | The term text of a Token. |
![]() | TypeAttributeImpl | A Token's lexical type. The Default value is "word". |
Interfaces
Interface | Description | |
---|---|---|
![]() | FlagsAttribute | This attribute can be used to pass different flags down the {@link 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. See also {@link Payload}. |
![]() | PositionIncrementAttribute | The positionIncrement determines the position of this token
relative to the previous Token in a TokenStream, used in phrase
searching.
The default value is one.
Some common uses for this are:
|
![]() | TermAttribute | The term text of a Token. |
![]() | TypeAttribute | A Token's lexical type. The Default value is "word". |