A B C D E F G H I J L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addOrUpdate(Object) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Add or update a document in the index if the entity type is mapped to an index (
Indexed), and re-index documents that embed this entity (throughIndexedEmbeddedfor example). - addToTotalCount(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
-
Deprecated.
- afterLast() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- aggregation() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Initiate the building of a search aggregation that will be valid for the indexes in this scope.
- allIndexedEntities() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- annotationMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
-
Start the definition of the annotation mapping.
- append(String, Object, String, PojoIndexingQueueEventPayload) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
-
Appends an event to the plan, to be sent
laterand ultimately added to anAutomaticIndexingQueueEventProcessingPlan. - append(String, String, PojoIndexingQueueEventPayload) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventProcessingPlan
-
Appends an event to the plan, received from a
AutomaticIndexingQueueEventSendingPlan. - apply(AutomaticIndexingSynchronizationConfigurationContext) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
- async() - Static method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
- ASYNC - Static variable in class org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategyNames
-
A strategy that only waits for index changes to be queued in the backend.
- AUTOMATIC_INDEXING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether to check if dirty properties are relevant to indexing before actually reindexing an entity.
- AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- AUTOMATIC_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether automatic indexing is enabled, i.e.
- AUTOMATIC_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- AUTOMATIC_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- AUTOMATIC_INDEXING_PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- AUTOMATIC_INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Deprecated.Use
HibernateOrmMapperSettings.AUTOMATIC_INDEXING_ENABLEDinstead (caution: it expects a boolean value). - AUTOMATIC_INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
-
Deprecated.Use the new configuration property instead:
HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY, (caution: it expects a boolean value, and its default isHibernateOrmMapperSettings.Defaults.ENABLED). - AUTOMATIC_INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
-
Deprecated.Use
HibernateOrmMapperSettings.Radicals.AUTOMATIC_INDEXING_ENABLEDinstead (caution: it expects a boolean value). - AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The synchronization strategy to use when indexing automatically.
- AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- AutomaticIndexingConfigurationContext - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
- AutomaticIndexingEventSendingSessionContext - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
- AutomaticIndexingMappingContext - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
- AutomaticIndexingQueueEventProcessingPlan - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
- AutomaticIndexingQueueEventSendingPlan - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
-
A set of indexing events to be sent to an external queue.
- AutomaticIndexingStrategyName - Enum in org.hibernate.search.mapper.orm.automaticindexing
-
Deprecated.
- AutomaticIndexingStrategyStartContext - Interface in org.hibernate.search.mapper.orm.automaticindexing.spi
- AutomaticIndexingSynchronizationConfigurationContext - Interface in org.hibernate.search.mapper.orm.automaticindexing.session
- automaticIndexingSynchronizationStrategy(AutomaticIndexingSynchronizationStrategy) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Set the
AutomaticIndexingSynchronizationStrategyto use for this session. - AutomaticIndexingSynchronizationStrategy - Interface in org.hibernate.search.mapper.orm.automaticindexing.session
-
Determines how the thread will block upon committing a transaction where indexed entities were modified.
- AutomaticIndexingSynchronizationStrategyNames - Class in org.hibernate.search.mapper.orm.automaticindexing.session
-
The names of built-in automatic indexing synchronization strategies, accepted by
HibernateOrmMapperSettings.AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY.
B
- backend() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- backend(String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- BatchMappingContext - Interface in org.hibernate.search.mapper.orm.spi
- BatchSessionContext - Interface in org.hibernate.search.mapper.orm.spi
- batchSizeToLoadObjects(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the batch size used to load the root entities.
- BatchTypeIdentifierProvider - Interface in org.hibernate.search.mapper.orm.spi
- beanResolver() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingStrategyStartContext
- beanResolver() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
- beforeFirst() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- bootFirstPhase(HibernateOrmIntegrationBooterBehavior.BootPhase<T>) - Static method in class org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooterBehavior
- bridges() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
-
Start the definition of bridges to apply by default in mappings.
- build() - Method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter.Builder
- builder(Metadata, BootstrapContext) - Static method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter
C
- cacheLookupStrategy(EntityLoadingCacheLookupStrategy) - Method in interface org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
Set the strategy for cache lookup before query results are loaded.
- cacheMode(CacheMode) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the cache interaction mode for the data loading tasks.
- close() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- configurationPropertySource() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingStrategyStartContext
- configurationPropertySource() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
- configure(HibernateOrmMappingConfigurationContext) - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmSearchMappingConfigurer
-
Configure the Hibernate Search mapping as necessary using the given
context. - configureAutomaticIndexing(AutomaticIndexingConfigurationContext) - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CooordinationStrategy
-
Configures automatic indexing.
- containerExtractors() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
-
Start the definition of container extractors available for use in mappings.
- CooordinationStrategy - Interface in org.hibernate.search.mapper.orm.coordination.common.spi
-
The strategy for coordinating between threads of a single-node application, or between nodes of a distributed application.
- COORDINATION - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_PROCESSORS_INDEXING_BATCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
In the background indexing processor, how many outbox events, at most, are processed in a single transaction.
- COORDINATION_PROCESSORS_INDEXING_BATCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- COORDINATION_PROCESSORS_INDEXING_BATCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_PROCESSORS_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether the application will process entity change events.
- COORDINATION_PROCESSORS_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- COORDINATION_PROCESSORS_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_PROCESSORS_INDEXING_POLLING_INTERVAL - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
In the background indexing processor, how long to wait for another query to the outbox events table after a query didn't return any event, in milliseconds.
- COORDINATION_PROCESSORS_INDEXING_POLLING_INTERVAL - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- COORDINATION_PROCESSORS_INDEXING_POLLING_INTERVAL - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_SHARDS_ASSIGNED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The indices of shards assigned to this application node.
- COORDINATION_SHARDS_ASSIGNED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_SHARDS_STATIC - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether shards are static, i.e.
- COORDINATION_SHARDS_STATIC - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- COORDINATION_SHARDS_STATIC - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_SHARDS_TOTAL_COUNT - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The total number of shards across all application nodes.
- COORDINATION_SHARDS_TOTAL_COUNT - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- COORDINATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The strategy for coordinating between nodes of a distributed application.
- COORDINATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- COORDINATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- CoordinationStrategyNames - Class in org.hibernate.search.mapper.orm.coordination
- CoordinationStrategyPreStopContext - Interface in org.hibernate.search.mapper.orm.coordination.common.spi
- CoordinationStrategyStartContext - Interface in org.hibernate.search.mapper.orm.coordination.common.spi
- CREATE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that creates missing indexes and their schema on startup, but does not touch existing indexes and assumes their schema is correct without validating it.
- CREATE_OR_UPDATE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that creates missing indexes and their schema on startup, and updates the schema of existing indexes if possible.
- CREATE_OR_VALIDATE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that creates missing indexes and their schema on startup, and validates the schema of existing indexes.
- createIfMissing() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Creates missing indexes and their schema, but does not touch existing indexes and assumes their schema is correct without validating it.
- createIndexer() - Method in interface org.hibernate.search.mapper.orm.spi.BatchSessionContext
- createIndexingQueueEventProcessingPlan(Session) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingMappingContext
- createOrUpdate() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Creates missing indexes and their schema, and updates the schema of existing indexes if possible.
- createOrValidate() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Creates missing indexes and their schema, and validates the schema of existing indexes.
D
- DATABASE_POLLING - Static variable in class org.hibernate.search.mapper.orm.coordination.CoordinationStrategyNames
-
Database polling: one or multiple application nodes exist, and they coordinate with each other by pushing data to additional tables in the database and polling these tables.
- delete(Object) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Delete the entity from the index if the entity type is mapped to an index (
Indexed), and re-index documents that embed this entity (throughIndexedEmbeddedfor example). - discard() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
-
Discards all events that were added to this plan, without sending them.
- documentCommitStrategy(DocumentCommitStrategy) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationConfigurationContext
- documentRefreshStrategy(DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationConfigurationContext
- documentsAdded(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
-
Deprecated.
- documentsBuilt(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
-
Deprecated.
- DROP_AND_CREATE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that drops existing indexes and re-creates them and their schema on startup.
- DROP_AND_CREATE_AND_DROP - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that drops existing indexes and re-creates them and their schema on startup, then drops the indexes on shutdown.
- dropAndCreate() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Drops existing indexes and re-creates them and their schema.
- dropAndCreateSchemaOnStart(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Drops the indexes and their schema (if they exist) and re-creates them before indexing.
- dropIfExisting() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Drops existing indexes.
E
- ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
- ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
- ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether Hibernate Search is enabled or not.
- ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- entitiesLoaded(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
-
Deprecated.
- EntityLoadingCacheLookupStrategy - Enum in org.hibernate.search.mapper.orm.search.loading
-
Strategy for cache lookup before search query results are loaded.
- EntityReference - Interface in org.hibernate.search.mapper.orm.common
-
A reference to an indexed entity.
- entityReferenceFactory() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingMappingContext
- EnvironmentSynchronizer - Interface in org.hibernate.search.mapper.orm.spi
-
A service allowing to postpone Hibernate Search initialization works to a later time, when the environment (e.g.
- execute() - Method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooterBehavior.BootPhase
- execute() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Write all pending changes to the index now, without waiting for a Hibernate ORM flush event or transaction commit.
- executeAndReport() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventProcessingPlan
-
Writes all pending changes to the index now, and clears the plan so that it can be re-used.
- extendOptional(FromDocumentFieldValueConvertContext, BackendSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
-
Deprecated.Use
FromDocumentValueConverterandFromDocumentValueConvertContextinstead. - extendOptional(FromDocumentValueConvertContext, BackendSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(ToDocumentFieldValueConvertContext, BackendMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
-
Deprecated.Use
ToDocumentFieldValueConverterandToDocumentFieldValueConvertContextinstead. - extendOptional(ToDocumentValueConvertContext, BackendMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(IdentifierBridgeFromDocumentIdentifierContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(IdentifierBridgeToDocumentIdentifierContext, BridgeMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(PropertyBridgeWriteContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(RoutingBridgeRouteContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(TypeBridgeWriteContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(ValueBridgeFromIndexedValueContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extendOptional(ValueBridgeToIndexedValueContext, BridgeMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- extension(IndexScopeExtension<T>) - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Extend the current search scope with the given extension, resulting in an extended search scope offering backend-specific utilities.
- externalRepresentation() - Method in enum org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
- externalRepresentation() - Method in enum org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
F
- failingEntities() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlanExecutionReport
- failureCollector() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyPreStopContext
-
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the shutdown process for some time to collect other errors that could be relevant to users.
- failureCollector() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
-
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.
- failureHandler() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationConfigurationContext
- failureHandler() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingMappingContext
- failureHandler(MassIndexingFailureHandler) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the
MassIndexingFailureHandler. - fetchSize(int) - Method in interface org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
Set the fetch size for this query, i.e.
- first() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- flush() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Flush to disk the changes to indexes that were not committed yet.
- flushAsync() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Asynchronous version of
SearchWorkspace.flush(), returning as soon as the operation is queued.
G
- get() - Static method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
- get() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- get(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getBigDecimal(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getBigInteger(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getBinary(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getBlob(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getBoolean(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getByte(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getCalendar(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getCharacter(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getClob(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getDate(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getDouble(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getFloat(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getInteger(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getLocale(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getLong(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getNumberOfTypes() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getRowNumber() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getShort(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getString(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getText(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getTimeZone(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- getType(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- graph(String, GraphSemantic) - Method in interface org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
Customize fetching/loading of entity attributes and associations according to the entity graph with the given name, with the given semantic.
- graph(EntityGraph<?>, GraphSemantic) - Method in interface org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
Customize fetching/loading of entity attributes and associations according to the given entity graph, with the given semantic.
H
- handle(MassIndexingEntityFailureContext) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureHandler
-
Deprecated.
- handle(MassIndexingFailureContext) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureHandler
-
Deprecated.
- HibernateOrmExtension - Class in org.hibernate.search.mapper.orm
-
An extension for the Hibernate ORM mapper, giving access to Hibernate ORM-specific contexts.
- HibernateOrmIntegrationBooter - Interface in org.hibernate.search.mapper.orm.bootstrap.spi
- HibernateOrmIntegrationBooter.Builder - Interface in org.hibernate.search.mapper.orm.bootstrap.spi
- HibernateOrmIntegrationBooterBehavior - Class in org.hibernate.search.mapper.orm.bootstrap.spi
- HibernateOrmIntegrationBooterBehavior.BootPhase<T> - Interface in org.hibernate.search.mapper.orm.bootstrap.spi
- HibernateOrmMapperSettings - Class in org.hibernate.search.mapper.orm.cfg
- HibernateOrmMapperSettings.AutomaticIndexingRadicals - Class in org.hibernate.search.mapper.orm.cfg
-
Configuration property keys without the
prefix+HibernateOrmMapperSettings.Radicals.AUTOMATIC_INDEXING_PREFIX. - HibernateOrmMapperSettings.CoordinationRadicals - Class in org.hibernate.search.mapper.orm.cfg
-
Configuration property keys without the
prefix+HibernateOrmMapperSettings.Radicals.COORDINATION_PREFIX. - HibernateOrmMapperSettings.Defaults - Class in org.hibernate.search.mapper.orm.cfg
-
Default values for the different settings if no values are given.
- HibernateOrmMapperSettings.Radicals - Class in org.hibernate.search.mapper.orm.cfg
-
Configuration property keys without the
prefix. - HibernateOrmMapperSpiSettings - Class in org.hibernate.search.mapper.orm.cfg.spi
- HibernateOrmMapperSpiSettings.Defaults - Class in org.hibernate.search.mapper.orm.cfg.spi
-
Default values for the different settings if no values are given.
- HibernateOrmMapperSpiSettings.Radicals - Class in org.hibernate.search.mapper.orm.cfg.spi
- HibernateOrmMappingConfigurationContext - Interface in org.hibernate.search.mapper.orm.mapping
- HibernateOrmMappingContext - Interface in org.hibernate.search.mapper.orm.mapping.context
- HibernateOrmSearchMappingConfigurer - Interface in org.hibernate.search.mapper.orm.mapping
-
An object responsible for configuring the Hibernate Search mapping.
- HibernateOrmSearchScrollableResultsAdapter<H> - Class in org.hibernate.search.mapper.orm.search.query.spi
- HibernateOrmSearchScrollableResultsAdapter(SearchScroll<H>, int, HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor<? super H>) - Constructor for class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor<H> - Interface in org.hibernate.search.mapper.orm.search.query.spi
- HibernateOrmSessionContext - Interface in org.hibernate.search.mapper.orm.session.context
I
- id() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
- idFetchSize(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Specifies the fetch size to be used when loading primary keys if objects to be indexed.
- includedTypes() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
- indexedEntity(Class<E>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- indexedEntity(String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- indexingCompleted() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
-
Deprecated.
- indexingFutureHandler(Consumer<CompletableFuture<SearchIndexingPlanExecutionReport>>) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationConfigurationContext
-
Set the handler for the (asynchronous) indexing future.
- indexingPlan() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
- indexManager() - Method in interface org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
- indexManager(String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- INTEGRATION_PARTIAL_BUILD_STATE - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
- INTEGRATION_PARTIAL_BUILD_STATE - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings.Radicals
- isClosed() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- isFirst() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- isLast() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
J
- javaClass() - Method in interface org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
- jpaName() - Method in interface org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
L
- last() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- limitIndexedObjectsTo(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Stops indexing after having indexed a set amount of objects.
M
- mapping() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
- mapping(EntityManagerFactory) - Static method in class org.hibernate.search.mapper.orm.Search
-
Retrieve the
SearchMappingfrom a JPAEntityManagerFactory. - mapping(SessionFactory) - Static method in class org.hibernate.search.mapper.orm.Search
-
Retrieve the
SearchMappingfrom a Hibernate ORMSessionFactory. - MAPPING_CONFIGURER - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The mapping configurer to use.
- MAPPING_CONFIGURER - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- MAPPING_PROCESS_ANNOTATIONS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- MAPPING_PROCESS_ANNOTATIONS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
Whether annotations should be automatically processed for entity types, as well as nested types in those entity types, for instance embedded types.
- MAPPING_PROCESS_ANNOTATIONS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- massIndexer() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Create a
MassIndexerfor the indexes mapped to types in this scope, or to any of their sub-types. - massIndexer() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Creates a
MassIndexerto rebuild the indexes of all indexed entity types. - massIndexer(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Creates a
MassIndexerto rebuild the indexes mapped to the given types, or to any of their sub-types. - massIndexer(String) - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Create a
MassIndexerfor the indexes mapped to types in this scope, or to any of their sub-types. - massIndexer(Collection<? extends Class<?>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Creates a
MassIndexerto rebuild the indexes mapped to the given types, or to any of their sub-types. - MassIndexer - Interface in org.hibernate.search.mapper.orm.massindexing
-
A MassIndexer is useful to rebuild the indexes from the data contained in the database.
- MassIndexerFilteringTypeStep - Interface in org.hibernate.search.mapper.orm.massindexing
-
This step allows to define a filter on entities of a given type that has to be re-indexed
- MassIndexerReindexParameterStep - Interface in org.hibernate.search.mapper.orm.massindexing
-
A step to define optional parameters for the JPQL/HQL conditional expression or other new expressions.
- MassIndexingFailureHandler - Interface in org.hibernate.search.mapper.orm.massindexing
-
Deprecated.move to
MassIndexingFailureHandler. - MassIndexingMonitor - Interface in org.hibernate.search.mapper.orm.massindexing
-
Deprecated.move to
MassIndexingMonitor. - mergeSegments() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Merge all segments of the indexes targeted by this workspace into a single one.
- mergeSegmentsAfterPurge(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Merges each index into a single segment after the initial index purge, just before indexing.
- mergeSegmentsAsync() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Asynchronous version of
SearchWorkspace.mergeSegments(), returning as soon as the operation is queued. - mergeSegmentsOnFinish(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Merges each index into a single segment after indexing.
- monitor(MassIndexingMonitor) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the
MassIndexingMonitor.
N
- name() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
- next() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- NONE - org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Deprecated.
- NONE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that does not do anything on startup or shutdown.
- NONE - Static variable in class org.hibernate.search.mapper.orm.coordination.CoordinationStrategyNames
-
No coordination: only one application node exists, or multiple application nodes exist, but they do not coordinate with each other, performing indexing and search requests independently.
O
- of(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Deprecated.
- of(String) - Static method in enum org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
- of(String) - Static method in enum org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
- org.hibernate.search.mapper.orm - package org.hibernate.search.mapper.orm
- org.hibernate.search.mapper.orm.automaticindexing - package org.hibernate.search.mapper.orm.automaticindexing
- org.hibernate.search.mapper.orm.automaticindexing.session - package org.hibernate.search.mapper.orm.automaticindexing.session
- org.hibernate.search.mapper.orm.automaticindexing.spi - package org.hibernate.search.mapper.orm.automaticindexing.spi
- org.hibernate.search.mapper.orm.bootstrap.spi - package org.hibernate.search.mapper.orm.bootstrap.spi
- org.hibernate.search.mapper.orm.cfg - package org.hibernate.search.mapper.orm.cfg
- org.hibernate.search.mapper.orm.cfg.spi - package org.hibernate.search.mapper.orm.cfg.spi
- org.hibernate.search.mapper.orm.common - package org.hibernate.search.mapper.orm.common
- org.hibernate.search.mapper.orm.coordination - package org.hibernate.search.mapper.orm.coordination
- org.hibernate.search.mapper.orm.coordination.common.spi - package org.hibernate.search.mapper.orm.coordination.common.spi
- org.hibernate.search.mapper.orm.entity - package org.hibernate.search.mapper.orm.entity
- org.hibernate.search.mapper.orm.mapping - package org.hibernate.search.mapper.orm.mapping
- org.hibernate.search.mapper.orm.mapping.context - package org.hibernate.search.mapper.orm.mapping.context
- org.hibernate.search.mapper.orm.massindexing - package org.hibernate.search.mapper.orm.massindexing
- org.hibernate.search.mapper.orm.schema.management - package org.hibernate.search.mapper.orm.schema.management
- org.hibernate.search.mapper.orm.scope - package org.hibernate.search.mapper.orm.scope
- org.hibernate.search.mapper.orm.search.loading - package org.hibernate.search.mapper.orm.search.loading
- org.hibernate.search.mapper.orm.search.loading.dsl - package org.hibernate.search.mapper.orm.search.loading.dsl
- org.hibernate.search.mapper.orm.search.query.spi - package org.hibernate.search.mapper.orm.search.query.spi
- org.hibernate.search.mapper.orm.session - package org.hibernate.search.mapper.orm.session
- org.hibernate.search.mapper.orm.session.context - package org.hibernate.search.mapper.orm.session.context
- org.hibernate.search.mapper.orm.spi - package org.hibernate.search.mapper.orm.spi
- org.hibernate.search.mapper.orm.work - package org.hibernate.search.mapper.orm.work
P
- param(String, Object) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexerReindexParameterStep
-
Bind a new parameter value for a given parameter name.
- PERSISTENCE_CONTEXT - org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
When a search query returns entities, first check the persistence context to retrieve entities that are already in the session, then load the entities that were not found in the session through an SQL query.
- PERSISTENCE_CONTEXT_THEN_SECOND_LEVEL_CACHE - org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
When a search query returns entities, first check the persistence context to retrieve entities that are already in the session, then check the second level cache to retrieve entities that are in the 2LC but not in the session, then load the entities that were not found in the session or 2LC through an SQL query.
- preBoot(BiConsumer<String, Object>) - Method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter
- predicate() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Initiate the building of a search predicate.
- PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The prefix expected for the key of every Hibernate Search configuration property when using the Hibernate ORM mapper.
- PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
- preStop(CoordinationStrategyPreStopContext) - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CooordinationStrategy
-
Prepares for
CooordinationStrategy.stop(), executing any operations that need to be executed before shutdown. - previous() - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- process() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Extract all data from objects passed to the indexing plan so far, creates documents to be indexed and put them into an internal buffer, without writing them to the indexes.
- PROCESSORS_INDEXING_BATCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- PROCESSORS_INDEXING_ENABLED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- PROCESSORS_INDEXING_POLLING_INTERVAL - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- PROCESSORS_INDEXING_PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- PROCESSORS_PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- programmaticMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
-
Start the definition of a programmatic mapping.
- projection() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Initiate the building of a search projection that will be valid for the indexes in this scope.
- purge() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Delete all documents from indexes targeted by this workspace.
- purge(Class<?>, Object, String) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Delete the entity from the index.
- purge(String, Object, String) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
-
Delete the entity from the index.
- purge(Set<String>) - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Delete documents from indexes targeted by this workspace that were indexed with any of the given routing keys.
- purgeAllOnStart(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Removes all entities from the indexes before indexing.
- purgeAsync() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Asynchronous version of
SearchWorkspace.purge(), returning as soon as the operation is queued. - purgeAsync(Set<String>) - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Asynchronous version of
SearchWorkspace.purge(Set), returning as soon as the operation is queued.
Q
- QUERY_LOADING_CACHE_LOOKUP_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- QUERY_LOADING_CACHE_LOOKUP_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The strategy to use when loading entities during the execution of a search query.
- QUERY_LOADING_CACHE_LOOKUP_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- QUERY_LOADING_FETCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- QUERY_LOADING_FETCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The fetch size to use when loading entities during the execution of a search query.
- QUERY_LOADING_FETCH_SIZE - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
R
- READ_SYNC - Static variable in class org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategyNames
-
A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.
- readSync() - Static method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
- refresh() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Refresh the indexes so that all changes executed so far will be visible in search queries.
- refreshAsync() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Asynchronous version of
SearchWorkspace.refresh(), returning as soon as the operation is queued. - reindexInSession() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingConfigurationContext
-
Requests that indexing events be processed directly in the current session.
- reindexOnly(String) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexerFilteringTypeStep
-
Use a JPQL/HQL conditional expression to limit the entities to be re-indexed.
S
- SCHEMA_MANAGEMENT_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- SCHEMA_MANAGEMENT_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
- SCHEMA_MANAGEMENT_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
-
The schema management strategy, controlling how indexes and their schema are created, updated, validated or dropped on startup and shutdown.
- SchemaManagementStrategyName - Enum in org.hibernate.search.mapper.orm.schema.management
- schemaManager() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Create a
SearchSchemaManagerfor the indexes mapped to types in this scope, or to any of their sub-types. - schemaManager() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchSchemaManagerfor all indexes. - schemaManager(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchSchemaManagerfor the indexes mapped to the given type, or to any of its sub-types. - schemaManager(Collection<? extends Class<?>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchSchemaManagerfor the indexes mapped to the given types, or to any of their sub-types. - scope(Class<T>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
-
Create a
SearchScopelimited to the given type. - scope(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchScopelimited to the given type. - scope(Class<T>, String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
-
Create a
SearchScopelimited to entity types referenced by their name. - scope(Class<T>, String) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchScopelimited to entity types referenced by their name. - scope(Class<T>, Collection<String>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
-
Create a
SearchScopelimited to entity types referenced by their name. - scope(Class<T>, Collection<String>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchScopelimited to entity types referenced by their name. - scope(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
-
Create a
SearchScopelimited to the given types. - scope(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchScopelimited to the given types. - scroll(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- search(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Initiate the building of a search query.
- search(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Initiate the building of a search query.
- search(SearchScope<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Initiate the building of a search query.
- Search - Class in org.hibernate.search.mapper.orm
- SearchIndexedEntity<E> - Interface in org.hibernate.search.mapper.orm.entity
-
A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
- SearchIndexingPlan - Interface in org.hibernate.search.mapper.orm.work
-
An interface for indexing entities in the context of an ORM Session.
- SearchIndexingPlanExecutionReport - Interface in org.hibernate.search.mapper.orm.work
- SearchLoadingOptionsStep - Interface in org.hibernate.search.mapper.orm.search.loading.dsl
-
The DSL entry point passed to consumers in
SearchQueryOptionsStep.loading(Consumer), allowing the definition of loading options (fetch size, cache lookups, ...). - SearchMapping - Interface in org.hibernate.search.mapper.orm.mapping
-
The Hibernate Search mapping between the Hibernate ORM model and the backend(s).
- SearchSchemaManager - Interface in org.hibernate.search.mapper.orm.schema.management
-
The entry point for explicit schema management operations: creating indexes, dropping them, validating them, ...
- SearchScope<E> - Interface in org.hibernate.search.mapper.orm.scope
-
Represents a set of types and the corresponding indexes, allowing to build search-related objects (query, predicate, ...) taking into account the relevant indexes and their metadata (underlying technology, field types, ...).
- SearchSession - Interface in org.hibernate.search.mapper.orm.session
- SearchWorkspace - Interface in org.hibernate.search.mapper.orm.work
-
The entry point for explicit index operations.
- sendAndReport(EntityReferenceFactory<R>) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
-
Sends the events to the queue.
- sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan>, boolean) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingConfigurationContext
-
Requests that indexing events be sent to a queue.
- session() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingEventSendingSessionContext
- session() - Method in interface org.hibernate.search.mapper.orm.session.context.HibernateOrmSessionContext
- session(EntityManager) - Static method in class org.hibernate.search.mapper.orm.Search
-
Retrieve the
SearchSessionfrom a JPAEntityManager. - session(Session) - Static method in class org.hibernate.search.mapper.orm.Search
-
Retrieve the
SearchSessionfrom a Hibernate ORMSession. - SESSION - org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Deprecated.
- sessionContext(EntityManager) - Method in interface org.hibernate.search.mapper.orm.spi.BatchMappingContext
- sessionFactory() - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingMappingContext
- sessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.context.HibernateOrmMappingContext
- setRowNumber(int) - Method in class org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter
- SHARDS_ASSIGNED - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- SHARDS_STATIC - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- SHARDS_TOTAL_COUNT - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- singleObject() - Static method in interface org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor
- SKIP - org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
When a search query returns entities, do not check any cache and load all the entities through an SQL query.
- sort() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Initiate the building of a search sort.
- start() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Starts the indexing process in background (asynchronous).
- start(CoordinationStrategyStartContext) - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CooordinationStrategy
-
Configures this strategy and starts processing events in the background.
- startAndWait() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Starts the indexing process, and then block until it's finished.
- stop() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CooordinationStrategy
-
Stops and releases all resources.
- STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
-
Deprecated.Use
HibernateOrmMapperSettings.AutomaticIndexingRadicals.ENABLEDinstead (caution: it expects a boolean value). - STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.CoordinationRadicals
- sync() - Static method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
- SYNC - Static variable in class org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategyNames
-
A strategy that waits for index changes to be queued and applied, forces a commit and a refresh, and waits for the commit and refresh to complete.
- SYNCHRONIZATION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
T
- threadPoolProvider() - Method in interface org.hibernate.search.mapper.orm.coordination.common.spi.CoordinationStrategyStartContext
- threadsToLoadObjects(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the number of threads to be used to load the root entities.
- throwable() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlanExecutionReport
- toArray(H) - Method in interface org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor
- toElement(H, int) - Method in interface org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor
- toEntityManager() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
- toEntityManagerFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- toIdentifier(String, String) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventProcessingPlan
-
Convert the serialized id to the original identifier.
- toJpaQuery(SearchQuery<H>) - Static method in class org.hibernate.search.mapper.orm.Search
-
Convert a
SearchQueryto aJPA query. - toOrmQuery(SearchQuery<H>) - Static method in class org.hibernate.search.mapper.orm.Search
-
Convert a
SearchQueryto aHibernate ORM query. - toOrmSession() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
- toOrmSessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
- toSerializedId(String, Object) - Method in interface org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventProcessingPlan
-
Convert the identifier to its serialized form.
- transactionTimeout(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Timeout of transactions for loading ids and entities to be re-indexed.
- type() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
- type(Class<?>) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Define a filter on a given
typefor entities to be re-indexed - typeContextProvider() - Method in interface org.hibernate.search.mapper.orm.spi.BatchMappingContext
- typeIdentifierForEntityName(String) - Method in interface org.hibernate.search.mapper.orm.spi.BatchTypeIdentifierProvider
- typesToIndexInParallel(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Sets the number of entity types to be indexed in parallel.
V
- validate() - Method in interface org.hibernate.search.mapper.orm.schema.management.SearchSchemaManager
-
Does not change indexes nor their schema, but checks that indexes exist and validates their schema.
- VALIDATE - org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
A strategy that does not change indexes nor their schema, but checks that indexes exist and validates their schema on startup.
- valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
Returns the enum constant of this type with the specified name.
- valueReadHandleFactory(ValueReadHandleFactory) - Method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter.Builder
- values() - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hibernate.search.mapper.orm.search.loading.EntityLoadingCacheLookupStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- whenEnvironmentDestroying(Runnable) - Method in interface org.hibernate.search.mapper.orm.spi.EnvironmentSynchronizer
-
Run the given work just before the environment is destroyed (exactly what "destroyed" means is implementation-dependent).
- whenEnvironmentReady(Runnable) - Method in interface org.hibernate.search.mapper.orm.spi.EnvironmentSynchronizer
-
Run the given work as soon as the environment is deemed "ready" (exactly what "ready" means is implementation-dependent).
- workspace() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Create a
SearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types. - workspace() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchWorkspacefor the indexes mapped to all indexed types. - workspace(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchWorkspacefor the indexes mapped to the given type, or to any of its sub-types. - workspace(String) - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
-
Create a
SearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types. - workspace(Collection<? extends Class<?>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Create a
SearchWorkspacefor the indexes mapped to the given types, or to any of their sub-types. - WRITE_SYNC - Static variable in class org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategyNames
-
A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete.
- writeSync() - Static method in interface org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategy
All Classes All Packages