org.apache.solr.analysis
Class LengthFilter

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

Deprecated. use LengthFilter

@Deprecated
public final class LengthFilter
extends TokenFilter

Version:
$Id: LengthFilter.java 676460 2008-07-14 01:04:38Z hossman $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
AttributeSource.AttributeFactory, AttributeSource.State
 
Field Summary
 
Fields inherited from class org.apache.lucene.analysis.TokenFilter
input
 
Constructor Summary
LengthFilter(TokenStream in, int min, int max)
          Deprecated.  
 
Method Summary
 Token next(Token in)
          Deprecated.  
 
Methods inherited from class org.apache.lucene.analysis.TokenFilter
close, end, reset
 
Methods inherited from class org.apache.lucene.analysis.TokenStream
getOnlyUseNewAPI, incrementToken, next, setOnlyUseNewAPI
 
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LengthFilter

public LengthFilter(TokenStream in,
                    int min,
                    int max)
Deprecated. 
Method Detail

next

public final Token next(Token in)
                 throws IOException
Deprecated. 
Overrides:
next in class TokenStream
Throws:
IOException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.