org.apache.lucene.analysis.th
Class ThaiAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.th.ThaiAnalyzer
public class ThaiAnalyzer
- extends Analyzer
Analyzer for Thai language. It uses java.text.BreakIterator to break words.
- Version:
- 0.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThaiAnalyzer
public ThaiAnalyzer()
tokenStream
public TokenStream tokenStream(String fieldName,
Reader reader)
- Description copied from class:
Analyzer
- Creates a TokenStream which tokenizes all the text in the provided
Reader. Must be able to handle null field name for backward compatibility.
- Specified by:
tokenStream
in class Analyzer
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.