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.Analysis.TokenStream |
A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text. This is an abstract class. Concrete subclasses are:
A new
To make sure that filters and consumers know which attributes are available, the attributes must be added during instantiation. Filters and consumers are not required to check for availability of attributes in IncrementToken(). You can find some example code for the new API in the analysis package level Javadoc. Sometimes it is desirable to capture a current state of a | |
Namespaces | |
package | Lucene.Net.Analysis |
Typedefs | |
using | Document = Lucene.Net.Documents.Document |
using | Field = Lucene.Net.Documents.Field |
using | IndexWriter = Lucene.Net.Index.IndexWriter |
using | AttributeSource = Lucene.Net.Util.AttributeSource |
Definition at line 23 of file TokenStream.cs.
Definition at line 20 of file TokenStream.cs.
using Field = Lucene.Net.Documents.Field |
Definition at line 21 of file TokenStream.cs.
Definition at line 22 of file TokenStream.cs.