Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » analysis » th » [javadoc | source]
org.apache.lucene.analysis.th
public class: ThaiWordFilter [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.analysis.TokenFilter
         org.apache.lucene.analysis.th.ThaiWordFilter
TokenFilter that use java.text.BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word.
Fields inherited from org.apache.lucene.analysis.TokenFilter:
input
Constructor:
 public ThaiWordFilter(TokenStream input) 
Method from org.apache.lucene.analysis.th.ThaiWordFilter 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.th.ThaiWordFilter Detail:
 public Token next() throws IOException