Interface | Description |
---|---|
BuildContext |
Build context that can be used by some services at initialization.
|
InstanceInitializer |
When using the Hibernate Core integration (for example) we need to make sure that the
entities and collections we're working on are initialized.
|
SearchFactoryIntegrator | Deprecated
Do not use, and immediately migrate all code to use org.hibernate.search.spi.SearchIntegrator.
|
SearchIntegrator |
This contract is considered experimental.
|
WorkerBuildContext |
Build context for the worker and other backend
Available after all index, entity metadata are built.
|
Class | Description |
---|---|
DefaultInstanceInitializer |
Provides SPI level access to the default
InstanceInitializer singleton. |
SearchFactoryBuilder | Deprecated
Use SearchIntegrationBuilder instead.
|
SearchIntegratorBuilder |
Build a search factory following the builder pattern.
|
Enum | Description |
---|---|
IndexingMode |
Modes for triggering indexing of entities.
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved