Interface LuceneAnalyzerOptionalComponentsStep
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionSet a tokenizer parameter.Methods inherited from interface org.hibernate.search.backend.lucene.analysis.model.dsl.LuceneAnalysisOptionalComponentsStep
charFilter, charFilter, tokenFilter, tokenFilter
-
Method Details
-
param
Set a tokenizer parameter.- Parameters:
name
- The name of the parameter.value
- The value of the parameter.- Returns:
this
, for method chaining.
-