Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes
Package Lucene.Net.Analysis.Tokenattributes

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...