public class ThaiWordFilter
extends org.apache.lucene.analysis.TokenFilter
TokenFilter that use BreakIterator to break each
Token that is Thai into separate Token(s) for each Thai word.
WARNING: this filter may not work correctly with all JREs. It is known to work with Sun/Oracle and Harmony JREs.
| Constructor and Description |
|---|
ThaiWordFilter(org.apache.lucene.analysis.TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
org.apache.lucene.analysis.Token |
next()
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
org.apache.lucene.analysis.Token |
next(org.apache.lucene.analysis.Token reusableToken)
Deprecated.
Will be removed in Lucene 3.0. This method is final, as it should
not be overridden. Delegates to the backwards compatibility layer.
|
void |
reset() |
getOnlyUseNewAPI, setOnlyUseNewAPIaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toStringpublic ThaiWordFilter(org.apache.lucene.analysis.TokenStream input)
public final boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic final org.apache.lucene.analysis.Token next(org.apache.lucene.analysis.Token reusableToken)
throws IOException
next in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic final org.apache.lucene.analysis.Token next()
throws IOException
next in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenFilterIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.