Interface MassIndexerReindexParameterStep
- All Superinterfaces:
MassIndexerFilteringTypeStep
A step to define optional parameters for the JPQL/HQL conditional expression or other new expressions.
-
Method Summary
Modifier and TypeMethodDescriptionBind a new parameter value for a given parameter name.Methods inherited from interface org.hibernate.search.mapper.orm.massindexing.MassIndexerFilteringTypeStep
reindexOnly
-
Method Details
-
param
Bind a new parameter value for a given parameter name.- Parameters:
name
- The parameter namevalue
- The parameter value- Returns:
this
, to define other parameters or new expressions
-