com.atlassian.jira.issue.index.analyzer
Class CJKAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
com.atlassian.jira.issue.index.analyzer.CJKAnalyzer
- All Implemented Interfaces:
- Closeable
public class CJKAnalyzer
- extends org.apache.lucene.analysis.Analyzer
Constructor Summary |
CJKAnalyzer(org.apache.lucene.util.Version matchVersion,
boolean indexing)
|
Methods inherited from class org.apache.lucene.analysis.Analyzer |
close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, setPreviousTokenStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CJKAnalyzer
public CJKAnalyzer(org.apache.lucene.util.Version matchVersion,
boolean indexing)
tokenStream
public final org.apache.lucene.analysis.TokenStream tokenStream(String fieldname,
Reader reader)
- Specified by:
tokenStream
in class org.apache.lucene.analysis.Analyzer
isIndexing
public boolean isIndexing()
wrapStreamForIndexing
protected org.apache.lucene.analysis.TokenStream wrapStreamForIndexing(org.apache.lucene.analysis.TokenStream result)
reusableTokenStream
public final org.apache.lucene.analysis.TokenStream reusableTokenStream(String fieldName,
Reader reader)
throws IOException
- Overrides:
reusableTokenStream
in class org.apache.lucene.analysis.Analyzer
- Throws:
IOException
Copyright © 2002-2012 Atlassian. All Rights Reserved.