Interface DirectoryCreationContext
-
public interface DirectoryCreationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolverbeanResolver()ConfigurationPropertySourceconfigurationPropertySource()Optional<Supplier<LockFactory>>createConfiguredLockFactorySupplier()org.hibernate.search.util.common.reporting.EventContexteventContext()StringindexName()Optional<String>shardId()
-
-
-
Method Detail
-
eventContext
org.hibernate.search.util.common.reporting.EventContext eventContext()
- Returns:
- The event context to use for exceptions.
-
indexName
String indexName()
- Returns:
- The name of the index in Hibernate Search.
-
beanResolver
BeanResolver beanResolver()
- Returns:
- A
BeanResolver.
-
configurationPropertySource
ConfigurationPropertySource configurationPropertySource()
- Returns:
- A configuration property source, appropriately masked so that the factory 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 "type" is reserved for use by the engine.
-
createConfiguredLockFactorySupplier
Optional<Supplier<LockFactory>> createConfiguredLockFactorySupplier()
-
-