public abstract class AbstractIndexAnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> extends AbstractIndexComponent implements AnalyzerProvider<T>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected org.apache.lucene.util.Version |
version |
deprecationLogger, index, indexSettings, logger| コンストラクタと説明 |
|---|
AbstractIndexAnalyzerProvider(Index index,
Settings indexSettings,
String name,
Settings settings)
Constructs a new analyzer component, with the index name and its settings and the analyzer name.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
name()
Returns the injected name of the analyzer.
|
AnalyzerScope |
scope() |
index, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic AbstractIndexAnalyzerProvider(Index index, Settings indexSettings, String name, Settings settings)
index - The index nameindexSettings - The index settingsname - The analyzer namepublic final String name()
name インタフェース内 AnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer>public final AnalyzerScope scope()
scope インタフェース内 AnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer>Copyright © 2009–2016. All rights reserved.