Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
TeeSinkTokenFilter.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Analysis.TeeSinkTokenFilter
 This TokenFilter provides the ability to set aside attribute states that have already been analyzed. This is useful in situations where multiple fields share many common analysis steps and then go their separate ways. It is also useful for doing things like entity extraction or proper noun analysis as part of the analysis workflow and saving off those tokens for use in another field. More...
 
class  Lucene.Net.Analysis.TeeSinkTokenFilter.AnonymousClassSinkFilter
 
class  Lucene.Net.Analysis.TeeSinkTokenFilter.SinkFilter
 A filter that decides which AttributeSource states to store in the sink. More...
 
class  Lucene.Net.Analysis.TeeSinkTokenFilter.SinkTokenStream
 

Namespaces

package  Lucene.Net.Analysis
 

Typedefs

using Attribute = Lucene.Net.Util.Attribute
 
using AttributeSource = Lucene.Net.Util.AttributeSource
 

Typedef Documentation

Definition at line 20 of file TeeSinkTokenFilter.cs.

Definition at line 21 of file TeeSinkTokenFilter.cs.