com.atlassian.confluence.search.lucene.analyzers.unstemmed
Class CJKAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
com.atlassian.confluence.search.lucene.analyzers.unstemmed.CJKAnalyzer
public class CJKAnalyzer
- 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 |
CJKAnalyzer
public CJKAnalyzer()
tokenStream
public org.apache.lucene.analysis.TokenStream tokenStream(String fieldName,
Reader reader)
- Specified by:
tokenStream
in class org.apache.lucene.analysis.Analyzer