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
Public Member Functions | List of all members
Lucene.Net.Analysis.Token.TokenAttributeFactory Class Reference

Expert: Creates an AttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory. More...

Inherits AttributeFactory.

Public Member Functions

 TokenAttributeFactory (AttributeSource.AttributeFactory delegateFactory)
 Expert: Creates an AttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory.
 
override Attribute CreateAttributeInstance< T > ()
 
override bool Equals (Object other)
 
override int GetHashCode ()
 

Detailed Description

Expert: Creates an AttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory.

Definition at line 817 of file Token.cs.

Constructor & Destructor Documentation

Lucene.Net.Analysis.Token.TokenAttributeFactory.TokenAttributeFactory ( AttributeSource.AttributeFactory  delegateFactory)

Expert: Creates an AttributeFactory returning Token as instance for the basic attributes and for all other attributes calls the given delegate factory.

Definition at line 826 of file Token.cs.

Member Function Documentation

override Attribute Lucene.Net.Analysis.Token.TokenAttributeFactory.CreateAttributeInstance< T > ( )

Definition at line 831 of file Token.cs.

override bool Lucene.Net.Analysis.Token.TokenAttributeFactory.Equals ( Object  other)

Definition at line 838 of file Token.cs.

override int Lucene.Net.Analysis.Token.TokenAttributeFactory.GetHashCode ( )

Definition at line 846 of file Token.cs.


The documentation for this class was generated from the following file: