Skip navigation links
A B C D E F G H I J L M O P Q 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.hibernate.FullTextQueryResultDefinitionContext
 
asEntity() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextQueryResultDefinitionContext
 
asProjection(Function<? super SearchProjectionFactoryContext<PojoReference, O>, SearchProjection<T>>) - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextQueryResultDefinitionContext
 
asProjection(SearchProjection<T>) - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextQueryResultDefinitionContext
 
asProjection(Function<? super SearchProjectionFactoryContext<PojoReference, O>, SearchProjection<T>>) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextQueryResultDefinitionContext
 
asProjection(SearchProjection<T>) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextQueryResultDefinitionContext
 
asProjections(SearchProjection<?>...) - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextQueryResultDefinitionContext
 
asProjections(SearchProjection<?>...) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextQueryResultDefinitionContext
 
AUTOREGISTER_LISTENERS - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
Enable listeners auto registration in Hibernate Annotations and EntityManager.
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.HibernateOrmSearchManagerBuilder
 

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.HibernateOrmSearchManager
 
configure(HibernateOrmMappingDefinitionContainerContext) - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmSearchMappingConfigurer
 
createIndexer(Class<?>...) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextEntityManager
 
createMappingWorkExecutor() - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSearchManager(EntityManager) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSearchManagerWithOptions(EntityManager) - Method in interface org.hibernate.search.mapper.orm.mapping.spi.HibernateOrmMapping
 
createSessionWorkExecutor() - Method in interface org.hibernate.search.mapper.orm.session.spi.HibernateOrmSearchManager
 
createWorkPlan() - Method in interface org.hibernate.search.mapper.orm.session.spi.HibernateOrmSearchManager
 

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
When enabled, annotations will 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
When enabled, Hibernate Search will track the parts of the provided configuration that are actually used and log a warning if any configuration property is never used, which might indicate a configuration issue.
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
When enabled re-indexing of an entity is skipped if the updates affect only non-indexed fields.
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

fromExternalRepresentation(String) - Static method in enum org.hibernate.search.mapper.orm.cfg.HibernateOrmIndexingStrategyName
Returns the HibernateOrmIndexingStrategyName matching the given external representation as specified via HibernateOrmMapperSettings.INDEXING_STRATEGY
FullTextEntityManager - Interface in org.hibernate.search.mapper.orm.jpa
 
FullTextQuery<T> - Interface in org.hibernate.search.mapper.orm.hibernate
 
FullTextQuery<T> - Interface in org.hibernate.search.mapper.orm.jpa
 
FullTextQueryResultDefinitionContext<O> - Interface in org.hibernate.search.mapper.orm.hibernate
 
FullTextQueryResultDefinitionContext<O> - Interface in org.hibernate.search.mapper.orm.jpa
 
FullTextSearchTarget<T> - Interface in org.hibernate.search.mapper.orm.hibernate
 
FullTextSearchTarget<T> - Interface in org.hibernate.search.mapper.orm.jpa
 
FullTextSession - Interface in org.hibernate.search.mapper.orm.hibernate
 

G

get() - Static method in class org.hibernate.search.mapper.orm.HibernateOrmExtension
 
getFullTextEntityManager(EntityManager) - Static method in class org.hibernate.search.mapper.orm.Search
 
getFullTextSession(Session) - Static method in class org.hibernate.search.mapper.orm.Search
 
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.
getResultSize() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextQuery
 
getSession() - Method in interface org.hibernate.search.mapper.orm.session.context.HibernateOrmSessionContext
 
getSessionFactory() - Method in interface org.hibernate.search.mapper.orm.mapping.context.HibernateOrmMappingContext
 

H

HibernateOrmExtension - Class in org.hibernate.search.mapper.orm
 
HibernateOrmIndexingStrategyName - Enum in org.hibernate.search.mapper.orm.cfg
Modes for triggering indexing of entities.
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
 
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
 
HibernateOrmSearchManager - Interface in org.hibernate.search.mapper.orm.session.spi
 
HibernateOrmSearchManagerBuilder - Interface in org.hibernate.search.mapper.orm.session.spi
 
HibernateOrmSearchMappingConfigurer - Interface in org.hibernate.search.mapper.orm.mapping
 
HibernateOrmSearchTarget<T> - Interface in org.hibernate.search.mapper.orm.search.spi
 
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
Defines the indexing strategy, default event Other options manual
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.
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
 

J

jpaQuery() - Method in interface org.hibernate.search.mapper.orm.search.spi.HibernateOrmSearchTarget
 

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
Configure a programmatic mapping in Hibernate Search.
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

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.cfg - package org.hibernate.search.mapper.orm.cfg
 
org.hibernate.search.mapper.orm.hibernate - package org.hibernate.search.mapper.orm.hibernate
 
org.hibernate.search.mapper.orm.jpa - package org.hibernate.search.mapper.orm.jpa
 
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.spi - package org.hibernate.search.mapper.orm.search.spi
 
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

predicate() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextSearchTarget
 
predicate() - Method in interface org.hibernate.search.mapper.orm.search.spi.HibernateOrmSearchTarget
 
PREFIX - Static variable in class org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings
 
programmaticMapping() - Method in interface org.hibernate.search.mapper.orm.mapping.HibernateOrmMappingDefinitionContainerContext
 
projection() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextSearchTarget
 
projection() - Method in interface org.hibernate.search.mapper.orm.search.spi.HibernateOrmSearchTarget
 
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.

Q

query() - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextSearchTarget
 
query() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextSearchTarget
 

S

search(Class<T>) - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextSession
 
search(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.hibernate.FullTextSession
 
search(Class<T>) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextEntityManager
 
search(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextEntityManager
 
Search - Class in org.hibernate.search.mapper.orm
 
search(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.spi.HibernateOrmSearchManager
 
search(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.spi.HibernateOrmSearchManager
 
sort() - Method in interface org.hibernate.search.mapper.orm.jpa.FullTextSearchTarget
 
sort() - Method in interface org.hibernate.search.mapper.orm.search.spi.HibernateOrmSearchTarget
 
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.
toExternalRepresentation() - Method in enum org.hibernate.search.mapper.orm.cfg.HibernateOrmIndexingStrategyName
Returns the external representation of this indexing mode.
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.
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.

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 J L M O P Q 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.