|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
An AttributeFactory creates instances of Attributes. More...
Inherited by Lucene.Net.Util.AttributeSource.AttributeFactory.DefaultAttributeFactory.
Public Member Functions | |
| abstract Attribute | CreateAttributeInstance< T > () |
| returns an Attribute for the supplied IAttribute interface class. | |
Static Public Attributes | |
| static readonly AttributeFactory | DEFAULT_ATTRIBUTE_FACTORY = new DefaultAttributeFactory() |
This is the default factory that creates Attributes using the class name of the supplied IAttribute interface class by appending Impl to it. | |
An AttributeFactory creates instances of Attributes.
Definition at line 39 of file AttributeSource.cs.
|
pure virtual |
returns an Attribute for the supplied IAttribute interface class.
| T | : | IAttribute |
|
static |
This is the default factory that creates Attributes using the class name of the supplied IAttribute interface class by appending Impl to it.
Definition at line 47 of file AttributeSource.cs.
1.8.3