public class JapaneseAnalyzer
extends org.apache.lucene.analysis.StopwordAnalyzerBase
JapaneseTokenizer
Constructor and Description |
---|
JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion) |
JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion,
UserDictionary userDict,
JapaneseTokenizer.Mode mode,
org.apache.lucene.analysis.CharArraySet stopwords,
Set<String> stoptags) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.analysis.ReusableAnalyzerBase.TokenStreamComponents |
createComponents(String fieldName,
Reader reader) |
static org.apache.lucene.analysis.CharArraySet |
getDefaultStopSet() |
static Set<String> |
getDefaultStopTags() |
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet
initReader, reusableTokenStream, tokenStream
public JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion)
public JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion, UserDictionary userDict, JapaneseTokenizer.Mode mode, org.apache.lucene.analysis.CharArraySet stopwords, Set<String> stoptags)