Interface LuceneAnalyzerOptionalComponentsStep
-
- All Superinterfaces:
LuceneAnalysisOptionalComponentsStep
public interface LuceneAnalyzerOptionalComponentsStep extends LuceneAnalysisOptionalComponentsStep
The step in an analyzer definition where tokenizer paramaters can be set, and where optional components such as char filters or token filters can be added.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneAnalyzerOptionalComponentsStep
param(String name, String value)
Set a tokenizer parameter.-
Methods inherited from interface org.hibernate.search.backend.lucene.analysis.model.dsl.LuceneAnalysisOptionalComponentsStep
charFilter, charFilter, tokenFilter, tokenFilter
-
-
-
-
Method Detail
-
param
LuceneAnalyzerOptionalComponentsStep param(String name, String value)
Set a tokenizer parameter.- Parameters:
name
- The name of the parameter.value
- The value of the parameter.- Returns:
this
, for method chaining.
-
-