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