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