Interface LuceneAnalysisComponentParametersStep
- All Superinterfaces:
LuceneAnalysisOptionalComponentsStep
The step in an analysis component definition where optional parameters can be set.
-
Method Summary
Modifier and TypeMethodDescriptionSet a parameter.Methods inherited from interface org.hibernate.search.backend.lucene.analysis.model.dsl.LuceneAnalysisOptionalComponentsStep
charFilter, charFilter, tokenFilter, tokenFilter
-
Method Details
-
param
Set a parameter.- Parameters:
name
- The name of the parameter.value
- The value of the parameter.- Returns:
this
, for method chaining.
-