Interface AutomaticIndexingStrategyStartContext
-
public interface AutomaticIndexingStrategyStartContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolver
beanResolver()
ConfigurationPropertySource
configurationPropertySource()
-
-
-
Method Detail
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A
BeanResolver
.
-
configurationPropertySource
ConfigurationPropertySource configurationPropertySource()
- Returns:
- A configuration property source, appropriately masked so that the strategy doesn't need to care about Hibernate Search prefixes (hibernate.search.*, etc.). All the properties can be accessed at the root. CAUTION: the property key "synchronization" and any sub-keys are reserved.
-
-