Package org.apache.lucene.analysis.ja
Class JapaneseAnalyzer
- java.lang.Object
-
- org.apache.lucene.analysis.Analyzer
-
- org.apache.lucene.analysis.ReusableAnalyzerBase
-
- org.apache.lucene.analysis.StopwordAnalyzerBase
-
- org.apache.lucene.analysis.ja.JapaneseAnalyzer
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class JapaneseAnalyzer extends org.apache.lucene.analysis.StopwordAnalyzerBase
Analyzer for Japanese that uses morphological analysis.- See Also:
JapaneseTokenizer
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.lucene.analysis.ReusableAnalyzerBase.TokenStreamComponents
createComponents(String fieldName, Reader reader)
static org.apache.lucene.analysis.CharArraySet
getDefaultStopSet()
static Set<String>
getDefaultStopTags()
-
Methods inherited from class org.apache.lucene.analysis.StopwordAnalyzerBase
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet
-
Methods inherited from class org.apache.lucene.analysis.ReusableAnalyzerBase
initReader, reusableTokenStream, tokenStream
-
-
-
-
Constructor Detail
-
JapaneseAnalyzer
public JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion)
-
JapaneseAnalyzer
public JapaneseAnalyzer(org.apache.lucene.util.Version matchVersion, UserDictionary userDict, JapaneseTokenizer.Mode mode, org.apache.lucene.analysis.CharArraySet stopwords, Set<String> stoptags)
-
-