public interface LuceneAnalyzerTypeStep
| Modifier and Type | Method and Description |
|---|---|
LuceneAnalyzerTokenizerStep |
custom()
Start a custom analyzer definition,
assigning a tokenizer, and optionally char filters and token filters to the definition.
|
LuceneAnalysisConfigurationContext |
instance(Analyzer instance)
Assign the given analyzer instance to this analyzer definition.
|
LuceneAnalyzerTokenizerStep custom()
LuceneAnalysisConfigurationContext instance(Analyzer instance)
instance - The analyzer instance.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.