Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Util.AttributeSource |
An AttributeSource contains a list of different Attributes, and methods to add and get them. There can only be a single instance of an attribute in the same AttributeSource instance. This is ensured by passing in the actual type of the Attribute (Class<Attribute>) to the AddAttribute{T}(), which then checks if an instance of that type is already present. If yes, it returns the instance, otherwise it creates a new instance and returns it. More... | |
class | Lucene.Net.Util.AttributeSource.AttributeFactory |
An AttributeFactory creates instances of Attributes. More... | |
class | Lucene.Net.Util.AttributeSource.State |
This class holds the state of an AttributeSource. More... | |
Namespaces | |
package | Lucene.Net.Util |
Typedefs | |
using | TokenStream = Lucene.Net.Analysis.TokenStream |
Definition at line 23 of file AttributeSource.cs.