public final class AllTokenStream
extends org.apache.lucene.analysis.TokenFilter
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.analysis.TokenStream |
allTokenStream(java.lang.String allFieldName,
java.lang.String value,
float boost,
org.apache.lucene.analysis.Analyzer analyzer) |
boolean |
incrementToken() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic static org.apache.lucene.analysis.TokenStream allTokenStream(java.lang.String allFieldName,
java.lang.String value,
float boost,
org.apache.lucene.analysis.Analyzer analyzer)
throws java.io.IOException
java.io.IOExceptionpublic boolean incrementToken()
throws java.io.IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamjava.io.IOException