public interface WorkerBuildContext extends BuildContext
Modifier and Type | Method and Description |
---|---|
InstanceInitializer |
getInstanceInitializer() |
boolean |
isIndexMetadataComplete() |
boolean |
isTransactionManagerExpected() |
getAllIndexesManager, getErrorHandler, getIndexingStrategy, getServiceManager, getUninitializedSearchFactory, releaseService, requestService
boolean isTransactionManagerExpected()
true
if a transaction manager is expected, false
otherwise.SearchConfiguration.isTransactionManagerExpected()
boolean isIndexMetadataComplete()
true
if it is safe to assume that the information we have about
index metadata is accurate. This should be set to false for example if the index
could contain Documents related to types not known to this SearchFactory instance.SearchConfiguration.isIndexMetadataComplete()
InstanceInitializer getInstanceInitializer()
InstanceInitializer
interface.Copyright © 2006–2013 Hibernate. All rights reserved.