org.apache.solr.analysis
Class LengthFilter

java.lang.Object
  extended by org.apache.lucene.analysis.TokenStream
      extended by org.apache.lucene.analysis.TokenFilter
          extended by org.apache.solr.analysis.LengthFilter

public final class LengthFilter
extends org.apache.lucene.analysis.TokenFilter

Version:
$Id: LengthFilter.java 472574 2006-11-08 18:25:52Z yonik $
Author:
yonik

Field Summary
 
Fields inherited from class org.apache.lucene.analysis.TokenFilter
input
 
Constructor Summary
LengthFilter(org.apache.lucene.analysis.TokenStream in, int min, int max)
           
 
Method Summary
 org.apache.lucene.analysis.Token next()
           
 
Methods inherited from class org.apache.lucene.analysis.TokenFilter
close
 
Methods inherited from class org.apache.lucene.analysis.TokenStream
reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthFilter

public LengthFilter(org.apache.lucene.analysis.TokenStream in,
                    int min,
                    int max)
Method Detail

next

public final org.apache.lucene.analysis.Token next()
                                            throws java.io.IOException
Specified by:
next in class org.apache.lucene.analysis.TokenStream
Throws:
java.io.IOException


Copyright © 2006 - 2008 The Apache Software Foundation