Java org.apache.lucene.analysis.sinks TeeSinkTokenFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.sinks TeeSinkTokenFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.sinks TeeSinkTokenFilter.

The text is from its open source code.

Constructor

Method

voidclose()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.close() when overriding this method.

voidend()
booleanincrementToken()
TokenStreamnewSinkTokenStream()
Returns a new SinkTokenStream that receives all tokens consumed by this stream.
voidreset()