|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.util.StopwordAnalyzerBase
org.apache.lucene.analysis.ja.JapaneseAnalyzer
public class JapaneseAnalyzer
Analyzer for Japanese that uses morphological analysis.
JapaneseTokenizer| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer |
|---|
Analyzer.GlobalReuseStrategy, Analyzer.PerFieldReuseStrategy, Analyzer.ReuseStrategy, Analyzer.TokenStreamComponents |
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.analysis.util.StopwordAnalyzerBase |
|---|
matchVersion, stopwords |
| Constructor Summary | |
|---|---|
JapaneseAnalyzer(Version matchVersion)
|
|
JapaneseAnalyzer(Version matchVersion,
UserDictionary userDict,
JapaneseTokenizer.Mode mode,
CharArraySet stopwords,
Set<String> stoptags)
|
|
| Method Summary | |
|---|---|
protected Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader)
|
static CharArraySet |
getDefaultStopSet()
|
static Set<String> |
getDefaultStopTags()
|
| Methods inherited from class org.apache.lucene.analysis.util.StopwordAnalyzerBase |
|---|
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
|---|
close, getOffsetGap, getPositionIncrementGap, initReader, tokenStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JapaneseAnalyzer(Version matchVersion)
public JapaneseAnalyzer(Version matchVersion,
UserDictionary userDict,
JapaneseTokenizer.Mode mode,
CharArraySet stopwords,
Set<String> stoptags)
| Method Detail |
|---|
public static CharArraySet getDefaultStopSet()
public static Set<String> getDefaultStopTags()
protected Analyzer.TokenStreamComponents createComponents(String fieldName,
Reader reader)
createComponents in class Analyzer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||