org.apache.solr.analysis
Class LengthFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.solr.analysis.LengthFilter
public final class LengthFilter
- extends TokenFilter
- Version:
- $Id: LengthFilter.java 472574 2006-11-08 18:25:52Z yonik $
- Author:
- yonik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthFilter
public LengthFilter(TokenStream in,
int min,
int max)
next
public final Token next()
throws IOException
- Overrides:
next
in class TokenStream
- Throws:
IOException
Copyright © 2006 - 2009 The Apache Software Foundation