Index

A B C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractPojoGenericTypeModel<T> - Class in org.hibernate.search.mapper.pojo.model.spi
An abstract base for implementations of a PojoTypeModel representing a type with generic type parameters.
AbstractPojoGenericTypeModel(PojoRawTypeModel<? super T>) - Constructor for class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoGenericTypeModel
 
AbstractPojoHCAnnBootstrapIntrospector - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
AbstractPojoHCAnnBootstrapIntrospector(ReflectionManager, ValueHandleFactory) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
AbstractPojoHCAnnPropertyModel<T,I> - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
AbstractPojoHCAnnPropertyModel(I, AbstractPojoHCAnnRawTypeModel<?, I>, String, List<XProperty>, List<Member>) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
AbstractPojoHCAnnRawTypeModel<T,I> - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
AbstractPojoHCAnnRawTypeModel(I, PojoRawTypeIdentifier<T>, GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
AbstractPojoMappingImplementor<M> - Class in org.hibernate.search.mapper.pojo.mapping.spi
 
AbstractPojoMappingImplementor(PojoMappingDelegate) - Constructor for class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
AbstractPojoMappingImplementor(PojoMappingDelegate, PojoEntityReferenceFactoryDelegate) - Constructor for class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
Deprecated.
Use AbstractPojoMappingImplementor. This constructor is only present for backwards compatibility, for mappers that expose a custom entity reference type.
AbstractPojoMappingInitiator<MPBS> - Class in org.hibernate.search.mapper.pojo.mapping.spi
 
AbstractPojoMappingInitiator(PojoBootstrapIntrospector, MapperHints) - Constructor for class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
AbstractPojoRawTypeModel<T,I> - Class in org.hibernate.search.mapper.pojo.model.spi
 
AbstractPojoRawTypeModel(I, PojoRawTypeIdentifier<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
AbstractPojoSearchSession - Class in org.hibernate.search.mapper.pojo.session.spi
 
AbstractPojoSearchSession(PojoSearchSessionMappingContext) - Constructor for class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
accept(List<? extends E>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntitySink
Adds a batch of entities to the sink.
accept(List<? extends I>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierSink
Adds a batch of identifiers to the sink.
add(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
add(Object, DocumentRoutesDescriptor, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
Add an entity to the index, assuming that the entity is absent from the index.
add(Set<Class<?>>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
add(PojoPropertyMetadataContributor) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoPropertyMetadataContributor
 
add(PojoTypeMetadataContributor) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoTypeMetadataContributor
 
add(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Deprecated.
Use typeIfIncludedOrNull(typeIdentifier) instead, then (if non-null) .add(...) on the result.
add(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
add(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
Add an entity to the index, assuming that the entity is absent from the index.
addAll(Collection<? extends PojoTypeMetadataContributor>) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoTypeMetadataContributor
 
addConfigurationContributor(PojoMappingConfigurationContributor) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
addJandexIndex(IndexView) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
addOrUpdate(Object, DocumentRoutesDescriptor, Object, boolean, boolean, BitSet) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
Consider an entity updated, and perform reindexing of this entity as well as containing entities as necessary, taking into account dirtyPaths, forceSelfDirty and forceContainingDirty.
addOrUpdate(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, boolean, boolean, BitSet) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Deprecated.
Use typeIfIncludedOrNull(typeIdentifier) instead, then (if non-null) .addOrUpdate(...) on the result.
addOrUpdate(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
addOrUpdate(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
Update an entity in the index, or add it if it's absent from the index.
addOrUpdateOrDelete(Object, DocumentRoutesDescriptor, boolean, boolean, BitSet) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
Consider an entity added, updated, or deleted, depending on the result of loading it by ID, and perform reindexing of this entity as well as containing entities as necessary, taking into account dirtyPaths, forceSelfDirty and forceContainingDirty.
addOrUpdateOrDelete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, boolean, boolean, BitSet) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Deprecated.
Use typeIfIncludedOrNull(typeIdentifier) instead, then (if non-null) .addOrUpdateOrDelete(...) on the result.
addRoute() - Method in interface org.hibernate.search.mapper.pojo.route.DocumentRoutes
Add a route that indexing operations for this entity should take, based on its current state.
addToTotalCount(long) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingMonitor
Notify the monitor that increment more entities have been detected in the database and will be indexed.
afterExecution(MassIndexingEnvironment.Context) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment
Method is going to be invoked after completion of execution of the main logic of a Runnable in the given thread.
aggregable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
aggregable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
aggregable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
aggregable(Aggregable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingNonFullTextFieldOptionsStep
 
aggregation() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
all() - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
 
allAnnotations() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedElement
 
AlternativeBinder - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
The binder that sets up AlternativeValueBridges.
AlternativeBinderDelegate<D,P> - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
The component responsible for binding one field per alternative, and creating an AlternativeValueBridge.
alternativeDiscriminator() - Static method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeBinder
 
AlternativeDiscriminator - Annotation Type in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Mark the property as an alternative discriminator for use in AlternativeBinder.
AlternativeDiscriminatorBinder - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
A binder for markers that mark a property as the discriminator for alternatives for an Alternative bridge.
alternativeId(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeBinder
 
AlternativeValueBridge<D,P> - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
A component that routes field values to one of multiple index fields based on a discriminator.
analyzer() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
analyzer(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
 
annotatedElement() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMappingAnnotationProcessorContext
 
annotatedElement() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
 
annotatedElement() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorContext
 
annotatedElement() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorContext
 
annotatedElement() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext
 
annotatedTypeDiscoveryEnabled(boolean) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
AnnotatedTypeSource - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation
A source of types to be processed for annotations by Hibernate Search.
AnnotationDefaultValues - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
annotationMapping() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
AnnotationMappingConfigurationContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation
A context to configure annotation mapping.
annotations() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
annotations() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
annotations() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
annotations() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
annotations() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
annotations() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
annotations() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel
 
annotations() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
annotations(XAnnotatedElement) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
annotationValueHandleFactory() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
annotationValueHandleFactory() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
 
annotationValueReadHandleFactory() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
append(String, Object, String, PojoIndexingQueueEventPayload) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventSendingPlan
Appends an event to the plan, to be sent later and ultimately added to a PojoIndexingQueueEventProcessingPlan.
append(String, String, PojoIndexingQueueEventPayload) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
Appends an event to the plan, received from a PojoIndexingQueueEventSendingPlan.
apply(AnnotationMappingConfigurationContext) - Method in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotatedTypeSource
 
apply(IndexingPlanSynchronizationStrategyConfigurationContext) - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategy
 
apply(SearchIndexingPlanFilterContext) - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilter
This method is invoked while filtering types to be indexed.
applyLoadingBinder(Object, PojoEntityLoadingBindingContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
Apply a mapper-specific loading binder.
array(PojoRawTypeModel<? super T[]>, PojoTypeModel<T>) - Static method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
ARRAY_BOOLEAN - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive booleans (boolean[]).
ARRAY_BYTE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive bytes (byte[]).
ARRAY_CHAR - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive chars (char[]).
ARRAY_DOUBLE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive double (double[]).
ARRAY_FLOAT - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive floats (float[]).
ARRAY_INT - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive integers (int[]).
ARRAY_LONG - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive longs (long[]).
ARRAY_OBJECT - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of objects (Object[], Integer[], ...).
ARRAY_SHORT - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an array of primitive shorts (short[]).
arrayElementType() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
arrayElementType() - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
arrayElementType() - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext
 
arrayElementType() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
arrayElementType() - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
ascendingSuperClasses(XClass) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
ascendingSuperTypes() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
ascendingSuperTypes() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoSimpleHCAnnRawTypeModel
 
ascendingSuperTypes() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
associationEmbedded() - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorValueNode
 
associationInverseSide(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Assuming the property represents an association on a entity type A to entity type B, defines the inverse side of an association, i.e. the path from B to A.
associationInverseSide(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorValueNode
 
AssociationInverseSide - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Given an association from an entity type A to an entity type B, defines the inverse side of an association, i.e. the path from B to A.
AssociationInverseSide.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
AssociationInverseSideOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a "association inverse side" definition where optional parameters can be set.
async() - Static method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategy
 
ASYNC - Static variable in class org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyNames
A strategy that only waits for index changes to be queued in the backend.

B

backend() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.Indexed
 
backend(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingIndexedStep
 
backendName(String) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorIndexedTypeNode
 
beanResolver() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
 
beanResolver() - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
beanResolver() - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
beforeExecution(MassIndexingEnvironment.Context) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment
Method is going to be invoked prior to executing the main logic of a Runnable in the given thread.
bind(C, T, PojoModelPathValueNode, PojoModelPathWalker<C, T, P, V>) - Static method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathBinder
 
bind(IndexSchemaElement, PojoModelProperty) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeBinderDelegate
Binds the given field value source to multiple field, i.e.: Declares one field per alternative. Creates a bridge that will route field values to the appropriate field based on a discriminator.
bind(IdentifierBindingContext<?>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.IdentifierBinder
Binds a POJO property to a document identifier.
bind(MarkerBindingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.MarkerBinder
Binds a marker to a POJO property.
bind(PropertyBindingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
Binds a property to index fields.
bind(RoutingBindingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.RoutingBinder
Configure the mapping of an indexed entity to an index as necessary using the given context.
bind(TypeBindingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.TypeBinder
Binds a type to index fields.
bind(ValueBindingContext<?>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.ValueBinder
Binds a value to an index field.
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.CompositeProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DistanceProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DocumentReferenceProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.EntityProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.EntityReferenceProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.FieldProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.HighlightProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.IdProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
 
bind(ProjectionBindingContext) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ScoreProjectionBinder
 
bind(ProjectionBindingContext) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBinder
Binds a constructor parameter to a projection.
bind(T, PojoModelPathValueNode, PojoModelPathWalker<Void, T, P, V>) - Static method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathBinder
 
BindablePojoModelPath - Class in org.hibernate.search.mapper.pojo.model.path.spi
 
BindablePojoModelPath(PojoTypeModel<?>, PojoModelPathValueNode) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.BindablePojoModelPath
 
binder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.MarkerBinding
 
binder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ProjectionBinding
 
binder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.PropertyBinding
 
binder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.TypeBinding
 
binder(PropertyBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Define a property binder, responsible for creating a bridge.
binder(PropertyBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Define a property binder, responsible for creating a bridge.
binder(TypeBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Define a type binder, responsible for creating a bridge.
binder(TypeBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Define a type binder, responsible for creating a bridge.
BindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
 
bridge(Class<E>, BeanHolder<? extends RoutingBridge<E>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingBindingContext
Sets the object responsible for routing indexed entities to the correct index/shard.
bridge(Class<E>, RoutingBridge<E>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingBindingContext
Sets the object responsible for routing indexed entities to the correct index/shard.
bridge(Class<I2>, BeanHolder<? extends IdentifierBridge<I2>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.IdentifierBindingContext
Sets the bridge implementing the value/index binding.
bridge(Class<I2>, IdentifierBridge<I2>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.IdentifierBindingContext
Sets the bridge implementing the value/index binding.
bridge(Class<P2>, BeanHolder<? extends PropertyBridge<P2>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
Sets the bridge implementing the property/index binding.
bridge(Class<P2>, PropertyBridge<P2>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
Sets the bridge implementing the property/index binding.
bridge(Class<T2>, BeanHolder<? extends TypeBridge<T2>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
Sets the bridge implementing the type/index binding.
bridge(Class<T2>, TypeBridge<T2>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
Sets the bridge implementing the type/index binding.
bridge(Class<V2>, BeanHolder<? extends ValueBridge<V2, F>>, IndexFieldTypeOptionsStep<?, F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
Sets the bridge implementing the value/index binding.
bridge(Class<V2>, ValueBridge<V2, F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
Sets the bridge implementing the value/index binding.
bridge(Class<V2>, ValueBridge<V2, F>, IndexFieldTypeOptionsStep<?, F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
Sets the bridge implementing the value/index binding.
bridge(BeanHolder<? extends PropertyBridge<Object>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
Sets the bridge implementing the property/index binding.
bridge(BeanHolder<? extends TypeBridge<Object>>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
Sets the bridge implementing the type/index binding.
bridge(PropertyBridge<Object>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
Sets the bridge implementing the property/index binding.
bridge(TypeBridge<Object>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
Sets the bridge implementing the type/index binding.
bridgedElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.IdentifierBindingContext
 
bridgedElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
 
bridgedElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingBindingContext
 
bridgedElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
 
bridgedElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
 
BridgeMappingContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Mapping-scoped information and operations for use in bridges.
bridges() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
BridgesConfigurationContext - Interface in org.hibernate.search.mapper.pojo.bridge.mapping
 
BridgeSessionContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Session-scoped information and operations for use in bridges.
build() - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry.Builder
 
build() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContextBuilder
 
build() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext.Builder
 
build() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext.Builder
 
build() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
builder() - Static method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry
 
builder() - Static method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
 
builder() - Static method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
builder() - Static method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
Builder(FailureHandler) - Constructor for class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
buildMissingDiscoveredJandexIndexes(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
BuiltinAnnotations - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.spi
 
BuiltinContainerExtractors - Class in org.hibernate.search.mapper.pojo.extractor.builtin
The names of container extractors available in Hibernate Search out of the box.

C

cannotReadJandexRootMapping() - Method in class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
cannotReadJandexRootMapping() - Method in interface org.hibernate.search.mapper.pojo.reporting.spi.MapperHints
 
cannotReadJandexRootMapping$str() - Method in class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
cast(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.JavaClassPojoCaster
 
cast(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoCaster
 
cast(PojoTypeModel<?>) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
cast(PojoTypeModel<?>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
caster() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
caster() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
castOrNull(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.JavaClassPojoCaster
 
castOrNull(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoCaster
 
castTo(Class<U>) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
castTo(Class<U>) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
castTo(Class<U>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
castTo(Class<U>) - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
checkNonStandardTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
checkOpen() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
Check whether this context is still open, throwing an exception if it is not.
close() - Method in interface org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
Close any resource before the bridge is discarded.
close() - Method in interface org.hibernate.search.mapper.pojo.bridge.PropertyBridge
Close any resource before the bridge is discarded.
close() - Method in interface org.hibernate.search.mapper.pojo.bridge.RoutingBridge
Closes any resource before the routing bridge is discarded.
close() - Method in interface org.hibernate.search.mapper.pojo.bridge.TypeBridge
Close any resource before the bridge is discarded.
close() - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
Close any resource before the bridge is discarded.
close() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoader
close() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoader
close() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
closeOnFailure() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
Close any allocated resource.
COLLECTION - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from a Collection.
complete() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierSink
Signals that no more identifiers are available.
CompositeProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a composite projection, which will combine multiple inner projections.
CompositeProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a composite projection, which will combine multiple inner projections.
configure(MappingBuildContext, MappingConfigurationCollector<PojoTypeMetadataContributor>) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
configure(MappingBuildContext, PojoMappingConfigurationContext, MappingConfigurationCollector<PojoTypeMetadataContributor>) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingConfigurationContributor
 
configuredIndexingPlanFilter() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
 
ConfiguredIndexingPlanSynchronizationStrategy - Class in org.hibernate.search.mapper.pojo.work.spi
 
ConfiguredIndexingPlanSynchronizationStrategy(ConfiguredIndexingPlanSynchronizationStrategy.Builder) - Constructor for class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
 
ConfiguredIndexingPlanSynchronizationStrategy.Builder - Class in org.hibernate.search.mapper.pojo.work.spi
 
configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter, ConfiguredSearchIndexingPlanFilter) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
ConfiguredSearchIndexingPlanFilter - Interface in org.hibernate.search.mapper.pojo.work.spi
 
ConfiguredSearchIndexingPlanFilter.ExcludeAll - Class in org.hibernate.search.mapper.pojo.work.spi
 
ConfiguredSearchIndexingPlanFilter.Filter - Class in org.hibernate.search.mapper.pojo.work.spi
 
ConfiguredSearchIndexingPlanFilter.IncludeAll - Class in org.hibernate.search.mapper.pojo.work.spi
 
constructor(Class<?>...) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Starts the definition of the mapping of the constructor of this type accepting arguments with the given types.
constructor(Class<?>...) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
constructor(Class<?>...) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
ConstructorMapping - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Meta-annotation for annotations that apply mapping to a constructor.
ConstructorMappingAnnotationProcessor<A> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A processor for mapping annotations applied to a Java constructor.
ConstructorMappingAnnotationProcessorContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
ConstructorMappingAnnotationProcessorRef - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
ConstructorMappingAnnotationProcessorRef.UndefinedProcessorImplementationType - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Class used as a marker for the default value of the ConstructorMappingAnnotationProcessorRef.type() attribute.
ConstructorMappingStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a constructor can be mapped.
constructorParameter() - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
constructors() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingTypeNode
 
containedEntityIdentityMappingRequired(boolean) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
containerElement() - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingMultiContext
 
ContainerExtract - Enum in org.hibernate.search.mapper.pojo.extractor.mapping.annotation
Control how values are extracted from a POJO property of container type.
ContainerExtraction - Annotation Type in org.hibernate.search.mapper.pojo.extractor.mapping.annotation
A definition of container value extractors to be applied to a property, allowing reference to a specific value of a container property.
ContainerExtractionContext - Interface in org.hibernate.search.mapper.pojo.extractor
ContainerExtractor<C,V> - Interface in org.hibernate.search.mapper.pojo.extractor
An extractor of values from a container.
ContainerExtractorConfigurationContext - Interface in org.hibernate.search.mapper.pojo.extractor
A context to assign names to container extractor implementations.
ContainerExtractorDefinition<C> - Class in org.hibernate.search.mapper.pojo.extractor.spi
 
ContainerExtractorPath - Class in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic
A chain of container extractors to be applied one after the other to a property value, in order to extract other values.
ContainerExtractorRegistry - Class in org.hibernate.search.mapper.pojo.extractor.spi
 
ContainerExtractorRegistry.Builder - Class in org.hibernate.search.mapper.pojo.extractor.spi
 
containerExtractors() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
contribute(FieldModelContributorContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributor
 
contributeAdditionalMetadata(PojoAdditionalMetadataCollectorPropertyNode) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoPropertyMetadataContributor
 
contributeAdditionalMetadata(PojoAdditionalMetadataCollectorPropertyNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoPropertyMetadataContributor
 
contributeAdditionalMetadata(PojoAdditionalMetadataCollectorTypeNode) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoTypeMetadataContributor
 
contributeAdditionalMetadata(PojoAdditionalMetadataCollectorTypeNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeMetadataContributor
 
contributeIndexMapping(PojoIndexMappingCollectorPropertyNode) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoPropertyMetadataContributor
 
contributeIndexMapping(PojoIndexMappingCollectorPropertyNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoPropertyMetadataContributor
 
contributeIndexMapping(PojoIndexMappingCollectorTypeNode) - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoTypeMetadataContributor
 
contributeIndexMapping(PojoIndexMappingCollectorTypeNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeMetadataContributor
 
contributeSearchMapping(PojoSearchMappingMethodParameterNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMethodParameterMetadataContributor
 
convert() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FieldProjection
Deprecated.
Use FieldProjection.valueModel() instead. Note, setting FieldProjection.convert() to non-default ValueConvert.NO will result in an exception at runtime, use FieldProjection.valueModel() with ValueModel.INDEX instead.

Setting FieldProjection.valueModel() to any non-default value will take precedence over FieldProjection.convert() default ValueConvert.YES value.

create() - Static method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.CompositeProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DocumentReferenceProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.EntityProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.EntityReferenceProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.FieldProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.HighlightProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.IdProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
create() - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ScoreProjectionBinder
create(Class<D>, String, Class<P>, BeanReference<? extends AlternativeBinderDelegate<D, P>>) - Static method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeBinder
 
create(String) - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DistanceProjectionBinder
create(String) - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.FieldProjectionBinder
create(String) - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.HighlightProjectionBinder
create(String) - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
create(String, String) - Static method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DistanceProjectionBinder
create(Set<PojoRawTypeIdentifier<?>>, Set<PojoRawTypeIdentifier<?>>) - Static method in interface org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter
 
create(PojoRawTypeIdentifier<?>, String, Object) - Method in interface org.hibernate.search.mapper.pojo.common.spi.PojoEntityReferenceFactoryDelegate
 
createAccessor() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
 
createAccessor(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
 
createCompositeDefinition(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E>, String) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
 
createDeclaredConstructors() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
createDeclaredConstructors() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>>, PojoMassEntityLoadingContext<E>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
 
createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>>, PojoSelectionLoadingContext) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
 
createEntityReferenceFactory(PojoEntityReferenceFactoryDelegate) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createEventProcessingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy, PojoIndexingQueueEventSendingPlan) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createHandle(Member) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
createIdentifierLoader(Set<? extends PojoLoadingTypeContext<? extends E>>, PojoMassIdentifierLoadingContext<I>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
 
createIfMissing(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
createIfMissing(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E>, String) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
 
createIndexer() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingSessionContext
 
createIndexer() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
createIndexer(PojoWorkSessionContext) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
createIndexer(PojoWorkSessionContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createIndexer(PojoWorkSessionContext) - Method in interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
 
createIndexingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
createIndexingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createIndexingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
 
createIndexingPlan(PojoWorkSessionContext, PojoIndexingQueueEventSendingPlan) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
createIndexingPlan(PojoWorkSessionContext, PojoIndexingQueueEventSendingPlan) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createIndexingPlan(PojoWorkSessionContext, PojoIndexingQueueEventSendingPlan) - Method in interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
 
createIndexingQueueEventProcessingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy, PojoIndexingQueueEventSendingPlan) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
createIndexingQueueEventProcessingPlan(PojoWorkSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy, PojoIndexingQueueEventSendingPlan) - Method in interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
 
createMapper(MappingBuildContext, TypeMetadataContributorProvider<PojoTypeMetadataContributor>) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
createMapperDelegate() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
createMassIndexerAgent(PojoMassIndexerAgentCreateContext) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
Creates a PojoMassIndexerAgent, able to exert control over other agents that could perform indexing concurrently (e.g. indexing plans).
createObjectDefinition(String, Class<T>, TreeFilterDefinition) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
createObjectDefinitionMulti(String, Class<T>, TreeFilterDefinition) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
createOrUpdate(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
createOrUpdate(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
createOrValidate(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
createOrValidate(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider<Object, C>) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
createPojoScope(PojoScopeMappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>>, PojoScopeTypeExtendedContextProvider<E, C>) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
createPojoScopeForClasses(PojoScopeMappingContext, Collection<? extends Class<? extends E>>, PojoScopeTypeExtendedContextProvider<E, C>) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
Creates a PojoScopeDelegate limited to indexed entity types among the given classes and their subtypes.
createPojoScopeForEntityNames(PojoScopeMappingContext, Class<E>, Collection<String>, PojoScopeTypeExtendedContextProvider<E, C>) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
Creates a PojoScopeDelegate limited to indexed entity types among the entities with the given names and their subtypes.
createPropertyModel(String) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoSimpleHCAnnRawTypeModel
 
createPropertyModel(String) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
createSink() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoadingContext
 
createSink(PojoMassIndexingSessionContext) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoadingContext
 
createValueCreateHandle(Constructor<T>) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
createValueReadHandle(Member) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
currentRoute() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 

D

decimalScale() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
decimalScale(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingScaledNumberFieldOptionsStep
 
decimalScale(int) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorValueNode
 
declaredConstructors() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
declaredConstructors() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
declaredFieldAccessXPropertiesByName() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
declaredFieldAccessXPropertiesByName(XClass) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
declaredMethodAccessXPropertiesByName() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
declaredMethodAccessXPropertiesByName(XClass) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
declaredParameters() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
declaredParameters() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
declaredProperties() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
declaredProperties() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
declaredPropertyField(String) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
declaredPropertyGetters(String) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
declaredPropertyNames() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
declaredPropertyNames() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
declaredXProperties - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
The declared XProperties for this property in the holder type.
DEFAULT - Enum constant in enum org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
Default behavior: updates to the targeted value will trigger automatic reindexing if it's actually used in the indexing process of an indexed entity, unless a property on the path from the indexed entity to the targeted value prevents it through a different ReindexOnUpdate setting.
DEFAULT - Enum constant in enum org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtract
If extractors are defined explicitly, apply those.
DEFAULT_DECIMAL_SCALE - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
This extreme value is both invalid and very unlikely to be used.
DEFAULT_DIMENSION - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
This extreme value is both invalid and very unlikely to be used.
DEFAULT_EF_CONSTRUCTION - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
This extreme value is both invalid and very unlikely to be used.
DEFAULT_M - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
This extreme value is both invalid and very unlikely to be used.
DefaultBinderDefinitionStep<S> - Interface in org.hibernate.search.mapper.pojo.bridge.mapping
 
DefaultBridgeDefinitionStep<S,T> - Interface in org.hibernate.search.mapper.pojo.bridge.mapping
 
defaultExtractors() - Static method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
defaultLoadingContext() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
 
defaultReindexOnUpdate(ReindexOnUpdate) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
defaults() - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry
 
define(String, Class<? extends ContainerExtractor>) - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractorConfigurationContext
 
define(String, Class<? extends ContainerExtractor>) - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry.Builder
 
define(String, Class<C>, BeanReference<? extends C>) - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractorConfigurationContext
 
define(String, Class<C>, BeanReference<? extends C>) - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry.Builder
 
definition(Class<P>, BeanHolder<? extends ProjectionDefinition<? extends List<? extends P>>>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingMultiContext
Binds the constructor parameter to the given multi-valued projection definition.
definition(Class<P>, BeanHolder<? extends ProjectionDefinition<? extends P>>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
Binds the ProjectionBindingContext.constructorParameter() to the given projection definition.
definition(Class<P>, ProjectionDefinition<? extends List<? extends P>>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingMultiContext
Binds the constructor parameter to the given multi-valued projection definition.
definition(Class<P>, ProjectionDefinition<? extends P>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
Binds the ProjectionBindingContext.constructorParameter() to the given projection definition.
delegate() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
delete(Object, DocumentRoutesDescriptor, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
Delete an entity from the index.
delete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Deprecated.
Use typeIfIncludedOrNull(typeIdentifier) instead, then (if non-null) .delete(...) on the result.
delete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
delete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
Delete an entity from the index.
delete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
delete(PojoRawTypeIdentifier<?>, Object, DocumentRoutesDescriptor, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexer
Purge an entity from the index.
dependencies() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
 
dependencies() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingBindingContext
 
dependencies() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
 
derivedFrom() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexingDependency
 
derivedFrom(Set<PojoModelPathValueNode>) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorValueNode
 
derivedFrom(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
 
descendingSuperClasses(XClass) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
descendingSuperTypes() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoSimpleHCAnnRawTypeModel
 
descendingSuperTypes() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
detectEntityType(T) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
Detect the type of a given entity instance.
dimension() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
dirtiness - Variable in class org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventPayload
 
DirtinessDescriptor - Class in org.hibernate.search.mapper.pojo.work.spi
 
DirtinessDescriptor(boolean, boolean, Set<String>, boolean) - Constructor for class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
dirtyContainingAssociationFilter(PojoPathFilter) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
 
dirtyFilter(PojoPathFilter) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
 
dirtyPaths() - Method in class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
discard() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Discard all plans of indexing.
discard() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventSendingPlan
Discards all events that were added to this plan, without sending them.
discardNotProcessed() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Discard all plans of indexing, except for parts that were already processed.
discoverAnnotatedTypesFromRootMappingAnnotations(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
discoverAnnotationsFromReferencedTypes(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
discoverJandexIndexesFromAddedTypes(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
 
DistanceProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a distance projection, i.e. sequences of text that matched the query, extracted from the given field's value.
DistanceProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to the distance from the center to a field in the indexed document.
DO_NOT_INDEX_NULL - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
This special value is reserved to mark the default of the indexNullAs option.
doCast(PojoTypeModel<?>) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
documentCommitStrategy() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
 
documentCommitStrategy(DocumentCommitStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
 
documentCommitStrategy(DocumentCommitStrategy) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
documentId() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to the identifier of documents in the index.
DocumentId - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to the identifier of documents in the index.
documentIdSourceProperty(PojoPropertyModel<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
 
DocumentReferenceProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to a DocumentReference representing the hit.
DocumentReferenceProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to a DocumentReference representing the hit.
documentRefreshStrategy() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
 
documentRefreshStrategy(DocumentRefreshStrategy) - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
 
documentRefreshStrategy(DocumentRefreshStrategy) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
DocumentRoute - Interface in org.hibernate.search.mapper.pojo.route
A route for an indexed document, i.e. the object used by a RoutingBridge to define where an entity should be indexed.
DocumentRouteDescriptor - Class in org.hibernate.search.mapper.pojo.route
 
DocumentRoutes - Interface in org.hibernate.search.mapper.pojo.route
The object passed to a RoutingBridge to define where an entity should be indexed.
DocumentRoutesDescriptor - Class in org.hibernate.search.mapper.pojo.route
 
DocumentRoutesDescriptor(DocumentRouteDescriptor, Collection<DocumentRouteDescriptor>) - Constructor for class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 
documentsAdded(long) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingMonitor
Notify the monitor that increment more documents have been added to the index.
documentsBuilt(long) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingMonitor
Notify the monitor that increment more documents have been built.
doStop() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
DOT_PATTERN - Static variable in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
DROP_AND_CREATE - Enum constant in enum org.hibernate.search.mapper.pojo.massindexing.MassIndexingDefaultCleanOperation
Drops the indexes and their schema (if they exist) and re-creates them before indexing.
dropAndCreate(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
dropAndCreate(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
dropAndCreateSchemaOnStart(boolean) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Drops the indexes and their schema (if they exist) and re-creates them before indexing.
dropIfExisting(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
dropIfExisting(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 

E

efConstruction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
efConstruction(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
empty() - Static method in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotatedTypeSource
 
enabled() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.Indexed
 
enabled(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingIndexedStep
 
enabled(boolean) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorIndexedTypeNode
 
entitiesLoaded(long) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingMonitor
Notify the monitor that increment more entities have been loaded from the database.
entityIdPropertyName(String) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorEntityTypeNode
 
EntityLoadingBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.loading.mapping.annotation
References a loading binder to use for an entity.
EntityLoadingBinderRef.UndefinedImplementationType - Class in org.hibernate.search.mapper.pojo.loading.mapping.annotation
Class used as a marker for the default value of the EntityLoadingBinderRef.type() attribute.
entityName() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
entityName(String) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorEntityTypeNode
 
EntityProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to the entity that was originally indexed, which for the Hibernate ORM mapper is a managed entity loaded from the database.
EntityProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to the entity that was originally indexed, which for the Hibernate ORM mapper is a managed entity loaded from the database.
entityReference(Object) - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext.Builder
entityReferenceFactory() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
entityReferenceFactoryDelegate() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
entityReferenceFactoryDelegate() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
 
entityReferenceFactoryDelegate() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
 
entityReferenceFactoryDelegate() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkMappingContext
 
EntityReferenceProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to a reference to the entity that was originally indexed.
EntityReferenceProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to a reference to the entity that was originally indexed.
entityReferences() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
entityStateRepresentation() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
 
entityType() - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
environment(MassIndexingEnvironment) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Sets the MassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.
equals(Object) - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
equals(Object) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
 
equals(Object) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
equals(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
equals(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
equals(Object) - Method in class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
 
ErrorCollectingPojoPropertyMetadataContributor - Class in org.hibernate.search.mapper.pojo.mapping.building.spi
 
ErrorCollectingPojoPropertyMetadataContributor() - Constructor for class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoPropertyMetadataContributor
 
ErrorCollectingPojoTypeMetadataContributor - Class in org.hibernate.search.mapper.pojo.mapping.building.spi
 
ErrorCollectingPojoTypeMetadataContributor() - Constructor for class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoTypeMetadataContributor
 
eventContext() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
 
exactType(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.BridgesConfigurationContext
Define default bridges or binders for properties with the exact given type.
exclude(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
Specify an indexed/contained type (or its supertype class) to exclude, along with (unless specified otherwise) all its subtypes.
exclude(String) - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
Specify a name of an indexed/contained type (or a name of its named supertype) to exclude, along with (unless specified otherwise) all its subtypes.
excludePaths() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
The paths of index fields from the indexed-embedded element that should not be embedded.
excludePaths() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectProjection
The paths of nested index field to be excluded, i.e. for which the corresponding nested projections will not be retrieved from the index and will instead have their value set to null, or an empty collection for multi-valued fields.
excludePaths(String...) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
excludePaths(Collection<String>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
executeAndReport(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Write all pending changes to the index now, without waiting for a Hibernate ORM flush event or transaction commit, and clear the plan so that it can be re-used.
executeAndReport(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
Writes all pending changes to the index now, and clears the plan so that it can be re-used.
executeAndSynchronize(PojoIndexingPlan) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
 
explicitExtractor(String) - Static method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
explicitExtractorNames() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
explicitExtractors(List<String>) - Static method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
exportExpectedSchema(Path) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
exportExpectedSchema(SearchSchemaCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
extendOptional(IdentifierBridgeFromDocumentIdentifierContext, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeFromDocumentIdentifierContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(IdentifierBridgeToDocumentIdentifierContext, BridgeMappingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeToDocumentIdentifierContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(PropertyBridgeWriteContext, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.PropertyBridgeWriteContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(RoutingBridgeRouteContext, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(TypeBridgeWriteContext, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(ValueBridgeFromIndexedValueContext, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(ValueBridgeToIndexedValueContext, BridgeMappingContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extension(IndexScopeExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
extension(IdentifierBridgeFromDocumentIdentifierContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeFromDocumentIdentifierContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(IdentifierBridgeToDocumentIdentifierContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeToDocumentIdentifierContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(PropertyBridgeWriteContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.PropertyBridgeWriteContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(RoutingBridgeRouteContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(TypeBridgeWriteContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(ValueBridgeFromIndexedValueContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(ValueBridgeToIndexedValueContextExtension<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext
Extend the current context with the given extension, resulting in an extended context offering more options.
externalRepresentation() - Method in enum org.hibernate.search.mapper.pojo.massindexing.MassIndexingDefaultCleanOperation
 
extract() - Element in annotation type org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtraction
 
extract(C, ValueProcessor<T, ? super V, C2>, T, C2, ContainerExtractionContext) - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
 
extractedValueType(PojoTypeModel<?>, ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingConfigurationContext
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.AssociationInverseSide
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexingDependency
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.NonStandardField
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.PropertyValue
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
extraction() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
extractor(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.AssociationInverseSideOptionsStep
 
extractor(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
 
extractor(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
 
extractor(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
extractorPath() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
extractors(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.AssociationInverseSideOptionsStep
 
extractors(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
 
extractors(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
 
extractors(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
extractUnderlyingMember(XProperty) - Static method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoCommonsAnnotationsHelper
 

F

failingEntities() - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanExecutionReport
 
failingEntityReference(EntityReference) - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext.Builder
 
failingEntityReferences() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
 
failingOperation - Variable in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
failingOperation() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
failingOperation(Object) - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext.Builder
 
failureCollector() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMappingCollector
 
failureFloodingThreshold() - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureHandler
Returns the number of failures during one mass indexing beyond which the failure handler will no longer be notified.
failureFloodingThreshold(long) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Sets the threshold for failures that will be reported and sent to MassIndexingFailureHandler per indexed type.
failureHandler() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
failureHandler() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
failureHandler() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgentStartContext
 
failureHandler() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
 
failureHandler() - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
 
failureHandler() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
failureHandler(MassIndexingFailureHandler) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
FieldModelContributor - Interface in org.hibernate.search.mapper.pojo.bridge.binding.spi
 
FieldModelContributorContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding.spi
 
fieldName() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.GeoPointBinding
The name of the index field holding spatial information.
fieldName(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
FieldProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to the value of a field in the indexed document.
FieldProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to the value of a field in the indexed document.
filter(int) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
For the given path ordinal, sets the corresponding ordinal in a bitset if the path is accepted by the filter, and return that bitset or null if the path is not relevant.
filter(int[]) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
For each path ordinal in the given array, sets the corresponding ordinal in a bitset if the path is accepted by the filter, and return that bitset or null if none of the paths are relevant.
filter(String) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
Sets the ordinal corresponding to the given path in a bitset if the path is accepted by the filter, and return that bitset or null if the path is not accepted by the filter.
filter(String...) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
For each path in the given array, sets the corresponding ordinal in a bitset if the path is accepted by the filter, and return that bitset or null if none of the paths are relevant.
filter(TreeFilterDefinition) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
 
flush() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
flush(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
flush(OperationSubmitter, UnsupportedOperationBehavior) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
 
forceContainingDirty() - Method in class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
forceSelfDirty() - Method in class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
forExactType(PojoRawTypeIdentifier<? extends E>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeTypeExtendedContextProvider
 
forExactType(PojoRawTypeIdentifier<E>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContextProvider
 
format(F) - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
Format the value to a String.
forName(String) - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry
 
fromAnnotation(Annotation) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromAnnotationType(Class<? extends Annotation>) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromClasses(Class<?>, Class<?>...) - Static method in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotatedTypeSource
 
fromClasses(Set<Class<?>>) - Static method in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotatedTypeSource
 
fromConstructor(PojoConstructorModel<?>) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromDocumentIdentifier(String, IdentifierBridgeFromDocumentIdentifierContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
Transform the given document identifier value back to the value of the POJO property.
fromDocumentIdentifier(String, BridgeSessionContext) - Method in interface org.hibernate.search.mapper.pojo.identity.spi.IdentifierMapping
 
fromIndexedValue(F, ValueBridgeFromIndexedValueContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
Transform the given indexed field value to the corresponding POJO-extracted value.
fromJandexIndex(IndexView) - Static method in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotatedTypeSource
 
fromLegacyRoutingKey(String) - Static method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
A util to convert the legacy representation of a route (a single string) to a DocumentRoutesDescriptor.
fromMethodParameter(PojoMethodParameterModel<?>) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromOtherEntity(Class<?>, String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.
fromOtherEntity(Class<?>, String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.
fromOtherEntity(Class<?>, PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.
fromOtherEntity(Class<?>, PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.
fromOtherEntity(ContainerExtractorPath, Class<?>, PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.
fromParam() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.DistanceProjection
 
fromPath(PojoModelPath) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromStringValue(String) - Method in class org.hibernate.search.mapper.pojo.tenancy.spi.StringTenantIdentifierConverter
 
fromStringValue(String) - Method in interface org.hibernate.search.mapper.pojo.tenancy.TenantIdentifierConverter
Converts a string representation of the tenant identifier to an object representation.
fromType(PojoRawTypeIdentifier<?>) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fromType(PojoRawTypeModel<?>) - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
fullTextField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a full-text field in the index with the same name as this property.
fullTextField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a full-text field in the index with a custom name.
FullTextField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.
FullTextField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 

G

GenericContextAwarePojoGenericTypeModel<T> - Class in org.hibernate.search.mapper.pojo.model.spi
An implementation of PojoTypeModel that takes advantage of the context in which a given property appears to derive more precise type information.
GenericContextAwarePojoGenericTypeModel.Helper - Interface in org.hibernate.search.mapper.pojo.model.spi
 
GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T> - Class in org.hibernate.search.mapper.pojo.model.spi
 
genericField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a field of standard type in the index with the same name as this property.
genericField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a field of standard type in the index with a custom name.
GenericField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps an entity property to a field in the index.
GenericField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
genericType(PojoRawTypeModel<? super T>, PojoTypeModel<?>, PojoTypeModel<?>...) - Static method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
GeoPointBinder - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
A binder from a type or property to a GeoPoint field, representing a point on earth.
GeoPointBinding - Annotation Type in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Defines a GeoPoint binding from a type or a property to a GeoPoint field representing a point on earth.
GeoPointBinding.List - Annotation Type in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
 
getLoggingLocale() - Method in class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
groupingAllowed(PojoLoadingTypeContext<? extends E>, PojoMassLoadingContext) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
 

H

handle() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
handle() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
handle() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
handle() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel
 
handle(MassIndexingEntityFailureContext) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureHandler
Handle a failure when indexing an entity.
handle(MassIndexingFailureContext) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureHandler
Handle a generic failure.
hasContent() - Method in class org.hibernate.search.mapper.pojo.mapping.building.spi.ErrorCollectingPojoPropertyMetadataContributor
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
hashCode() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
 
hashCode() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
hashCode() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
hashCode() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
hashCode() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
 
hasNonIndexedConcreteSubtypes() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
highlightable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
highlightable(Collection<Highlightable>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
 
highlighter() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.HighlightProjection
 
highlighter() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
highlighter(String) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.HighlightProjectionBinder
 
HighlightProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.
HighlightProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.
hints() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
 
hints() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
holderTypeModel - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
hostingType() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep
 
hostingType() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
 

I

id() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.AlternativeDiscriminator
 
id() - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
id(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeDiscriminatorBinder
 
identifierBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.DocumentId
 
identifierBinder(IdentifierBinder) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
Use the given binder by default for properties with a matching type marked as document identifier (e.g. with DocumentId).
identifierBinder(IdentifierBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
Define an identifier binder, responsible for creating a bridge.
identifierBinder(IdentifierBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorPropertyNode
 
identifierBinder(IdentifierBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
Define an identifier binder, responsible for creating a bridge.
IdentifierBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
A binder from a POJO property to a document identifier.
IdentifierBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
References the identifier binder to use for a DocumentId.
IdentifierBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the IdentifierBinderRef.type() attribute.
IdentifierBindingContext<I> - Interface in org.hibernate.search.mapper.pojo.bridge.binding
The context provided to the IdentifierBinder.bind(IdentifierBindingContext) method.
identifierBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.DocumentId
 
identifierBridge(Class<? extends IdentifierBridge<?>>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
 
identifierBridge(BeanReference<? extends IdentifierBridge<?>>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
 
identifierBridge(IdentifierBridge<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
 
identifierBridge(IdentifierBridge<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBridgeDefinitionStep
Use the given bridge by default for properties with a matching type marked as document identifier (e.g. with DocumentId).
IdentifierBridge<I> - Interface in org.hibernate.search.mapper.pojo.bridge
A bridge between a POJO property of type I and a document identifier.
identifierBridgeFromDocumentIdentifierContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
identifierBridgeFromDocumentIdentifierContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
IdentifierBridgeFromDocumentIdentifierContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
IdentifierBridgeFromDocumentIdentifierContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to IdentifierBridgeFromDocumentIdentifierContext, allowing to access non-standard context specific to a given mapper.
IdentifierBridgeRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
A reference to the identifier bridge to use for a DocumentId.
IdentifierBridgeRef.UndefinedBridgeImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the IdentifierBridgeRef.type() attribute.
identifierBridgeToDocumentIdentifierContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
 
identifierBridgeToDocumentIdentifierContext() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
IdentifierBridgeToDocumentIdentifierContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
IdentifierBridgeToDocumentIdentifierContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to IdentifierBridgeToDocumentIdentifierContext, allowing to access non-standard context specific to a given mapper.
identifierMapping(IdentifierMapping) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeExtendedMappingCollector
 
IdentifierMapping - Interface in org.hibernate.search.mapper.pojo.identity.spi
 
identifierType() - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
IdProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
IdProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
include(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
Specify an indexed/contained type (or its supertype class) to include, along with (unless specified otherwise) all its subtypes.
include(String) - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
Specify a name of an indexed/contained type (or a name of its named supertype) to include, along with (unless specified otherwise) all its subtypes.
includeDepth() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
The number of levels of indexed-embedded that will have all their fields included by default.
includeDepth() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectProjection
The number of levels of object projections that will have all their nested field/object projections included by default and actually be retrieved from the index (projections on excluded fields will be ignored and will have their value set to null, or an empty collection for multi-valued fields).
includeDepth(Integer) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
includedIndexedTypes() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
includeEmbeddedObjectId() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
Whether the identifier of embedded objects should be included as an index field.
includeEmbeddedObjectId(boolean) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
includePaths() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
The paths of index fields from the indexed-embedded element that should be embedded.
includePaths() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectProjection
The paths of nested index field to be included, i.e. for which the corresponding nested projections will actually be retrieved from the index (projections on excluded fields will be ignored and will have their value set to null, or an empty collection for multi-valued fields).
includePaths(String...) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
includePaths(Collection<String>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
includes - Variable in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.Filter
 
index() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.Indexed
 
index() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
index() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
index(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingIndexedStep
 
indexed() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Maps an entity type to an index.
Indexed - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps an entity type to an index.
indexedEmbedded() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to an object field whose fields are the same as those defined in the property type, using the name of this property as the name of the object field.
indexedEmbedded(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to an object field whose fields are the same as those defined in the property type, using the given custom name as the name of the object field.
indexedEmbedded(PojoRawTypeIdentifier<?>, String, ObjectStructure, TreeFilterDefinition, boolean, Class<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorValueNode
 
IndexedEmbedded - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to an object field whose fields are the same as those defined in the property type.
IndexedEmbedded.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
indexingCompleted() - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingMonitor
Notify the monitor that indexing is complete.
indexingDependency() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Defines how a dependency of the indexing process to this property should affect automatic reindexing.
IndexingDependency - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Given a property, defines how a dependency of the indexing process to this property should affect its reindexing.
IndexingDependency.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
IndexingDependencyOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in an "indexing dependency" definition where optional parameters can be set.
indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>>) - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
Set the handler for the (asynchronous) indexing future.
indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>>) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
IndexingPlanSynchronizationStrategy - Interface in org.hibernate.search.mapper.pojo.work
Determines how the thread will block upon committing a transaction where indexed entities were modified.
IndexingPlanSynchronizationStrategyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.work
 
IndexingPlanSynchronizationStrategyNames - Class in org.hibernate.search.mapper.pojo.work
The names of built-in indexing plan synchronization strategies.
indexManager(MappedIndexManager) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexedTypeExtendedMappingCollector
 
indexName(String) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorIndexedTypeNode
 
indexNullAs() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
indexNullAs() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
indexNullAs() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
indexNullAs() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
indexNullAs(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
indexNullAs(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingNonFullTextFieldOptionsStep
 
indexNullAs(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
indexSchema(Optional<String>, String, SchemaExport) - Method in interface org.hibernate.search.mapper.pojo.schema.management.SearchSchemaCollector
Called when an index schema export is encountered.
indexSchemaElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
 
indexSchemaElement() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
 
inferDefaultFieldType(IndexFieldTypeFactory, Class<F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributor
 
INSTANCE - Static variable in class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
INSTANCE - Static variable in class org.hibernate.search.mapper.pojo.tenancy.spi.StringTenantIdentifierConverter
 
INSTANCE - Static variable in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.IncludeAll
 
interpretPath(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinitionProvider
 
introspector - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
introspector - Variable in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
inversePath() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.AssociationInverseSide
 
isAbstract() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
isAssignableTo(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelElement
 
isCompatibleWith(IdentifierBridge<?>) - Method in interface org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
 
isCompatibleWith(ValueBridge<?, ?>) - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
 
isDefault() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
isDeleted(Object) - Method in interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorRootContext
 
isEmpty() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
isEnclosingInstance() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
isEnclosingInstance() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
isIgnorableDataAccessThrowable(Throwable) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
 
isIncluded(String) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
isIncluded(PojoRawTypeIdentifier<?>) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.ExcludeAll
 
isIncluded(PojoRawTypeIdentifier<?>) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.Filter
 
isIncluded(PojoRawTypeIdentifier<?>) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.IncludeAll
 
isIncluded(PojoRawTypeIdentifier<?>) - Method in interface org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter
 
isNamed() - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
isProjectionConstructor() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingConstructorNode
 
isSingleConcreteTypeInEntityHierarchy() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
isSubTypeOf(MappableTypeModel) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
ITERABLE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts elements from an Iterable.

J

javaClass() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedElement
 
javaClass() - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
javaClass(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedProperty
 
JavaClassPojoCaster<T> - Class in org.hibernate.search.mapper.pojo.model.spi
 
JavaClassPojoCaster(Class<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.spi.JavaClassPojoCaster
 

K

keywordField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a keyword field in the index with the same name as this property.
keywordField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a keyword field in the index with a custom name.
KeywordField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to a keyword field in the index, holding a single token (word) of text.
KeywordField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 

L

latitude() - Static method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
Latitude - Annotation Type in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Mark the property hosting the latitude of a specific spatial coordinate.
LatitudeLongitudeMarkerBinder - Interface in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
A binder for markers that mark a property as the latitude or longitude for a GeoPoint bridge.
load(List<I>) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoader
Loads the entities corresponding to the given identifiers and adds them to the given sink, blocking the current thread while doing so.
loadBlocking(List<?>, Deadline) - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader
Loads the entities corresponding to the given identifiers, blocking the current thread while doing so.
loadingBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.SearchEntity
 
loadingBinder(Object) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingSearchEntityStep
Defines a binder for loading of entities of this type.
loadingBinder(BeanReference<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingSearchEntityStep
Defines a binder for loading of entities of this type.
loadingBinder(BeanReference<?>, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingSearchEntityStep
Defines a binder for loading of entities of this type.
loadingBinder(ParameterizedBeanReference<?>) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorEntityTypeNode
 
loadNext() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoader
Loads one batch of identifiers and adds them to the sink, or calls PojoMassIdentifierSink.complete() to notify the caller that there are no more identifiers to load.
longitude() - Static method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
Longitude - Annotation Type in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Mark the property hosting the longitude of a specific spatial coordinate.

M

m() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
m(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
mainConstructor() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Starts the definition of the mapping of the main constructor of this type.
mainConstructor() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
mainConstructor() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
MAP_KEY - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts keys from a Map.
MAP_VALUE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts values from a Map.
mappedTypeContext(String) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
mappedTypeContext(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
MapperHints - Interface in org.hibernate.search.mapper.pojo.reporting.spi
 
MapperHints_$bundle - Class in org.hibernate.search.mapper.pojo.reporting.spi
Warning this class consists of generated code.
MapperHints_$bundle() - Constructor for class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
MappingAnnotatedElement - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
An element in the entity model annotated with a mapping annotation.
MappingAnnotatedMethodParameter - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A method parameter in the entity model annotated with a mapping annotation.
MappingAnnotatedProperty - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A property in the entity model annotated with a mapping annotation.
MappingAnnotatedType - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A type in the entity model annotated with a mapping annotation.
MappingAnnotationProcessorContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A superinterface for contexts passed to mapping annotation processors.
mappingContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
mappingContext() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeSessionContext
 
mappingContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
mappingContext() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
 
markAsEntity() - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
Mark this type as an entity type.
markAsEntity(String, PojoPathDefinitionProvider) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
markAsIndexed() - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
Mark this type as an indexed type.
markAsIndexed(boolean) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
marker(Object) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.MarkerBindingContext
Sets the marker object resulting from this binding.
marker(MarkerBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Define a marker binder, responsible for creating a marker object.
marker(MarkerBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Define a marker binder, responsible for creating a marker object.
markerBinder(MarkerBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorPropertyNode
 
MarkerBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
A binder of property markers.
MarkerBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
References a MarkerBinder.
MarkerBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the MarkerBinderRef.type() attribute.
MarkerBinding - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Applies a marker to a property using a MarkerBinder.
MarkerBinding.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
MarkerBindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
 
markers(Class<M>) - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelProperty
 
markerSet() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.GeoPointBinding
 
markerSet() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.Latitude
 
markerSet() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.Longitude
 
markerSet(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
markerSet(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.LatitudeLongitudeMarkerBinder
 
massIndexer(PojoMassIndexingContext) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
massIndexingDefaultCleanOperation() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingContext
 
MassIndexingDefaultCleanOperation - Enum in org.hibernate.search.mapper.pojo.massindexing
 
MassIndexingEntityFailureContext - Class in org.hibernate.search.mapper.pojo.massindexing
Contextual information about a failure to load or index a entities during mass indexing.
MassIndexingEntityFailureContext.Builder - Class in org.hibernate.search.mapper.pojo.massindexing
 
MassIndexingEnvironment - Interface in org.hibernate.search.mapper.pojo.massindexing
An interface for pluggable components that set up and tear down the environment of mass indexing threads, for example, to initialize ThreadLocals.
MassIndexingEnvironment.Context - Interface in org.hibernate.search.mapper.pojo.massindexing
 
MassIndexingEnvironment.EntityIdentifierLoadingContext - Interface in org.hibernate.search.mapper.pojo.massindexing
Context provided to MassIndexingEnvironment when configured hooks are considered for execution around the identifier loading work.
MassIndexingEnvironment.EntityLoadingContext - Interface in org.hibernate.search.mapper.pojo.massindexing
Context provided to MassIndexingEnvironment when configured hooks are considered for execution around the entity loading work.
MassIndexingFailureContext - Class in org.hibernate.search.mapper.pojo.massindexing
Contextual information about a failing operation during mass indexing.
MassIndexingFailureContext.Builder - Class in org.hibernate.search.mapper.pojo.massindexing
 
MassIndexingFailureHandler - Interface in org.hibernate.search.mapper.pojo.massindexing
A handler for failures occurring during mass indexing.
MassIndexingMonitor - Interface in org.hibernate.search.mapper.pojo.massindexing
A component that monitors progress of mass indexing.
massLoadingStrategy() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
massLoadingStrategy(Class<E>, PojoMassLoadingStrategy<? super E, ?>) - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
massLoadingStrategyOptional() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
member() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
memberTypeReference(Type) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext
 
mergeSegments() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
mergeSegments(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
mergeSegments(OperationSubmitter, UnsupportedOperationBehavior) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
 
mergeSegmentsAfterPurge(boolean) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Merges each index into a single segment after the initial index purge, just before indexing.
mergeSegmentsOnFinish(boolean) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Merges each index into a single segment after indexing.
MethodParameterMapping - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Meta-annotation for annotations that apply mapping to a method parameter.
MethodParameterMappingAnnotationProcessor<A> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A processor for mapping annotations applied to a Java method parameter.
MethodParameterMappingAnnotationProcessorContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
MethodParameterMappingAnnotationProcessorRef - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
MethodParameterMappingAnnotationProcessorRef.UndefinedProcessorImplementationType - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Class used as a marker for the default value of the MethodParameterMappingAnnotationProcessorRef.type() attribute.
MethodParameterMappingStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a method parameter can be mapped.
monitor(MassIndexingMonitor) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
multi() - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
Inspects the type of the ProjectionBindingContext.constructorParameter() to determine if it may be bound to a multi-valued projection.
multiValued() - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
 

N

name - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBinderRef
Reference an identifier binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBridgeRef
Reference an identifier bridge by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.MarkerBinderRef
Reference a marker binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.PropertyBinderRef
Reference a property binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingBinderRef
Reference a routing binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.TypeBinderRef
Reference a type binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef
Reference a value binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBridgeRef
Reference a value bridge by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.common.annotation.Param
 
name() - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.loading.mapping.annotation.EntityLoadingBinderRef
Reference a binder by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.NonStandardField
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMappingAnnotationProcessorRef
Reference a ConstructorMappingAnnotationProcessor by its bean name.
name() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedMethodParameter
 
name() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedProperty
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorRef
Reference a MethodParameterMappingAnnotationProcessor by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorRef
Reference a PropertyMappingAnnotationProcessor by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorRef
Reference a TypeMappingAnnotationProcessor by its bean name.
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.SearchEntity
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
name() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
name() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
name() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelConstructorParameter
 
name() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelProperty
 
name() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
name() - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
name() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
name() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel
 
name() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
name() - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
name() - Element in annotation type org.hibernate.search.mapper.pojo.search.definition.mapping.annotation.ProjectionBinderRef
Reference a projection binder by its bean name.
name(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingSearchEntityStep
 
NAME - Static variable in class org.hibernate.search.mapper.pojo.tenancy.spi.StringTenantIdentifierConverter
 
newScheduledExecutor(int, String) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgentCreateContext
Creates a new fixed size ScheduledExecutorService.
NO - Enum constant in enum org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
Updates to the targeted value, or to any "nested" value (values that are accessed through the targeted value), will never trigger automatic reindexing.
NO - Enum constant in enum org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtract
Do not apply any container extractor, and throw an exception if extractors are defined explicitly.
noExtractors() - Static method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
noExtractors() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.AssociationInverseSideOptionsStep
Indicates that no container extractors should be applied, not even the default ones.
noExtractors() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
Indicates that no container extractors should be applied, not even the default ones.
noExtractors() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
Indicates that no container extractors should be applied, not even the default ones.
noExtractors() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
Indicates that no container extractors should be applied, not even the default ones.
NONE - Static variable in interface org.hibernate.search.mapper.pojo.reporting.spi.MapperHints
 
nonStandardField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a field of non-standard type in the index with the same name as this property.
nonStandardField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a field of non-standard type in the index with a custom name.
NonStandardField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to a non-standard field in the index.
NonStandardField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
noOp() - Static method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgent
 
normalizer() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
normalizer(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingKeywordFieldOptionsStep
 
norms() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
norms() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
norms(Norms) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
 
norms(Norms) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingKeywordFieldOptionsStep
 
notIndexed() - Method in interface org.hibernate.search.mapper.pojo.route.DocumentRoutes
Instructs Hibernate Search that the entity should not be indexed.

O

ObjectPath - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
A path from a root object to one or more target value(s).
ObjectProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to an object projection bound to a specific object field in the indexed document.
ObjectProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to an object projection bound to a specific object field in the indexed document.
of(Class<T>) - Static method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
of(Class<T>, String) - Static method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
of(String) - Static method in enum org.hibernate.search.mapper.pojo.massindexing.MassIndexingDefaultCleanOperation
 
of(String) - Static method in class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
 
of(DocumentRouteDescriptor) - Static method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 
of(DocumentRouteDescriptor, Collection<DocumentRouteDescriptor>) - Static method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 
ofProperty(String) - Static method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
ofValue(String) - Static method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
ofValue(String, ContainerExtractorPath) - Static method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
opaqueType(PojoRawTypeModel<T>) - Static method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
operationSubmitter(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
Set operation submitter to be applied while executing underlying plans.
operationSubmitter(OperationSubmitter) - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy.Builder
 
OPTIONAL - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts the value from an Optional.
OPTIONAL_DOUBLE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts the value from an OptionalDouble.
OPTIONAL_INT - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts the value from an OptionalInt.
OPTIONAL_LONG - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
The name of an extractor that extracts the value from an OptionalLong.
ordinalInStateArray() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathEntityStateRepresentation
 
org.hibernate.search.mapper.pojo.automaticindexing - package org.hibernate.search.mapper.pojo.automaticindexing
 
org.hibernate.search.mapper.pojo.automaticindexing.spi - package org.hibernate.search.mapper.pojo.automaticindexing.spi
 
org.hibernate.search.mapper.pojo.bridge - package org.hibernate.search.mapper.pojo.bridge
 
org.hibernate.search.mapper.pojo.bridge.binding - package org.hibernate.search.mapper.pojo.bridge.binding
 
org.hibernate.search.mapper.pojo.bridge.binding.spi - package org.hibernate.search.mapper.pojo.bridge.binding.spi
 
org.hibernate.search.mapper.pojo.bridge.builtin.annotation - package org.hibernate.search.mapper.pojo.bridge.builtin.annotation
 
org.hibernate.search.mapper.pojo.bridge.builtin.programmatic - package org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
 
org.hibernate.search.mapper.pojo.bridge.mapping - package org.hibernate.search.mapper.pojo.bridge.mapping
 
org.hibernate.search.mapper.pojo.bridge.mapping.annotation - package org.hibernate.search.mapper.pojo.bridge.mapping.annotation
 
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic - package org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
 
org.hibernate.search.mapper.pojo.bridge.runtime - package org.hibernate.search.mapper.pojo.bridge.runtime
 
org.hibernate.search.mapper.pojo.bridge.runtime.spi - package org.hibernate.search.mapper.pojo.bridge.runtime.spi
 
org.hibernate.search.mapper.pojo.common.annotation - package org.hibernate.search.mapper.pojo.common.annotation
 
org.hibernate.search.mapper.pojo.common.spi - package org.hibernate.search.mapper.pojo.common.spi
 
org.hibernate.search.mapper.pojo.extractor - package org.hibernate.search.mapper.pojo.extractor
 
org.hibernate.search.mapper.pojo.extractor.builtin - package org.hibernate.search.mapper.pojo.extractor.builtin
 
org.hibernate.search.mapper.pojo.extractor.mapping.annotation - package org.hibernate.search.mapper.pojo.extractor.mapping.annotation
 
org.hibernate.search.mapper.pojo.extractor.mapping.programmatic - package org.hibernate.search.mapper.pojo.extractor.mapping.programmatic
 
org.hibernate.search.mapper.pojo.extractor.spi - package org.hibernate.search.mapper.pojo.extractor.spi
 
org.hibernate.search.mapper.pojo.identity.spi - package org.hibernate.search.mapper.pojo.identity.spi
 
org.hibernate.search.mapper.pojo.loading.definition.spi - package org.hibernate.search.mapper.pojo.loading.definition.spi
 
org.hibernate.search.mapper.pojo.loading.mapping.annotation - package org.hibernate.search.mapper.pojo.loading.mapping.annotation
 
org.hibernate.search.mapper.pojo.loading.spi - package org.hibernate.search.mapper.pojo.loading.spi
 
org.hibernate.search.mapper.pojo.logging.spi - package org.hibernate.search.mapper.pojo.logging.spi
 
org.hibernate.search.mapper.pojo.mapping.building.spi - package org.hibernate.search.mapper.pojo.mapping.building.spi
 
org.hibernate.search.mapper.pojo.mapping.definition.annotation - package org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing - package org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
 
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.spi - package org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.spi
 
org.hibernate.search.mapper.pojo.mapping.definition.programmatic - package org.hibernate.search.mapper.pojo.mapping.definition.programmatic
 
org.hibernate.search.mapper.pojo.mapping.spi - package org.hibernate.search.mapper.pojo.mapping.spi
 
org.hibernate.search.mapper.pojo.massindexing - package org.hibernate.search.mapper.pojo.massindexing
 
org.hibernate.search.mapper.pojo.massindexing.spi - package org.hibernate.search.mapper.pojo.massindexing.spi
 
org.hibernate.search.mapper.pojo.model - package org.hibernate.search.mapper.pojo.model
 
org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi - package org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
org.hibernate.search.mapper.pojo.model.dependency - package org.hibernate.search.mapper.pojo.model.dependency
 
org.hibernate.search.mapper.pojo.model.hcann.spi - package org.hibernate.search.mapper.pojo.model.hcann.spi
 
org.hibernate.search.mapper.pojo.model.path - package org.hibernate.search.mapper.pojo.model.path
 
org.hibernate.search.mapper.pojo.model.path.spi - package org.hibernate.search.mapper.pojo.model.path.spi
 
org.hibernate.search.mapper.pojo.model.spi - package org.hibernate.search.mapper.pojo.model.spi
 
org.hibernate.search.mapper.pojo.processing.spi - package org.hibernate.search.mapper.pojo.processing.spi
 
org.hibernate.search.mapper.pojo.reporting.spi - package org.hibernate.search.mapper.pojo.reporting.spi
 
org.hibernate.search.mapper.pojo.route - package org.hibernate.search.mapper.pojo.route
 
org.hibernate.search.mapper.pojo.schema.management - package org.hibernate.search.mapper.pojo.schema.management
 
org.hibernate.search.mapper.pojo.schema.management.spi - package org.hibernate.search.mapper.pojo.schema.management.spi
 
org.hibernate.search.mapper.pojo.scope.spi - package org.hibernate.search.mapper.pojo.scope.spi
 
org.hibernate.search.mapper.pojo.search.definition.binding - package org.hibernate.search.mapper.pojo.search.definition.binding
 
org.hibernate.search.mapper.pojo.search.definition.binding.builtin - package org.hibernate.search.mapper.pojo.search.definition.binding.builtin
 
org.hibernate.search.mapper.pojo.search.definition.mapping.annotation - package org.hibernate.search.mapper.pojo.search.definition.mapping.annotation
 
org.hibernate.search.mapper.pojo.session.spi - package org.hibernate.search.mapper.pojo.session.spi
 
org.hibernate.search.mapper.pojo.tenancy - package org.hibernate.search.mapper.pojo.tenancy
 
org.hibernate.search.mapper.pojo.tenancy.spi - package org.hibernate.search.mapper.pojo.tenancy.spi
 
org.hibernate.search.mapper.pojo.work - package org.hibernate.search.mapper.pojo.work
 
org.hibernate.search.mapper.pojo.work.spi - package org.hibernate.search.mapper.pojo.work.spi
 

P

param(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
Deprecated.
param(String) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
param(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
Deprecated.
param(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
param(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
Param - Annotation Type in org.hibernate.search.mapper.pojo.common.annotation
A param, i.e. a name/value pair.
parameter(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep
Starts the definition of the mapping of a specific constructor parameter.
parameter(int) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
parameter(int) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
parameterNode(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingConstructorNode
 
parametersJavaTypes() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingConstructorNode
 
parametersJavaTypes() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
parametersJavaTypes() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
paramOptional(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
Deprecated.
paramOptional(String) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
paramOptional(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
Deprecated.
paramOptional(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
paramOptional(String, Class<T>) - Method in interface org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
 
params - Variable in class org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingMethodParameterNode.ProjectionBindingData
 
params() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.BindingContext
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.MarkerBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.PropertyBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.TypeBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.loading.mapping.annotation.EntityLoadingBinderRef
 
params() - Element in annotation type org.hibernate.search.mapper.pojo.search.definition.mapping.annotation.ProjectionBinderRef
 
parent() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoadingContext
 
parent() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoadingContext
 
parent() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
parent() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
parent() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
parse(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
Parse an input String to the raw index field value.
parse(String) - Static method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
parseIdentifierLiteral(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
Transform the given document identifier string value back to the value of the POJO property.
path() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.DistanceProjection
 
path() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FieldProjection
 
path() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.HighlightProjection
 
path() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectProjection
 
path() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.BindablePojoModelPath
 
pathDefinitionProvider(PojoPathDefinitionProvider) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorEntityTypeNode
 
pathFromStateArrayElement() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathEntityStateRepresentation
 
PojoAdditionalMetadataCollector - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoAdditionalMetadataCollectorEntityTypeNode - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoAdditionalMetadataCollectorIndexedTypeNode - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoAdditionalMetadataCollectorPropertyNode - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoAdditionalMetadataCollectorTypeNode - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoAdditionalMetadataCollectorValueNode - Interface in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
 
PojoBootstrapIntrospector - Interface in org.hibernate.search.mapper.pojo.model.spi
A Pojo introspector used at bootstrap.
PojoCaster<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
 
PojoCommonsAnnotationsHelper - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
Allows to access to the XProperty private field Member.
PojoConstructorIdentifier - Class in org.hibernate.search.mapper.pojo.model.spi
 
PojoConstructorIdentifier(PojoConstructorModel<?>) - Constructor for class org.hibernate.search.mapper.pojo.model.spi.PojoConstructorIdentifier
 
PojoConstructorModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
 
PojoConstructorModelFormatter - Class in org.hibernate.search.mapper.pojo.logging.spi
 
PojoConstructorModelFormatter(PojoConstructorModel<?>) - Constructor for class org.hibernate.search.mapper.pojo.logging.spi.PojoConstructorModelFormatter
 
PojoContainedTypeExtendedMappingCollector - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
A collector of extended mapping information.
PojoElementAccessor<T> - Interface in org.hibernate.search.mapper.pojo.model
An accessor allowing the retrieval of an element, for example a property, from a POJO.
PojoEntityLoadingBindingContext - Interface in org.hibernate.search.mapper.pojo.loading.definition.spi
 
PojoEntityReference - Class in org.hibernate.search.mapper.pojo.common.spi
A simple, default implementation for EntityReference for POJO-based mappers.
PojoEntityReference(PojoRawTypeIdentifier<?>, String, Object) - Constructor for class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
PojoEntityReferenceFactoryDelegate - Interface in org.hibernate.search.mapper.pojo.common.spi
A delegate for the POJO implementation of EntityReferenceFactory.
PojoEventContexts - Class in org.hibernate.search.mapper.pojo.reporting.spi
 
PojoHCAnnConstructorModel<T> - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
PojoHCAnnConstructorModel(AbstractPojoHCAnnBootstrapIntrospector, AbstractPojoHCAnnRawTypeModel<T, ?>, Constructor<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
PojoHCAnnMethodParameterModel<T> - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
PojoHCAnnMethodParameterModel(PojoHCAnnConstructorModel<?>, int, Parameter, AnnotatedType, Annotation[]) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
PojoHCannOrmGenericContextHelper - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
PojoHCannOrmGenericContextHelper(AbstractPojoHCAnnBootstrapIntrospector) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCannOrmGenericContextHelper
 
PojoImplicitReindexingResolverSessionContext - Interface in org.hibernate.search.mapper.pojo.automaticindexing.spi
Session-scoped information and operations for use in PojoImplicitReindexingResolver.
PojoIndexedTypeExtendedMappingCollector - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
A collector of extended mapping information.
PojoIndexer - Interface in org.hibernate.search.mapper.pojo.work.spi
An interface for indexing entities in the context of a session in a POJO mapper, immediately, asynchronously and without any sort of planning or handling of containing entities.
PojoIndexingPlan - Interface in org.hibernate.search.mapper.pojo.work.spi
An interface for indexing entities in the context of a session in a POJO mapper.
PojoIndexingProcessorRootContext - Interface in org.hibernate.search.mapper.pojo.processing.spi
The context passed to a PojoIndexingProcessor and propagated to every node.
PojoIndexingProcessorSessionContext - Interface in org.hibernate.search.mapper.pojo.processing.spi
Session-scoped information and operations for use in POJO indexing processors.
PojoIndexingQueueEventPayload - Class in org.hibernate.search.mapper.pojo.work.spi
 
PojoIndexingQueueEventPayload(DocumentRoutesDescriptor, DirtinessDescriptor) - Constructor for class org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventPayload
 
PojoIndexingQueueEventProcessingPlan - Interface in org.hibernate.search.mapper.pojo.work.spi
 
PojoIndexingQueueEventSendingPlan - Interface in org.hibernate.search.mapper.pojo.work.spi
A set of indexing events to be sent to an external queue.
PojoIndexMappingCollectorPropertyNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoIndexMappingCollectorTypeNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoIndexMappingCollectorValueNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoLoadingSessionContext - Interface in org.hibernate.search.mapper.pojo.loading.spi
 
PojoLoadingTypeContext<E> - Interface in org.hibernate.search.mapper.pojo.loading.spi
 
PojoLoadingTypeContextProvider - Interface in org.hibernate.search.mapper.pojo.loading.spi
 
PojoMapperDelegate<MPBS> - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
A delegate for the POJO mapper, exposing hooks so that mappers based on the POJO mapper can consume metadata.
PojoMappingCollector - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoMappingConfigurationContext - Interface in org.hibernate.search.mapper.pojo.mapping.spi
 
PojoMappingConfigurationContributor - Interface in org.hibernate.search.mapper.pojo.mapping.spi
 
PojoMappingDelegate - Interface in org.hibernate.search.mapper.pojo.mapping.spi
 
PojoMassEntityLoader<I> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A loader for mass loading of entities, used in particular during mass indexing.
PojoMassEntityLoadingContext<E> - Interface in org.hibernate.search.mapper.pojo.loading.spi
PojoMassEntitySink<E> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A sink for use by a PojoMassIdentifierLoader.
PojoMassIdentifierLoader - Interface in org.hibernate.search.mapper.pojo.loading.spi
A loader of entity identifiers in batch, used in particular for mass indexing.
PojoMassIdentifierLoadingContext<I> - Interface in org.hibernate.search.mapper.pojo.loading.spi
PojoMassIdentifierSink<I> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A sink for use by a PojoMassIdentifierLoader.
PojoMassIndexer - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
A MassIndexer is useful to rebuild the indexes from the data contained in the database.
PojoMassIndexerAgent - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
 
PojoMassIndexerAgentCreateContext - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
 
PojoMassIndexerAgentStartContext - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
 
PojoMassIndexingContext - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
Contextual information about a mass indexing proccess.
PojoMassIndexingMappingContext - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
Contextual information about a search mapping.
PojoMassIndexingSessionContext - Interface in org.hibernate.search.mapper.pojo.massindexing.spi
 
PojoMassLoadingContext - Interface in org.hibernate.search.mapper.pojo.loading.spi
Context exposed to PojoMassLoadingStrategy.
PojoMassLoadingStrategy<E,I> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A strategy for entity loading during mass indexing.
PojoMethodParameterMetadataContributor - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoMethodParameterModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
 
PojoModelCompositeElement - Interface in org.hibernate.search.mapper.pojo.model
A potentially composite element in the POJO model.
PojoModelConstructorParameter - Interface in org.hibernate.search.mapper.pojo.model
A model element representing a constructor parameter to bind.
PojoModelElement - Interface in org.hibernate.search.mapper.pojo.model
An element in the POJO model.
PojoModelPath - Class in org.hibernate.search.mapper.pojo.model.path
Represents an arbitrarily long access path when walking the POJO model.
PojoModelPath.Builder - Class in org.hibernate.search.mapper.pojo.model.path
 
PojoModelPathBinder - Class in org.hibernate.search.mapper.pojo.model.path.spi
 
PojoModelPathFormatter - Class in org.hibernate.search.mapper.pojo.logging.spi
 
PojoModelPathFormatter(PojoModelPath) - Constructor for class org.hibernate.search.mapper.pojo.logging.spi.PojoModelPathFormatter
 
PojoModelPathPropertyNode - Class in org.hibernate.search.mapper.pojo.model.path
A node in a PojoModelPath representing a property.
PojoModelPathValueNode - Class in org.hibernate.search.mapper.pojo.model.path
A node in a PojoModelPath representing the value(s) of a property.
PojoModelPathWalker<C,T,P,V> - Interface in org.hibernate.search.mapper.pojo.model.path.spi
 
PojoModelProperty - Interface in org.hibernate.search.mapper.pojo.model
A model element representing a property bound to a bridge.
PojoModelType - Interface in org.hibernate.search.mapper.pojo.model
A model element representing a type bound to a bridge.
PojoModelValue<T> - Interface in org.hibernate.search.mapper.pojo.model
A model element representing a value bound to a bridge.
PojoOtherEntityIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
 
PojoPathDefinition - Class in org.hibernate.search.mapper.pojo.model.path.spi
A static definition of POJO paths for a given entity type, allowing the creation of path filters.
PojoPathDefinition(Set<String>, Optional<PojoPathEntityStateRepresentation>) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
 
PojoPathDefinitionProvider - Interface in org.hibernate.search.mapper.pojo.model.path.spi
A static definition of POJO paths for a given entity type, allowing the creation of path filters.
PojoPathEntityStateRepresentation - Class in org.hibernate.search.mapper.pojo.model.path.spi
 
PojoPathEntityStateRepresentation(int, Optional<BindablePojoModelPath>) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathEntityStateRepresentation
 
PojoPathFilter - Interface in org.hibernate.search.mapper.pojo.model.path.spi
Defines a set of paths that are of importance, so that they can be detected at runtime when given a set of paths.
PojoPropertyIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
 
PojoPropertyMetadataContributor - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoPropertyModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
 
PojoRawTypeIdentifier<T> - Class in org.hibernate.search.mapper.pojo.model.spi
An identifier for POJO types.
PojoRawTypeIdentifierResolver - Interface in org.hibernate.search.mapper.pojo.mapping.spi
 
PojoRawTypeModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
A PojoTypeModel representing a raw type, where generic type parameters are ignored.
PojoRoutingIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
 
PojoRuntimeIntrospector - Interface in org.hibernate.search.mapper.pojo.model.spi
A Pojo introspector used at runtime.
PojoScopeDelegate<R,E,C> - Interface in org.hibernate.search.mapper.pojo.scope.spi
 
PojoScopeMappingContext - Interface in org.hibernate.search.mapper.pojo.scope.spi
Mapping-scoped information and operations for use in POJO scopes.
PojoScopeSchemaManager - Interface in org.hibernate.search.mapper.pojo.schema.management.spi
A schema manager for all indexes targeted by a given POJO scope.
PojoScopeSessionContext - Interface in org.hibernate.search.mapper.pojo.scope.spi
 
PojoScopeTypeExtendedContextProvider<E,C> - Interface in org.hibernate.search.mapper.pojo.scope.spi
 
PojoScopeWorkspace - Interface in org.hibernate.search.mapper.pojo.work.spi
 
PojoSearchMappingConstructorNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoSearchMappingMethodParameterNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoSearchMappingMethodParameterNode.ProjectionBindingData - Class in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoSearchMappingTypeNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoSearchSessionMappingContext - Interface in org.hibernate.search.mapper.pojo.session.spi
Mapping-scoped information and operations for use in POJO search sessions.
PojoSelectionEntityLoader<E> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A loader for loading a small selection of entities, used in particular during search.
PojoSelectionLoadingContext - Interface in org.hibernate.search.mapper.pojo.loading.spi
Context passed PojoMassLoadingStrategy.
PojoSelectionLoadingContextBuilder<LOS> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A builder for PojoSelectionLoadingContext, allowing changes to the parameters of object loading, for example while a query is being built.
PojoSelectionLoadingStrategy<E> - Interface in org.hibernate.search.mapper.pojo.loading.spi
A strategy for entity loading during search and in indexing plans.
PojoSimpleHCAnnRawTypeModel<T> - Class in org.hibernate.search.mapper.pojo.model.hcann.spi
 
PojoSimpleHCAnnRawTypeModel(AbstractPojoHCAnnBootstrapIntrospector, PojoRawTypeIdentifier<T>, GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoSimpleHCAnnRawTypeModel
 
PojoTypeContext<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
 
PojoTypeExtendedMappingCollector - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
A collector of extended mapping information.
PojoTypeIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
 
PojoTypeIndexingPlan - Interface in org.hibernate.search.mapper.pojo.work.spi
 
PojoTypeMetadataContributor - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
 
PojoTypeModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
A model representing a POJO type: its structure (properties and their type), its name, ...
PojoTypeModelFormatter - Class in org.hibernate.search.mapper.pojo.logging.spi
 
PojoTypeModelFormatter(PojoTypeModel<?>) - Constructor for class org.hibernate.search.mapper.pojo.logging.spi.PojoTypeModelFormatter
 
PojoWorkMappingContext - Interface in org.hibernate.search.mapper.pojo.work.spi
Mapping-scoped information and operations for use in POJO work execution.
PojoWorkSessionContext - Interface in org.hibernate.search.mapper.pojo.work.spi
Session-scoped information and operations for use in POJO work execution.
preDefinedOrdinals() - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinitionProvider
 
predicate() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
prefix() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
Deprecated.
Use IndexedEmbedded.name() instead. Note that IndexedEmbedded.name() does not allow dots.
prefix(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
Deprecated.
Pass a field name to PropertyMappingStep.indexedEmbedded(String) instead. Note that the name passed to that method does not allow dots.
prepareBuild(PojoMappingDelegate) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
Partially build the mapping based on the information provided previously.
preStop() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgent
Performs preliminary operations necessary to safely stop this agent.
preStop(MappingPreStopContext) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
previousRoutes() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 
previousRoutes(DocumentRoutes, Object, E, RoutingBridgeRouteContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.RoutingBridge
Defines the potential previous routes for an indexed entity.
process() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Extract all data from objects passed to the indexing plan so far, create documents to be indexed and put them into an internal buffer, without writing them to the indexes.
process(ConstructorMappingStep, A, ConstructorMappingAnnotationProcessorContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMappingAnnotationProcessor
Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
process(MethodParameterMappingStep, A, MethodParameterMappingAnnotationProcessorContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessor
Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
process(PropertyMappingStep, A, PropertyMappingAnnotationProcessorContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessor
Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
process(TypeMappingStep, A, TypeMappingAnnotationProcessorContext) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessor
Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
process(T, V, C, ContainerExtractionContext) - Method in interface org.hibernate.search.mapper.pojo.extractor.ValueProcessor
 
processor() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMapping
 
processor() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMapping
 
processor() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMapping
 
processor() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMapping
 
programmaticMapping() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
ProgrammaticMappingConfigurationContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
A context to configure programmatic mapping.
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.GeoPointBinding
 
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
projectable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
projectable(Projectable) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
projectable(Projectable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStandardFieldOptionsStep
 
projectable(Projectable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
projection() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
projection(BeanReference<? extends ProjectionBinder>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
Maps a constructor parameter to a projection definition picked by the given binder.
projection(BeanReference<? extends ProjectionBinder>, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.
projection(ProjectionBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
Maps a constructor parameter to a projection definition picked by the given binder.
projection(ProjectionBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.
ProjectionBinder - Interface in org.hibernate.search.mapper.pojo.search.definition.binding
A component able to define a projection using the Hibernate Search Projection DSL.
ProjectionBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation
References a ProjectionBinder.
ProjectionBinderRef.UndefinedImplementationType - Class in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation
Class used as a marker for the default value of the ProjectionBinderRef.type() attribute.
ProjectionBinding - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
ProjectionBindingContext - Interface in org.hibernate.search.mapper.pojo.search.definition.binding
ProjectionBindingData(BeanReference<? extends ProjectionBinder>, Map<String, Object>) - Constructor for class org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingMethodParameterNode.ProjectionBindingData
 
ProjectionBindingMultiContext - Interface in org.hibernate.search.mapper.pojo.search.definition.binding
The context returned by ProjectionBindingContext.multi().
projectionBindings() - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingMethodParameterNode
 
projectionConstructor() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep
Marks the constructor to use for projections from an index object (root or object field) to a Java object.
projectionConstructor() - Static method in class org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
 
ProjectionConstructor - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Marks a constructor to use for projections from an index object (root or object field) to a Java object.
ProjectionConstructorPath - Class in org.hibernate.search.mapper.pojo.model.path.spi
 
ProjectionConstructorPath(PojoConstructorIdentifier) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.ProjectionConstructorPath
 
ProjectionConstructorPath(PojoConstructorIdentifier, ProjectionConstructorPath, int) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.ProjectionConstructorPath
 
projectionRegistry() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
projectionRegistry() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
propagateOrIgnoreContainerExtractionException(RuntimeException) - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
Propagates (rethrows) a RuntimeException thrown while extracting elements from a container, or ignores it so that the container is assumed empty.
properties() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
 
property(C, T, PojoModelPathPropertyNode) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathWalker
 
property(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorTypeNode
 
property(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Starts the definition of the mapping of a specific property.
property(String) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Append to the path an access the property with the given name.
property(String) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
property(String) - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
 
property(String) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoGenericTypeModel
 
property(String) - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
property(String) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
property(String) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
property(String, Consumer<PojoAdditionalMetadataCollectorPropertyNode>) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
 
propertyBinder(PropertyBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorPropertyNode
 
PropertyBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
A binder from a POJO property to index fields.
PropertyBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
References a PropertyBinder.
PropertyBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the PropertyBinderRef.type() attribute.
PropertyBinding - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to index fields using a PropertyBinder, which will define a PropertyBridge.
PropertyBinding.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
PropertyBindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
The context provided to the PropertyBinder.bind(PropertyBindingContext) method.
PropertyBridge<P> - Interface in org.hibernate.search.mapper.pojo.bridge
A bridge between a POJO property and an element of the index schema.
propertyBridgeWriteContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
propertyBridgeWriteContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
PropertyBridgeWriteContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
PropertyBridgeWriteContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to PropertyBridgeWriteContext, allowing to access non-standard context specific to a given mapper.
propertyCacheKey(PojoPropertyModel<?>) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCannOrmGenericContextHelper
 
propertyCacheKey(PojoPropertyModel<?>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.Helper
 
propertyGenericType(PojoPropertyModel<?>) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCannOrmGenericContextHelper
 
propertyGenericType(PojoPropertyModel<?>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.Helper
 
PropertyMapping - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Meta-annotation for annotations that apply mapping to a property.
PropertyMappingAnnotationProcessor<A> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A processor for mapping annotations applied to a Java property.
PropertyMappingAnnotationProcessorContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
PropertyMappingAnnotationProcessorRef - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
PropertyMappingAnnotationProcessorRef.UndefinedProcessorImplementationType - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Class used as a marker for the default value of the PropertyMappingAnnotationProcessorRef.type() attribute.
PropertyMappingDocumentIdOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-document-ID mapping where optional parameters can be set.
PropertyMappingFieldOptionsStep<S> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set.
PropertyMappingFullTextFieldOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.
PropertyMappingGenericFieldOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.
PropertyMappingIndexedEmbeddedStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-indexed-embedded mapping where optional parameters can be set.
PropertyMappingKeywordFieldOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.
PropertyMappingNonFullTextFieldOptionsStep<S> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is not a full-text field.
PropertyMappingScaledNumberFieldOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.
PropertyMappingStandardFieldOptionsStep<S> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set.
PropertyMappingStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a property can be mapped.
PropertyMappingVectorFieldOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a vector field.
propertyName() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.PropertyValue
 
propertyName() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
PropertyValue - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
A reference to a POJO property using its name, and to one or more target value(s) in that property using a ContainerExtraction.
providedIdentifierBridge(BeanReference<? extends IdentifierBridge<Object>>) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
purge(Set<String>) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
purge(Set<String>, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
purge(Set<String>, OperationSubmitter, UnsupportedOperationBehavior) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
 
PURGE - Enum constant in enum org.hibernate.search.mapper.pojo.massindexing.MassIndexingDefaultCleanOperation
Removes all entities from the indexes before indexing.
purgeAllOnStart(boolean) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Removes all entities from the indexes before indexing.

R

rawType() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelConstructorParameter
 
rawType() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelElement
 
rawType() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoGenericTypeModel
 
rawType() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
rawType() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
RawTypeDeclaringContext(GenericContextAwarePojoGenericTypeModel.Helper, Class<T>) - Constructor for class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext
 
rawTypeModel(Class<T>) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCannOrmGenericContextHelper
 
rawTypeModel(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.Helper
 
read(Object) - Method in interface org.hibernate.search.mapper.pojo.model.PojoElementAccessor
Reads the element from the given parent element.
READ_SYNC - Static variable in class org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyNames
A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.
readResolve() - Method in class org.hibernate.search.mapper.pojo.reporting.spi.MapperHints_$bundle
 
readSync() - Static method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategy
 
reference - Variable in class org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingMethodParameterNode.ProjectionBindingData
 
reference() - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorDefinition
 
refresh() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
refresh(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
Deprecated.
refresh(OperationSubmitter, UnsupportedOperationBehavior) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
 
reindexOnUpdate() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexingDependency
 
reindexOnUpdate(ReindexOnUpdate) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
 
reindexOnUpdate(ReindexOnUpdate) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorValueNode
 
ReindexOnUpdate - Enum in org.hibernate.search.mapper.pojo.automaticindexing
Defines the impact that an update to a value in an entity will have on reindexing of this entity and containing entities.
relativize(PojoModelPathValueNode) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
relativize(PojoModelPathValueNode) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBridgeRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.MarkerBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.PropertyBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.TypeBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBridgeRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.loading.mapping.annotation.EntityLoadingBinderRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMappingAnnotationProcessorRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorRef
 
retrieval() - Element in annotation type org.hibernate.search.mapper.pojo.search.definition.mapping.annotation.ProjectionBinderRef
 
ROOT_MAPPING - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.spi.BuiltinAnnotations
 
ROOT_MAPPING_ANNOTATIONS - Static variable in class org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.spi.BuiltinAnnotations
 
RootMapping - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Meta-annotation for annotations that Hibernate Search should attempt to discover on bootstrap, in order to automatically detect mapped types, without application developers having to explicitly list mapped types.
rootType() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.BindablePojoModelPath
 
route(DocumentRoutes, Object, E, RoutingBridgeRouteContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.RoutingBridge
Routes an indexed entity.
routes - Variable in class org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventPayload
 
routingBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.Indexed
 
routingBinder(RoutingBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingIndexedStep
Define a routing binder, responsible for creating a bridge.
routingBinder(RoutingBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingIndexedStep
Define a routing binder, responsible for creating a bridge.
routingBinder(RoutingBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorIndexedTypeNode
 
RoutingBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
An object responsible for assigning a RoutingBridge to an indexed entity.
RoutingBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
References a RoutingBinder.
RoutingBinderRef.UndefinedRoutingBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the RoutingBinderRef.type() attribute.
RoutingBindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
 
RoutingBridge<E> - Interface in org.hibernate.search.mapper.pojo.bridge
An object responsible for routing an indexed entity to the correct index/shard.
routingBridgeRouteContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
routingBridgeRouteContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
RoutingBridgeRouteContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
RoutingBridgeRouteContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to RoutingBridgeRouteContext, allowing to access non-standard context specific to a given mapper.
routingKey() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
 
routingKey(String) - Method in interface org.hibernate.search.mapper.pojo.route.DocumentRoute
Sets the routing key, i.e. the key used to select the correct shard in the targeted index.
runtimeIntrospector() - Method in interface org.hibernate.search.mapper.pojo.automaticindexing.spi.PojoImplicitReindexingResolverSessionContext
 
runtimeIntrospector() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingSessionContext
 
runtimeIntrospector() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
 
runtimeIntrospector() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingSessionContext
 
runtimeIntrospector() - Method in interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
 

S

scaledNumberField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a scaled number field in the index with the same name as this property.
scaledNumberField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a scaled number field in the index with a custom name.
ScaledNumberField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a property to a scaled number field in the index, i.e. a numeric field for integer or floating-point values that require a higher precision than doubles but always have roughly the same scale.
ScaledNumberField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
scaledNumberTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
scheduledExecutor() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgentStartContext
 
schemaManager() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
ScoreProjection - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a constructor parameter to a projection to the score of the hit.
ScoreProjectionBinder - Class in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Binds a constructor parameter to a projection to the score of a hit.
search(PojoScopeSessionContext, PojoSelectionLoadingContextBuilder<LOS>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
searchable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
searchable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
searchable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
searchable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
searchable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
searchable(Searchable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStandardFieldOptionsStep
 
searchable(Searchable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
searchableProjectableIndexFieldTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
searchAnalyzer() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
searchAnalyzer(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
 
searchEntity() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Marks a type as an entity type.
SearchEntity - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Given a type, marks this type as an entity type.
SearchIndexingPlanExecutionReport - Interface in org.hibernate.search.mapper.pojo.work
 
SearchIndexingPlanFilter - Interface in org.hibernate.search.mapper.pojo.work
Configurer implementers are responsible for specifying which types should be included/excluded from indexing.
SearchIndexingPlanFilterContext - Interface in org.hibernate.search.mapper.pojo.work
A context that helps with the indexing plan filter configuration.
SearchSchemaCollector - Interface in org.hibernate.search.mapper.pojo.schema.management
A schema collector that walks through all schema exports of a schema manager this collector is passed to.
secondaryEntityName() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
secondaryEntityName(String) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorEntityTypeNode
 
selectionLoadingStrategy() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
selectionLoadingStrategy(Class<E>, PojoSelectionLoadingStrategy<? super E>) - Method in interface org.hibernate.search.mapper.pojo.loading.definition.spi.PojoEntityLoadingBindingContext
 
selectionLoadingStrategyOptional() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
sendAndReport(OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventSendingPlan
Sends the events to the queue.
sessionContext() - Method in interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorRootContext
 
SHALLOW - Enum constant in enum org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
Updates to the targeted value will trigger automatic reindexing if it's actually used in the indexing process of an indexed entity, unless a property on the path from the indexed entity to the targeted value prevents it through a different ReindexOnUpdate setting.
simple() - Static method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
 
sort() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
sortable() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.GeoPointBinding
 
sortable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
sortable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
sortable() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
sortable(Sortable) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
 
sortable(Sortable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingNonFullTextFieldOptionsStep
 
standardTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
start() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Starts the indexing process in background (asynchronous).
start(MappingStartContext) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
start(PojoMassIndexerAgentStartContext) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgent
Starts requesting from other agents that could possibly perform indexing (e.g. indexing plans) that they suspend themselves.
startAndWait() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Starts the indexing process, and then block until it's finished.
stop() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
stop() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgent
Stops this agent.
strictSubTypesOf(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.BridgesConfigurationContext
Define default binders for properties of a subtype of the given type.
stringRepresentations() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
 
StringTenantIdentifierConverter - Class in org.hibernate.search.mapper.pojo.tenancy.spi
A simple string-string tenant identifier converter implementation to support applications that were using string tenant identifiers with Hibernate Search.
StringTenantIdentifierConverter() - Constructor for class org.hibernate.search.mapper.pojo.tenancy.spi.StringTenantIdentifierConverter
 
stringTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 
structure() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
 
structure(ObjectStructure) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
subTypesOf(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.BridgesConfigurationContext
Define default binders for properties with the given type or a subtype.
supportsAsyncProcessing() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.Filter
 
supportsAsyncProcessing() - Method in class org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.IncludeAll
 
supportsAsyncProcessing() - Method in interface org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter
 
sync() - Static method in interface org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategy
 
SYNC - Static variable in class org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyNames
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.
SyntheticPojoGenericTypeModel<T> - Class in org.hibernate.search.mapper.pojo.model.spi
A synthetic implementation of PojoTypeModel, i.e. one that is not bound to an actual Java type, but simulates one.

T

targetType() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
 
targetType(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
 
tenancyMode() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
tenancyMode() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingContext
 
tenancyMode(TenancyMode) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoadingContext
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoadingContext
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgentCreateContext
 
tenantIdentifier() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingSessionContext
 
TenantIdentifierConverter - Interface in org.hibernate.search.mapper.pojo.tenancy
Converts the tenant identifier value to a string that can be used for storing in the index.
tenantIdentifierValue() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext
 
tenantIdentifierValue() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
tenantIds() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingContext
 
termVector() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
termVector(TermVector) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
 
test(BitSet) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
Determines if any path in the given set of paths of is accepted by this filter.
threadPoolProvider() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
threadPoolProvider() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
threadPoolProvider() - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
 
threadsToLoadObjects(int) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Sets the number of threads to be used to load the root entities.
throwable - Variable in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
throwable() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
throwable() - Method in interface org.hibernate.search.mapper.pojo.work.SearchIndexingPlanExecutionReport
 
throwable(Throwable) - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext.Builder
 
toAPI() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContextBuilder
 
toBeanReference(Class<T>, Class<?>, Class<? extends T>, String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
toBeanReference(Class<T>, Class<?>, Class<? extends T>, String, BeanRetrieval) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
Convert attributes of a bean-reference annotation, such as ValueBridgeRef, to an actual BeanReference.
toClass(XClass) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
toContainerExtractorPath(ContainerExtraction) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
Convert a ContainerExtraction annotation to a ContainerExtractorPath.
toDocumentIdentifier(I, IdentifierBridgeToDocumentIdentifierContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.IdentifierBridge
Transform the given POJO property value to the value of the document identifier.
toDocumentValueConvertContext() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
toHighlightedString(int) - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoConstructorIdentifier
 
toIdentifier(String, String) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
Convert the serialized id to the original identifier.
toIndexedValue(V, ValueBridgeToIndexedValueContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.ValueBridge
Transform the given POJO-extracted value into the value of the indexed field.
toMap(Param[]) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
 
toNullIfDefault(T, T) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
 
toPathString() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
toPojoModelPathValueNode(ObjectPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
Convert an ObjectPath annotation to a PojoModelPathValueNode.
toPrefixedString() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.ProjectionConstructorPath
 
toPropertyPath() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
 
toPropertyPathOrNull() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
 
toPropertyString() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
toSerializedId(String, I) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
Convert the identifier to its serialized form.
toString() - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
toString() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
 
toString() - Method in class org.hibernate.search.mapper.pojo.logging.spi.PojoConstructorModelFormatter
 
toString() - Method in class org.hibernate.search.mapper.pojo.logging.spi.PojoModelPathFormatter
 
toString() - Method in class org.hibernate.search.mapper.pojo.logging.spi.PojoTypeModelFormatter
 
toString() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
 
toString() - Method in class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.path.spi.ProjectionConstructorPath
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoGenericTypeModel
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.spi.JavaClassPojoCaster
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoConstructorIdentifier
 
toString() - Method in class org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
 
toString() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
toString() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
 
toString() - Method in class org.hibernate.search.mapper.pojo.route.DocumentRoutesDescriptor
 
toString() - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
 
toString() - Method in class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
toString() - Method in class org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventPayload
 
toStringValue(Object) - Method in class org.hibernate.search.mapper.pojo.tenancy.spi.StringTenantIdentifierConverter
 
toStringValue(Object) - Method in interface org.hibernate.search.mapper.pojo.tenancy.TenantIdentifierConverter
Converts an object representation of the tenant identifier to a string representation.
totalCount() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassIdentifierLoader
 
toValuePath() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
 
toValuePathOrNull() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
 
toXClass(Class<?>) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBinderRef
Reference an identifier binder by its type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.IdentifierBridgeRef
Reference an identifier bridge by its type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.MarkerBinderRef
Reference a marker binder by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.PropertyBinderRef
Reference a property binder by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingBinderRef
Reference a routing binder by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.TypeBinderRef
Reference a type binder by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef
Reference a value binder by its type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBridgeRef
Reference a value bridge by its type.
type() - Method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
type() - Method in class org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorDefinition
 
type() - Element in annotation type org.hibernate.search.mapper.pojo.loading.mapping.annotation.EntityLoadingBinderRef
Reference a binder by its type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.ConstructorMappingAnnotationProcessorRef
Reference a ConstructorMappingAnnotationProcessor by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorRef
Reference a MethodParameterMappingAnnotationProcessor by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorRef
Reference a PropertyMappingAnnotationProcessor by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorRef
Reference a TypeMappingAnnotationProcessor by its bean type.
type() - Element in annotation type org.hibernate.search.mapper.pojo.search.definition.mapping.annotation.ProjectionBinderRef
Reference a projection binder by its bean type.
type(C, V) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathWalker
 
type(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ProgrammaticMappingConfigurationContext
Starts the definition of the mapping of a specific type.
type(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ProgrammaticMappingConfigurationContext
Starts the definition of the mapping of a specific named type.
typeArgument(Class<?>, int) - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
typeArgument(Class<?>, int) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext
 
typeArgument(Class<?>, int) - Method in class org.hibernate.search.mapper.pojo.model.spi.GenericContextAwarePojoGenericTypeModel
 
typeArgument(Class<?>, int) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
 
typeArgument(Class<?>, int) - Method in class org.hibernate.search.mapper.pojo.model.spi.SyntheticPojoGenericTypeModel
 
typeBinder(TypeBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorTypeNode
 
TypeBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
A binder from a POJO type to index fields.
TypeBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
References a TypeBinder.
TypeBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the TypeBinderRef.type() attribute.
TypeBinding - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps a type to index fields using a TypeBinder, which will define a TypeBridge.
TypeBinding.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
TypeBindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
The context provided to the TypeBinder.bind(TypeBindingContext) method.
TypeBridge<T> - Interface in org.hibernate.search.mapper.pojo.bridge
A bridge between a POJO type and an element of the index schema.
typeBridgeWriteContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
typeBridgeWriteContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
TypeBridgeWriteContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
TypeBridgeWriteContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to TypeBridgeWriteContext, allowing to access non-standard context specific to a given mapper.
typeContextProvider() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
typeFactory() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
 
typeFactory() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
 
typeFactory() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
 
typeIdentifier - Variable in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
typeIdentifier() - Method in interface org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
 
typeIdentifier() - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
 
typeIdentifier() - Method in class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
 
typeIdentifier() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
 
typeIdentifier() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoTypeContext
 
typeIdentifierByEntityName() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoRawTypeIdentifierResolver
 
typeIdentifierBySecondaryEntityName() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoRawTypeIdentifierResolver
 
typeIdentifierResolver() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
typeIdentifierResolver() - Method in interface org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
 
typeIdentifierResolver() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
 
typeIfIncludedOrNull(PojoRawTypeIdentifier<?>) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
 
TypeMapping - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Meta-annotation for annotations that apply mapping to a type.
TypeMappingAnnotationProcessor<A> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
A processor for mapping annotations applied to a Java type.
TypeMappingAnnotationProcessorContext - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
TypeMappingAnnotationProcessorRef - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
TypeMappingAnnotationProcessorRef.UndefinedProcessorImplementationType - Class in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Class used as a marker for the default value of the TypeMappingAnnotationProcessorRef.type() attribute.
TypeMappingIndexedStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a type's indexing can be configured more precisely.
TypeMappingSearchEntityStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a type's entity metadata can be configured more precisely.
TypeMappingStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
The step in a mapping definition where a type can be mapped, and where properties of that type can be referenced to map them more precisely.
typeModel() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnPropertyModel
 
typeModel() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnConstructorModel
 
typeModel() - Method in class org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel
 
typeModel() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
 
typeModel() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
 
typeModel() - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoPropertyModel
 
typeModel(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
 
typeModel(String) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
 
typesToIndexInParallel(int) - Method in interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexer
Sets the number of entity types to be indexed in parallel.

U

unit() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.DistanceProjection
 
unit(DistanceUnit) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.DistanceProjectionBinder
 
unproxy(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
 
unwrap(Class<T>) - Method in interface org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment.Context
 
updateAssociationInverseSide(BitSet, Object[], Object[]) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoTypeIndexingPlan
Consider an association updated with the given entities removed, and perform reindexing of the relevant entities on the inverse side of that association as necessary.
updateAssociationInverseSide(PojoRawTypeIdentifier<?>, BitSet, Object[], Object[]) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Deprecated.
Use typeIfIncludedOrNull(typeIdentifier) instead, then (if non-null) .updateAssociationInverseSide(...) on the result.
updatedBecauseOfContained() - Method in class org.hibernate.search.mapper.pojo.work.spi.DirtinessDescriptor
 
use(String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoOtherEntityIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoRoutingIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at indexing time to route the indexed document.
use(String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(ContainerExtractorPath, String) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(ContainerExtractorPath, PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoOtherEntityIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
use(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoRoutingIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at indexing time to route the indexed document.
use(PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
Declare that the given path is read by the bridge at index time to populate the indexed document.
useRootOnly() - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Declare that the bridge will only use the property value directly, and will not access any mutable property nested in the property value.
useRootOnly() - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoRoutingIndexingDependencyConfigurationContext
Declare that the bridge will only use the indexed entity directly, and will not access any mutable property.
useRootOnly() - Method in interface org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
Declare that the bridge will only use the type directly, and will not access any mutable property.

V

validate(FailureCollector) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
Deprecated.
validate(FailureCollector, OperationSubmitter) - Method in interface org.hibernate.search.mapper.pojo.schema.management.spi.PojoScopeSchemaManager
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.bridge.builtin.annotation.GeoPointBinding.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.common.annotation.Param
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtraction
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.AssociationInverseSide.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexingDependency.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.MarkerBinding.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.NonStandardField.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ObjectPath
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.PropertyBinding.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.TypeBinding.List
 
value() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField.List
 
value(C, P, PojoModelPathValueNode) - Method in interface org.hibernate.search.mapper.pojo.model.path.spi.PojoModelPathWalker
 
value(String) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Append to the path a value extraction using the given container extractor.
value(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorPropertyNode
 
value(ContainerExtractorPath) - Method in interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorPropertyNode
 
value(ContainerExtractorPath) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Append to the path a value extraction using the given container extractor path.
value(ContainerExtractorPath) - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPathPropertyNode
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.NonStandardField
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
valueBinder() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
valueBinder(ValueBinder) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBinderDefinitionStep
Use the given binder by default for properties with a matching type mapped to an index field directly (e.g. with GenericField, FullTextField, ...).
valueBinder(ValueBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
Define a value binder, responsible for creating a bridge.
valueBinder(ValueBinder, Map<String, Object>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
Define a value binder, responsible for creating a bridge.
valueBinder(ValueBinder, Map<String, Object>, String, FieldModelContributor) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorValueNode
 
ValueBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
A binder from a value to a single index field.
ValueBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
A reference to the value bridge to use in a @*Field annotation, for example in GenericField.valueBridge(), KeywordField.valueBridge(), or FullTextField.valueBridge().
ValueBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the ValueBinderRef.type() attribute.
ValueBindingContext<V> - Interface in org.hibernate.search.mapper.pojo.bridge.binding
The context provided to the ValueBinder.bind(ValueBindingContext) method.
valueBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FullTextField
 
valueBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.GenericField
 
valueBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.KeywordField
 
valueBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.ScaledNumberField
 
valueBridge() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
valueBridge(Class<? extends ValueBridge<?, ?>>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
 
valueBridge(BeanReference<? extends ValueBridge<?, ?>>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
 
valueBridge(ValueBridge<?, ?>) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
 
valueBridge(ValueBridge<T, ?>) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.DefaultBridgeDefinitionStep
Use the given bridge by default for properties with a matching type mapped to an index field directly (e.g. with GenericField, FullTextField, ...).
ValueBridge<V,F> - Interface in org.hibernate.search.mapper.pojo.bridge
A bridge between a POJO-extracted value of type V and an index field of type F.
valueBridgeFromIndexedValueContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
 
valueBridgeFromIndexedValueContext() - Method in class org.hibernate.search.mapper.pojo.session.spi.AbstractPojoSearchSession
 
ValueBridgeFromIndexedValueContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
ValueBridgeFromIndexedValueContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to ValueBridgeToIndexedValueContext, allowing to access non-standard context specific to a given mapper.
ValueBridgeRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
A reference to the value bridge to use in a @*Field annotation, for example in GenericField.valueBridge(), KeywordField.valueBridge(), or FullTextField.valueBridge().
ValueBridgeRef.UndefinedBridgeImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Class used as a marker for the default value of the ValueBridgeRef.type() attribute.
valueBridgeToIndexedValueContext() - Method in interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
 
valueBridgeToIndexedValueContext() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
 
ValueBridgeToIndexedValueContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
ValueBridgeToIndexedValueContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
An extension to ValueBridgeToIndexedValueContext, allowing to access non-standard context specific to a given mapper.
valueConvert(ValueConvert) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.FieldProjectionBinder
valueHandleFactory - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
 
valueModel() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.FieldProjection
 
valueModel(ValueModel) - Method in class org.hibernate.search.mapper.pojo.search.definition.binding.builtin.FieldProjectionBinder
 
valueOf(String) - Static method in enum org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.mapper.pojo.extractor.mapping.annotation.ContainerExtract
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.mapper.pojo.massindexing.MassIndexingDefaultCleanOperation
Returns the enum constant of this type with the specified name.
ValueProcessor<T,V,C> - Interface in org.hibernate.search.mapper.pojo.extractor
A processor of values extracted from a container.
values() - Static method in enum org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
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.pojo.extractor.mapping.annotation.ContainerExtract
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.pojo.massindexing.MassIndexingDefaultCleanOperation
Returns an array containing the constants of this enum type, in the order they are declared.
valueWithDefaultExtractors() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Append to the path a value extraction using the default container extractors.
valueWithoutExtractors() - Method in class org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Append to the path a direct value extraction, not using any container extractors.
vectorField() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a vector field in the index with the same name as this property.
vectorField(int) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a vector field in the index with the same name as this property.
vectorField(int, String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a vector field in the index with a custom name.
vectorField(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Maps the property to a vector field in the index with a custom name.
VectorField - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Maps an entity property to a vector field in the index.
VectorField.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
 
vectorSimilarity() - Element in annotation type org.hibernate.search.mapper.pojo.mapping.definition.annotation.VectorField
 
vectorSimilarity(VectorSimilarity) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingVectorFieldOptionsStep
 
vectorTypeOptionsStep() - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorContext
 

W

withDefaultName(Class<?>, Object) - Static method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
withName(Class<?>, String, Object) - Static method in class org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
 
workspace(String) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
workspace(Set<String>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
 
write(DocumentElement, D, P) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.AlternativeValueBridge
 
write(DocumentElement, P, PropertyBridgeWriteContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.PropertyBridge
Write to fields in the given DocumentElement, using the given bridgedElement as input and transforming it as necessary.
write(DocumentElement, T, TypeBridgeWriteContext) - Method in interface org.hibernate.search.mapper.pojo.bridge.TypeBridge
Write to fields in the given DocumentElement, using the given bridgedElement as input and transforming it as necessary.
WRITE_SYNC - Static variable in class org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyNames
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.pojo.work.IndexingPlanSynchronizationStrategy
 

X

xClass - Variable in class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
 
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form