|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Classes | |
| class | FlagsAttribute |
| This attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter to another one. More... | |
| interface | IFlagsAttribute |
| This attribute can be used to pass different flags down the Tokenizer chain, eg from one TokenFilter to another one. More... | |
| interface | IOffsetAttribute |
| The start and end character offset of a Token. More... | |
| interface | IPayloadAttribute |
| The payload of a Token. See also Payload. More... | |
| interface | IPositionIncrementAttribute |
| The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching. More... | |
| interface | ITermAttribute |
| The term text of a Token. More... | |
| interface | ITypeAttribute |
| A Token's lexical type. The Default value is "word". More... | |
| class | OffsetAttribute |
| The start and end character offset of a Token. More... | |
| class | PayloadAttribute |
| The payload of a Token. See also Payload. More... | |
| class | PositionIncrementAttribute |
| The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching. More... | |
| class | TermAttribute |
| The term text of a Token. More... | |
| class | TypeAttribute |
| A Token's lexical type. The Default value is "word". More... | |
1.8.3