Skip navigation links
A B C D E F G H I L M O P Q R S T V W 

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 (through IndexedEmbedded for example).
addToTotalCount(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
Notify the monitor that increment more entities have been detected in the database and will be indexed.
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.
annotationMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
Start the definition of the annotation mapping.
apply(AutomaticIndexingSynchronizationConfigurationContext) - Method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationStrategy
 
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_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
The automatic indexing strategy to use.
AUTOMATIC_INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
AUTOMATIC_INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 
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
 
AutomaticIndexingStrategyName - Enum in org.hibernate.search.mapper.orm.automaticindexing
Strategy for automatic indexing in Hibernate Search.
AutomaticIndexingSynchronizationConfigurationContext - Interface in org.hibernate.search.mapper.orm.session
 
AutomaticIndexingSynchronizationStrategy - Interface in org.hibernate.search.mapper.orm.session
Determines how the thread will block upon committing a transaction where indexed entities were modified.
AutomaticIndexingSynchronizationStrategyName - Enum in org.hibernate.search.mapper.orm.automaticindexing
 

B

batchSizeToLoadObjects(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Sets the batch size used to load the root entities.
build() - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingEntityFailureContext.Builder
 
build() - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext.Builder
 
builder() - Static method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingEntityFailureContext
 
builder() - Static method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext
 

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.
cacheLookupStrategy(EntityLoadingCacheLookupStrategy) - Method in interface org.hibernate.search.mapper.orm.search.query.dsl.HibernateOrmSearchQueryHitTypeStep
Deprecated.
Call .loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead.
cacheMode(CacheMode) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Sets the cache interaction mode for the data loading tasks.
committed() - Static method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationStrategy
 
configure(HibernateOrmMappingConfigurationContext) - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmSearchMappingConfigurer
Configure the Hibernate Search mapping as necessary using the given context.
containerExtractors() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingConfigurationContext
Start the definition of container extractors available for use in mappings.
create(Metadata, BootstrapContext) - Static method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter
 

D

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 (through IndexedEmbedded for example).
documentCommitStrategy(DocumentCommitStrategy) - Method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationConfigurationContext
 
documentRefreshStrategy(DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationConfigurationContext
 
documentsAdded(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
Notify the monitor that increment more documents have been added to the index.
documentsBuilt(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
Notify the monitor that increment more documents have been built.

E

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
Notify the monitor that increment more entities have been loaded from the database.
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.
entityReference(Object) - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingEntityFailureContext.Builder
 
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.work.SearchIndexingPlan
Write all pending changes to the index now, without waiting for a Hibernate ORM flush event or transaction commit.
extendOptional(IdentifierBridgeToDocumentIdentifierContext, BridgeMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(IdentifierBridgeFromDocumentIdentifierContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(RoutingKeyBridgeToRoutingKeyContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(TypeBridgeWriteContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(PropertyBridgeWriteContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(ValueBridgeToIndexedValueContext, BridgeMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(ValueBridgeFromIndexedValueContext, BridgeSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(ToDocumentFieldValueConvertContext, BackendMappingContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(FromDocumentFieldValueConvertContext, BackendSessionContext) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension

F

failingOperation(Object) - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext.Builder
 
failureHandler(MassIndexingFailureHandler) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
fetchSize(int) - Method in interface org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
Set the JDBC fetch size for this query.
fetchSize(int) - Method in interface org.hibernate.search.mapper.orm.search.query.dsl.HibernateOrmSearchQueryHitTypeStep
Deprecated.
Call .loading( o -> o.fetchSize( ... ) near the end of the query definition instead.
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
 
getBackend(String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
 
getEntityReferences() - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingEntityFailureContext
 
getFailingEntities() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlanExecutionReport
 
getFailingOperation() - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext
 
getFailureHandler() - Method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationConfigurationContext
 
getId() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
 
getIndexManager(String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
 
getName() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
 
getSession() - Method in interface org.hibernate.search.mapper.orm.session.context.HibernateOrmSessionContext
 
getSessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.context.HibernateOrmMappingContext
 
getThrowable() - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext
 
getThrowable() - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlanExecutionReport
 
getType() - Method in interface org.hibernate.search.mapper.orm.common.EntityReference
 

H

handle(MassIndexingFailureContext) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureHandler
Handle a generic failure.
handle(MassIndexingEntityFailureContext) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureHandler
Handle a failure when indexing an entity.
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
 
HibernateOrmMapperSettings - Class in org.hibernate.search.mapper.orm.cfg
 
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
 
HibernateOrmReflectionStrategyName - Enum in org.hibernate.search.mapper.orm.cfg.spi
 
HibernateOrmSearchMappingConfigurer - Interface in org.hibernate.search.mapper.orm.mapping
An object responsible for configuring the Hibernate Search mapping.
HibernateOrmSearchQueryHitTypeStep<E> - Interface in org.hibernate.search.mapper.orm.search.query.dsl
Deprecated.
HibernateOrmSessionContext - Interface in org.hibernate.search.mapper.orm.session.context
 

I

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.
indexingCompleted() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor
Notify the monitor that indexing is complete.
indexingFutureHandler(Consumer<CompletableFuture<SearchIndexingPlanExecutionReport>>) - Method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationConfigurationContext
Set the handler for the (asynchronous) indexing future.
indexingPlan() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
 
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
 

L

limitIndexedObjectsTo(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
EXPERIMENTAL method: will probably change Will stop indexing after having indexed a set amount of objects.

M

mapping(SessionFactory) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchMapping from a Hibernate ORM SessionFactory.
mapping(EntityManagerFactory) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchMapping from a JPA EntityManagerFactory.
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 - Interface in org.hibernate.search.mapper.orm.massindexing
A MassIndexer is useful to rebuild the indexes from the data contained in the database.
massIndexer() - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
Create a MassIndexer for the indexes mapped to types in this scope, or to any of their sub-types.
massIndexer(String) - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
Create a MassIndexer for 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 MassIndexer to rebuild the indexes of all indexed entity types.
massIndexer(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Creates a MassIndexer to rebuild the indexes mapped to the given types, or to any of their sub-types.
massIndexer(Collection<? extends Class<?>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Creates a MassIndexer to rebuild the indexes mapped to the given types, or to any of their sub-types.
MassIndexingEntityFailureContext - Class in org.hibernate.search.mapper.orm.massindexing
Contextual information about a failure to load or index a entities during mass indexing.
MassIndexingEntityFailureContext.Builder - Class in org.hibernate.search.mapper.orm.massindexing
 
MassIndexingFailureContext - Class in org.hibernate.search.mapper.orm.massindexing
Contextual information about a failing operation during mass indexing.
MassIndexingFailureContext.Builder - Class in org.hibernate.search.mapper.orm.massindexing
 
MassIndexingFailureHandler - Interface in org.hibernate.search.mapper.orm.massindexing
A handler for failures occurring during mass indexing.
MassIndexingMonitor - Interface in org.hibernate.search.mapper.orm.massindexing
A component that monitors progress of mass indexing.
MassIndexingMonitor - Interface in org.hibernate.search.mapper.orm.massindexing.monitor
Deprecated.
Implement MassIndexingMonitor instead.
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
Merge 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
Merge each index into a single segment after indexing.
monitor(MassIndexingMonitor) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer

O

of(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
 
of(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingSynchronizationStrategyName
 
of(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmReflectionStrategyName
 
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.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.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.massindexing.monitor - package org.hibernate.search.mapper.orm.massindexing.monitor
 
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.dsl - package org.hibernate.search.mapper.orm.search.query.dsl
 
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

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
 
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.
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(Class<?>, Object) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
Delete the entity from the index.
purge(String, Object) - Method in interface org.hibernate.search.mapper.orm.work.SearchIndexingPlan
Delete the entity from the index.
purge() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
Purge the data targeted by this workspaces, removing all documents.
purgeAllOnStart(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
If all entities should be removed from the index before starting using purgeAll.
purgeAsync() - Method in interface org.hibernate.search.mapper.orm.work.SearchWorkspace
Asynchronous version of SearchWorkspace.purge(), 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
 
queued() - Static method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationStrategy
 

R

REFLECTION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings.Defaults
 
REFLECTION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings.Radicals
 
REFLECTION_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
The strategy to follow when performing reflection operations, in particular when calling methods or accessing field dynamically.

S

scope(Class<T>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
Create a SearchScope limited to the given type.
scope(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
Create a SearchScope limited to the given types.
scope(Class<T>, String) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
Create a SearchScope limited to entity types referenced by their name.
scope(Class<T>, Collection<String>) - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
Create a SearchScope limited to entity types referenced by their name.
scope(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchScope limited to the given type.
scope(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchScope limited to the given types.
scope(Class<T>, String) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchScope limited to entity types referenced by their name.
scope(Class<T>, Collection<String>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchScope limited to entity types referenced by their name.
Search - Class in org.hibernate.search.mapper.orm
 
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.
searchable() - Static method in interface org.hibernate.search.mapper.orm.session.AutomaticIndexingSynchronizationStrategy
 
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).
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.
session(Session) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchSession from a Hibernate ORM Session.
session(EntityManager) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchSession from a JPA EntityManager.
setAutomaticIndexingSynchronizationStrategy(AutomaticIndexingSynchronizationStrategy) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Set the AutomaticIndexingSynchronizationStrategy to use for this session.
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).
startAndWait() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Starts the indexing process, and then block until it's finished.

T

threadsToLoadObjects(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Set the number of threads to be used to load the root entities.
throwable(Throwable) - Method in class org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureContext.Builder
 
toEntityManager() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
 
toEntityManagerFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
 
toJpaQuery(SearchQuery<H>) - Static method in class org.hibernate.search.mapper.orm.Search
Convert a SearchQuery to a JPA query.
toOrmQuery(SearchQuery<H>) - Static method in class org.hibernate.search.mapper.orm.Search
toOrmSession() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
 
toOrmSessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.SearchMapping
 
transactionTimeout(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Timeout of transactions for loading ids and entities to be re-indexed.
typesToIndexInParallel(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
Sets the number of entity types to be indexed in parallel.

V

valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingSynchronizationStrategyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmReflectionStrategyName
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.
values() - Static method in enum org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName
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.automaticindexing.AutomaticIndexingSynchronizationStrategyName
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.cfg.spi.HibernateOrmReflectionStrategyName
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 SearchWorkspace for the indexes mapped to types in this scope, or to any of their sub-types.
workspace(String) - Method in interface org.hibernate.search.mapper.orm.scope.SearchScope
Create a SearchWorkspace for 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 SearchWorkspace for the indexes mapped to all indexed types.
workspace(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchWorkspace for the indexes mapped to the given type, or to any of its sub-types.
workspace(Collection<? extends Class<?>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Create a SearchWorkspace for the indexes mapped to the given types, or to any of their sub-types.
A B C D E F G H I L M O P Q R S T V W 
Skip navigation links

Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.