public class SimpleAnalyzerProvider extends AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.core.SimpleAnalyzer>
version
componentSettings, index, indexSettings, logger
Constructor and Description |
---|
SimpleAnalyzerProvider(Index index,
Settings indexSettings,
String name,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.core.SimpleAnalyzer |
get()
Provides an instance of
T . |
name, scope
index, nodeName
public org.apache.lucene.analysis.core.SimpleAnalyzer get()
Provider
T
. Must never return null
.Copyright © 2009–2015. All rights reserved.