Package org.apache.lucene.analysis.sinks

Implementations of the SinkTokenizer that might be useful.

See:
          Description

Class Summary
DateRecognizerSinkFilter Attempts to parse the Token.termBuffer() as a Date using a DateFormat.
DateRecognizerSinkTokenizer Deprecated. Use DateRecognizerSinkFilter and TeeSinkTokenFilter instead.
TokenRangeSinkFilter Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upper
TokenRangeSinkTokenizer Deprecated. Use TokenRangeSinkFilter and TeeSinkTokenFilter instead.
TokenTypeSinkFilter  
TokenTypeSinkTokenizer Deprecated. Use TokenTypeSinkFilter and TeeSinkTokenFilter instead.
 

Package org.apache.lucene.analysis.sinks Description

Implementations of the SinkTokenizer that might be useful.
 
Copyright © 2007 Apache Software Foundation



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.