com.atlassian.confluence.search.lucene.analyzers.unstemmed
Class ChineseAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
com.atlassian.confluence.search.lucene.analyzers.unstemmed.ChineseAnalyzer
public class ChineseAnalyzer
- extends org.apache.lucene.analysis.Analyzer
A analyzer for European languages which will tokenize, apply the standard filter and lower case. It will not stem
the field.
Methods inherited from class org.apache.lucene.analysis.Analyzer |
getPositionIncrementGap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChineseAnalyzer
public ChineseAnalyzer()
tokenStream
public org.apache.lucene.analysis.TokenStream tokenStream(String fieldName,
Reader reader)
- Specified by:
tokenStream
in class org.apache.lucene.analysis.Analyzer