- 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
-
- 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
-
- 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.
- PojoGenericTypeModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
-
A
PojoTypeModel representing a parameterized type,
where generic type arguments are known.
- 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.
- PojoIndexingPlan<R> - Interface in org.hibernate.search.mapper.pojo.work.spi
-
An interface for indexing entities in the context of a session in a POJO mapper.
- PojoIndexingProcessorSessionContext - Interface in org.hibernate.search.mapper.pojo.processing.spi
-
Session-scoped information and operations for use in POJO indexing processors.
- 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
-
- PojoMappingCollectorPropertyNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
- PojoMappingCollectorTypeNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
- PojoMappingCollectorValueNode - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
- PojoMappingConfigurationContributor - Interface in org.hibernate.search.mapper.pojo.mapping.spi
-
- PojoMappingDelegate - Interface in org.hibernate.search.mapper.pojo.mapping.spi
-
- PojoMetadataContributor<MEC extends PojoAdditionalMetadataCollector,MAC extends PojoMappingCollector> - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
- PojoModelCompositeElement - Interface in org.hibernate.search.mapper.pojo.model
-
A potentially composite element in the POJO model.
- 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
-
- 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
-
- PojoModelPathValueNode - Class in org.hibernate.search.mapper.pojo.model.path
-
A node in a
PojoModelPath representing the value(s) of a property.
- 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
-
- PojoPathFilter<S> - 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.
- PojoPathFilterFactory<S> - Interface in org.hibernate.search.mapper.pojo.model.path.spi
-
- PojoPropertyIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
-
- PojoPropertyMetadataContributor - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
An alias interface used when we don't want to write the full version of
PojoMetadataContributor with generic parameters.
- 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.
- PojoRawTypeModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
-
A
PojoTypeModel representing a raw type,
where generic type parameters are ignored.
- 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.
- PojoScopeTypeExtendedContextProvider<E,C> - Interface in org.hibernate.search.mapper.pojo.scope.spi
-
- PojoScopeWorkspace - Interface in org.hibernate.search.mapper.pojo.work.spi
-
- PojoSearchSessionMappingContext - Interface in org.hibernate.search.mapper.pojo.session.spi
-
Mapping-scoped information and operations for use in POJO search sessions.
- PojoTypeIndexingDependencyConfigurationContext - Interface in org.hibernate.search.mapper.pojo.model.dependency
-
- PojoTypeMetadataContributor - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
An alias interface used when we don't want to write the full version of
PojoMetadataContributor with generic parameters.
- 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<R> - Interface in org.hibernate.search.mapper.pojo.work.spi
-
Session-scoped information and operations for use in POJO work execution.
- predicate() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
- prefix(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
-
- 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(MappingPreStopContext) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
-
- 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() - 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.
- 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(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
-
- projection() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
- properties() - Method in interface org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
-
- property(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMappingCollectorTypeNode
-
- 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 interface org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi.PojoAdditionalMetadataCollectorTypeNode
-
- 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
-
- PropertyBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
-
A binder from a POJO property to index fields.
- propertyBinder(PropertyBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMappingCollectorPropertyNode
-
- PropertyBinderRef - Annotation Type in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
-
- PropertyBinderRef.UndefinedBinderImplementationType - Class in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
-
- PropertyBinding - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
- PropertyBinding.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
- PropertyBindingContext - Interface in org.hibernate.search.mapper.pojo.bridge.binding
-
- PropertyBridge - Interface in org.hibernate.search.mapper.pojo.bridge
-
A bridge between a POJO property and an element of the index schema.
- PropertyBridgeWriteContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- PropertyBridgeWriteContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- 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 extends Annotation> - Interface in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
-
A processor for mapping annotations applied to a Java type.
- 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
-
- 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 extends PropertyMappingFieldOptionsStep<?>> - 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 extends PropertyMappingNonFullTextFieldOptionsStep<?>> - 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 extends PropertyMappingStandardFieldOptionsStep<?>> - 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.
- 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.
- purge(PojoRawTypeIdentifier<?>, Object, String) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
-
Purge an entity from the index.
- purge(Set<String>) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
-
- 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.
- 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.List - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
- schemaManager() - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
- search(BackendSessionContext, LoadingContextBuilder<R, E, LOS>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
- searchable(Searchable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStandardFieldOptionsStep
-
- searchAnalyzer(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFullTextFieldOptionsStep
-
- setAnnotatedTypeDiscoveryEnabled(boolean) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
-
- setBridge(Class<I2>, IdentifierBridge<I2>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.IdentifierBindingContext
-
Sets the bridge implementing the value/index binding.
- setBridge(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.
- setBridge(PropertyBridge) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
-
Sets the bridge implementing the property/index binding.
- setBridge(BeanHolder<? extends PropertyBridge>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.PropertyBindingContext
-
Sets the bridge implementing the property/index binding.
- setBridge(RoutingKeyBridge) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingKeyBindingContext
-
Sets the bridge implementing the type/routing key binding.
- setBridge(BeanHolder<? extends RoutingKeyBridge>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.RoutingKeyBindingContext
-
Sets the bridge implementing the type/routing key binding.
- setBridge(TypeBridge) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
-
Sets the bridge implementing the type/index binding.
- setBridge(BeanHolder<? extends TypeBridge>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.TypeBindingContext
-
Sets the bridge implementing the type/index binding.
- setBridge(Class<V2>, ValueBridge<V2, F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
-
Sets the bridge implementing the value/index binding.
- setBridge(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.
- setBridge(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.
- setMarker(Object) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.MarkerBindingContext
-
Sets the marker object resulting from this binding.
- setMultiTenancyEnabled(boolean) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
-
- setProvidedIdentifierBridge(BeanReference<? extends IdentifierBridge<Object>>) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
-
- 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(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
-
- start(MappingStartContext) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
-
- stop() - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingImplementor
-
- storage(ObjectFieldStorage) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
-
- StringSetPojoPathFilter - Class in org.hibernate.search.mapper.pojo.model.path.spi
-
A filter expecting a simple string representation of dirty paths.
- StringSetPojoPathFilter(Set<String>) - Constructor for class org.hibernate.search.mapper.pojo.model.path.spi.StringSetPojoPathFilter
-
- SyntheticPojoGenericTypeModel<T> - Class in org.hibernate.search.mapper.pojo.model.spi
-