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