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

A

addToTotalCount(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Notify the monitor that increment more entities have been detected in the database and will be indexed.
annotationMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingDefinitionContainerContext
 
asEntity() - Method in interface org.hibernate.search.mapper.orm.search.dsl.query.SearchQueryResultDefinitionContext
 
asProjection(Function<? super SearchProjectionFactoryContext<PojoReference, O>, ? extends SearchProjectionTerminalContext<T>>) - Method in interface org.hibernate.search.mapper.orm.search.dsl.query.SearchQueryResultDefinitionContext
 
asProjection(SearchProjection<T>) - Method in interface org.hibernate.search.mapper.orm.search.dsl.query.SearchQueryResultDefinitionContext
 
asProjections(SearchProjection<?>...) - Method in interface org.hibernate.search.mapper.orm.search.dsl.query.SearchQueryResultDefinitionContext
 
AUTOREGISTER_LISTENERS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
Whether Hibernate Search should automatically register listeners to entity changes, so that changes to entities result in automatic indexing.
AUTOREGISTER_LISTENERS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
AUTOREGISTER_LISTENERS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 

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 interface org.hibernate.search.mapper.orm.session.spi.SearchSessionBuilder
 

C

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 interface org.hibernate.search.mapper.orm.session.spi.SearchSessionImplementor
 
configure(HibernateOrmMappingDefinitionContainerContext) - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmSearchMappingConfigurer
 
create(Metadata, BootstrapContext) - Static method in interface org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter
 
createIndexer(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
Creates a MassIndexer to rebuild the indexes of some or all indexed entity types.
createMappingWorkExecutor() - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSession(EntityManager) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSessionWithOptions(EntityManager) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSessionWorkExecutor() - Method in interface org.hibernate.search.mapper.orm.session.spi.SearchSessionImplementor
 
createWorkPlan() - Method in interface org.hibernate.search.mapper.orm.session.spi.SearchSessionImplementor
 

D

documentsAdded(long) - Method in interface org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Notify the monitor that increment more documents have been added to the index.
documentsBuilt(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Notify the monitor that increment more documents have been built.

E

ENABLE_ANNOTATION_MAPPING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
ENABLE_ANNOTATION_MAPPING - 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.
ENABLE_ANNOTATION_MAPPING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 
ENABLE_CONFIGURATION_PROPERTY_TRACKING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
ENABLE_CONFIGURATION_PROPERTY_TRACKING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
Whether usage of configuration property should be tracked.
ENABLE_CONFIGURATION_PROPERTY_TRACKING - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 
ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
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.
ENABLE_DIRTY_CHECK - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 
entitiesLoaded(int) - Method in interface org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Notify the monitor that increment more entities have been loaded from the database.
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.
extendOptional(IdentifierBridgeToDocumentIdentifierContext, MappingContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(IdentifierBridgeFromDocumentIdentifierContext, SessionContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(RoutingKeyBridgeToRoutingKeyContext, SessionContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(TypeBridgeWriteContext, SessionContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(PropertyBridgeWriteContext, SessionContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(ValueBridgeToIndexedValueContext, MappingContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(ToDocumentFieldValueConvertContext, MappingContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
extendOptional(FromDocumentFieldValueConvertContext, SessionContextImplementor) - Method in class org.hibernate.search.mapper.orm.HibernateOrmExtension

F

fetch() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the SearchResult.
fetch(Long) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the SearchResult.
fetch(Integer) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the SearchResult.
fetch(Long, Long) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the SearchResult.
fetch(Integer, Integer) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the SearchResult.
fetchHits() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a List.
fetchHits(Long) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a List.
fetchHits(Integer) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a List.
fetchHits(Long, Long) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a List.
fetchHits(Integer, Integer) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a List.
fetchSingleHit() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the hits as a single, optional element.
fetchTotalHitCount() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Execute the query and return the total hit count.

G

get() - Static method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
 
getHits() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchResult
 
getIndexedTypesPolymorphic(Class<E>) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
Given a set of target entity, return the set of configured subtypes that are indexed.
getSearchSession(Session) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchSession from a Hibernate ORM Session.
getSearchSession(EntityManager) - Static method in class org.hibernate.search.mapper.orm.Search
Retrieve the SearchSession from a JPA EntityManager.
getSession() - Method in interface org.hibernate.search.mapper.orm.session.context.HibernateOrmSessionContext
 
getSessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.context.HibernateOrmMappingContext
 
getTotalHitCount() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchResult
 

H

HibernateOrmExtension - Class in org.hibernate.search.mapper.orm
 
HibernateOrmIndexingStrategyName - Enum in org.hibernate.search.mapper.orm.cfg
Modes for triggering indexing of entities.
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
 
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
 
HibernateOrmMapping - Interface in org.hibernate.search.mapper.orm.mapping.spi
 
HibernateOrmMappingContext - Interface in org.hibernate.search.mapper.orm.mapping.context
 
HibernateOrmMappingDefinitionContainerContext - Interface in org.hibernate.search.mapper.orm.mapping
 
HibernateOrmPropertyHandleFactoryName - Enum in org.hibernate.search.mapper.orm.cfg.spi
 
HibernateOrmSearchMappingConfigurer - Interface in org.hibernate.search.mapper.orm.mapping
 
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.
INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
 
INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
The indexing strategy to use.
INDEXING_STRATEGY - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
 
indexingCompleted() - Method in interface org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Notify the monitor that indexing is complete.
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
 
isIndexable(Class<?>) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
isSearchable(Class<?>) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
isWorkable(Class<?>) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
isWorkable(Object) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 

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_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
 
MassIndexer - Interface in org.hibernate.search.mapper.orm.massindexing
A MassIndexer is useful to rebuild the indexes from the data contained in the database.
MassIndexingMonitor - Interface in org.hibernate.search.mapper.orm.massindexing.monitor
As a MassIndexer can take some time to finish it's job, a MassIndexerProgressMonitor can be defined in the configuration property hibernate.search.worker.indexing.monitor implementing this interface to track indexing performance.

O

of(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.HibernateOrmIndexingStrategyName
 
of(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmPropertyHandleFactoryName
 
optimizeAfterPurge(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
If index optimization should be run before starting, after the purgeAll.
optimizeOnFinish(boolean) - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
If index optimization has to be started at the end of the indexing process.
org.hibernate.search.mapper.orm - package org.hibernate.search.mapper.orm
 
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.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.mapping.spi - package org.hibernate.search.mapper.orm.mapping.spi
 
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.search - package org.hibernate.search.mapper.orm.search
 
org.hibernate.search.mapper.orm.search.dsl.query - package org.hibernate.search.mapper.orm.search.dsl.query
 
org.hibernate.search.mapper.orm.search.query - package org.hibernate.search.mapper.orm.search.query
 
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.session.spi - package org.hibernate.search.mapper.orm.session.spi
 
org.hibernate.search.mapper.orm.spi - package org.hibernate.search.mapper.orm.spi
 

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.search.SearchScope
Initiate the building of a search predicate.
PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
 
PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
 
programmaticMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingDefinitionContainerContext
 
projection() - Method in interface org.hibernate.search.mapper.orm.search.SearchScope
Initiate the building of a search projection that will be valid for the indexes in this scope.
PROPERTY_HANDLE_FACTORY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings.Defaults
 
PROPERTY_HANDLE_FACTORY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings
The factory to use to create PropertyHandle instances.
PROPERTY_HANDLE_FACTORY - Static variable in class org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmMapperSpiSettings.Radicals
 
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.

S

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.
Search - Class in org.hibernate.search.mapper.orm
 
search() - Method in interface org.hibernate.search.mapper.orm.search.SearchScope
Initiate the building of a search query.
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.
SearchQuery<T> - Interface in org.hibernate.search.mapper.orm.search.query
 
SearchQueryResultDefinitionContext<O> - Interface in org.hibernate.search.mapper.orm.search.dsl.query
 
SearchResult<T> - Interface in org.hibernate.search.mapper.orm.search.query
 
SearchScope<T> - Interface in org.hibernate.search.mapper.orm.search
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
 
SearchSessionBuilder - Interface in org.hibernate.search.mapper.orm.session.spi
 
SearchSessionImplementor - Interface in org.hibernate.search.mapper.orm.session.spi
 
setFetchSize(int) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Set the JDBC fetch size for this query.
sort() - Method in interface org.hibernate.search.mapper.orm.search.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.
toEntityManager() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
 
toJpaQuery() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Convert this query to a JPA query.
toOrmQuery() - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
Convert this query to a Hibernate ORM query.
toOrmSession() - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
 
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.cfg.HibernateOrmIndexingStrategyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.spi.HibernateOrmPropertyHandleFactoryName
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.search.mapper.orm.cfg.HibernateOrmIndexingStrategyName
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.HibernateOrmPropertyHandleFactoryName
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).
A B C D E F G H I L M O P S T V W 
Skip navigation links

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