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