public interface LuceneAnalysisOptionalComponentsStep
| Modifier and Type | Method and Description |
|---|---|
LuceneAnalysisComponentParametersStep |
charFilter(Class<? extends CharFilterFactory> factory)
Add a char filter that the analyzer will use.
|
LuceneAnalysisComponentParametersStep |
tokenFilter(Class<? extends TokenFilterFactory> factory)
Add a token filter that the analyzer will use.
|
LuceneAnalysisComponentParametersStep charFilter(Class<? extends CharFilterFactory> factory)
factory - The factory that will create the char filter.LuceneAnalysisComponentParametersStep tokenFilter(Class<? extends TokenFilterFactory> factory)
factory - The factory that will create the token filter.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.