- IdentifierBinder - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic
-
A binder from a POJO property to a document identifier.
- identifierBinder(IdentifierBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMappingCollectorPropertyNode
-
- identifierBinder(IdentifierBinder) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingDocumentIdOptionsStep
-
- 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
-
- IdentifierBindingContext<I> - Interface in org.hibernate.search.mapper.pojo.bridge.binding
-
- IdentifierBridge<I> - Interface in org.hibernate.search.mapper.pojo.bridge
-
A bridge between a POJO property of type I and a document identifier.
- 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
-
- IdentifierBridgeFromDocumentIdentifierContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- IdentifierBridgeFromDocumentIdentifierContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- 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
-
- IdentifierBridgeToDocumentIdentifierContext - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- IdentifierBridgeToDocumentIdentifierContextExtension<T> - Interface in org.hibernate.search.mapper.pojo.bridge.runtime
-
- IdentifierMapping - Interface in org.hibernate.search.mapper.pojo.bridge.mapping.spi
-
- identifierMapping(IdentifierMapping) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexedTypeExtendedMappingCollector
-
- 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
-
- Indexed - Annotation Type in org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
Maps an entity type to an index.
- indexed() - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
-
Maps an entity type to an index.
- indexed(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
-
Maps an entity type to an index.
- indexed(String, String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
-
Maps an entity type to an index.
- indexedEmbedded(String, ObjectFieldStorage, Integer, Set<String>) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMappingCollectorValueNode
-
- 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() - 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.
- 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 automatic indexing.
- 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.
- IndexingDependencyOptionsStep - Interface in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
-
The step in an "indexing dependency" definition where optional parameters can be set.
- indexNullAs(String) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.spi.FieldModelContributorBridgeContext
-
- indexNullAs(String) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingNonFullTextFieldOptionsStep
-
- initialize(GeoPointBinding) - Method in interface org.hibernate.search.mapper.pojo.bridge.builtin.programmatic.GeoPointBinder
-
- initialize(A) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.MarkerBinder
-
Initialize the parameters of this binder with the attributes of the given annotation.
- initialize(A) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
-
Initializes the parameters of this binder with the attributes of the given annotation.
- initialize(A) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.RoutingKeyBinder
-
Initializes the parameters of this binder with the attributes of the given annotation.
- initialize(A) - Method in interface org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.TypeBinder
-
Initializes the parameters of this binder with the attributes of the given annotation.
- 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
-
- isEmpty() - Method in class org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
-
- isMultiValued() - Method in interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
-
- isSubTypeOf(Class<?>) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
-
- ITERABLE - Static variable in class org.hibernate.search.mapper.pojo.extractor.builtin.BuiltinContainerExtractors
-
The name of an extractor that extracts elements from an
Iterable.
- 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
-
- 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 offering additional reflection options,
such as the ability to retrieve the type argument for a given generic supertype.
- PojoIndexedTypeExtendedMappingCollector - Interface in org.hibernate.search.mapper.pojo.mapping.building.spi
-
A collector of extended mapping information.
- 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
-
- PojoRawTypeModel<T> - Interface in org.hibernate.search.mapper.pojo.model.spi
-
- 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
-
- PojoScopeTypeExtendedContextProvider<E,C> - Interface in org.hibernate.search.mapper.pojo.scope.spi
-
- PojoScopeWorkExecutor - Interface in org.hibernate.search.mapper.pojo.work.spi
-
- PojoSearchSessionDelegate - Interface in org.hibernate.search.mapper.pojo.session.spi
-
- PojoSessionWorkExecutor - Interface in org.hibernate.search.mapper.pojo.work.spi
-
- 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
-
- PojoTypeModelFormatter - Class in org.hibernate.search.mapper.pojo.logging.spi
-
- PojoTypeModelFormatter(PojoTypeModel<?>) - Constructor for class org.hibernate.search.mapper.pojo.logging.spi.PojoTypeModelFormatter
-
- PojoWorkPlan - Interface in org.hibernate.search.mapper.pojo.work.spi
-
A set of works to be executed on POJO-mapped indexes.
- 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
-
- prepare() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Prepare the work plan execution, i.e.
- prepareBuild(PojoMappingDelegate) - Method in interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMapperDelegate
-
Partially build the mapping based on the information provided previously.
- 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.PropertyMappingFieldOptionsStep
-
- 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.PropertyMappingStep
-
Stops mapping the current property and switches to another one on the same parent type.
- 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<A extends Annotation> - 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.bridge.mapping.annotation.declaration
-
Meta-annotation for annotations that bind a bridge to a property.
- 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
-
- 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.
- 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() - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkExecutor
-
- purge(Class<?>, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Purge an entity from the index.
- 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
-
- search(LoadingContextBuilder<R, E>) - Method in interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
- searchable(Searchable) - Method in interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingFieldOptionsStep
-
- 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>, StandardIndexFieldTypeOptionsStep<?, 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>>, StandardIndexFieldTypeOptionsStep<?, F>) - Method in interface org.hibernate.search.mapper.pojo.bridge.binding.ValueBindingContext
-
Sets the bridge implementing the value/index binding.
- setImplicitProvidedId(boolean) - Method in class org.hibernate.search.mapper.pojo.mapping.spi.AbstractPojoMappingInitiator
-
- 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
-
- 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
-
- 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
-
- unproxy(Object) - Method in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
- update(Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Update an entity in the index, or add it if it's absent from the index.
- update(Object, Object) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Update an entity in the index, or add it if it's absent from the index.
- update(Object, String...) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.
- update(Object, Object, String...) - Method in interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.
- 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(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(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(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(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(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(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.PojoTypeIndexingDependencyConfigurationContext
-
Declare that the bridge will only use the type directly,
and will not access any mutable property.