java.lang.ObjectRemoves words that are too long and too short from the stream.org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.LengthFilter
$ - Id: LengthFilter.java 564715 2007-08-10 18:34:33Z mikemccand $| Field Summary | ||
|---|---|---|
| final int | min | |
| final int | max | |
| Fields inherited from org.apache.lucene.analysis.TokenFilter: |
|---|
| input |
| Constructor: |
|---|
|
| Method from org.apache.lucene.analysis.LengthFilter Summary: |
|---|
| next |
| Methods from org.apache.lucene.analysis.TokenFilter: |
|---|
| close |
| Methods from org.apache.lucene.analysis.TokenStream: |
|---|
| close, next, next, reset |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.analysis.LengthFilter Detail: |
|---|
|