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

A

above(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "higher than" the given value, with no limit as to how high it can be.
above(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "higher than" the given value, with no limit as to how high it can be.
AbstractSearchPredicateTerminalContext<B> - Class in org.hibernate.search.engine.search.dsl.predicate.spi
An abstract base for SearchPredicateTerminalContext implementations.
AbstractSearchPredicateTerminalContext(SearchPredicateBuilderFactory<?, B>) - Constructor for class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractSearchPredicateTerminalContext
 
add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexDocumentWorkExecutor
 
add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
Add a document to the index, assuming that the document is absent from the index.
add(Throwable) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
 
add(String) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
 
addAllWorkThatFailed(List<Object>) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
addChild(SearchSortContributor<? extends B>) - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortDslContext
Add a sort contributor at the current position in the sort tree.
addChild(B) - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortDslContext
Add a sort builder at the current position in the sort tree.
addField(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
Create a new field and add it to the current builder.
addIndexed(MappableTypeModel, IndexManagerBuildingState<?>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
Add an indexed type to the mapping that will be built.
addIndexedEmbeddedIfIncluded(MappableTypeModel, String, ObjectFieldStorage, Integer, Set<String>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
 
addMappingInitiator(MappingKey<PBM, ?>, MappingInitiator<?, PBM>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
addNullObject(IndexObjectFieldReference) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
Add a null object to the referenced field in this document element.
addNullObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
 
addObject(IndexObjectFieldReference) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
Add a new object to the referenced field in this document element.
addObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
 
addObjectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
Create a new object field and add it to the current builder.
addRoutingKey(String) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
 
addTo(IndexSearchScopeBuilder) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
addTo(MappedIndexSearchScopeBuilder<?, ?>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
addValue(IndexFieldReference<F>, F) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
Add a new value to the referenced field in this document element.
addValue(IndexFieldReference<F>, F) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
 
addWorkThatFailed(Object) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
allWorkToBeDone(Iterable<Object>) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
analyzer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeContext
 
analyzer(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
Define an analyzer to use at query time to interpret the value to match.
analyzer(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateTerminalContext
Define an analyzer to use at query time to interpret the value to match.
analyzer(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateTerminalContext
Define an analyzer to use at query time to interpret the value to match.
analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
 
analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
 
analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
as(Class<F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
as(Class<T>, Function<String, T>) - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asBeanReference(Class<T>) - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asBoolean() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asBoolean() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asByte() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asc() - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderContext
Sort in ascending order.
asDouble() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asFloat() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asGeoPoint() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asInstant() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asInteger() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asLocalDate() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asLocalDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asLocalTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asLong() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asLong() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asMonthDay() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asObject(SessionContextImplementor, ProjectionHitMapper<?, O>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asOffsetDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asOffsetTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asProjection(SessionContextImplementor, ProjectionHitMapper<?, ?>, SearchProjection<T>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asProjections(SessionContextImplementor, ProjectionHitMapper<?, ?>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asReference(SessionContextImplementor, ProjectionHitMapper<?, ?>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asShort() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
assignRole(Class<T>, BeanReference<? extends T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
Assign a role to a bean reference.
asString() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asString() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asSubTypeOf(Class<U>) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
Cast this reference into a reference whose BeanReference.getBean(BeanProvider) method is is guaranteed to either fail or return an instance of the given type.
asYear() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asYearMonth() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
asZonedDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 

B

Backend - Interface in org.hibernate.search.engine.backend
A backend as viewed by Hibernate Search users.
BackendBuildContext - Interface in org.hibernate.search.engine.backend.spi
A build context for backends.
BackendFactory - Interface in org.hibernate.search.engine.backend.spi
 
BackendImplementor<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.spi
 
BACKENDS - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
The root property whose children are backend names, e.g.
BackendSettings - Class in org.hibernate.search.engine.cfg
Configuration properties common to all Hibernate Search backends regardless of the underlying technology.
BackendStartContext - Interface in org.hibernate.search.engine.backend.spi
A start context for backends.
BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
The BeanConfigurer instances used to programmatically assign names to beans.
BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Defaults
 
BeanConfigurationContext - Interface in org.hibernate.search.engine.environment.bean.spi
 
BeanConfigurer - Interface in org.hibernate.search.engine.environment.bean.spi
An object responsible for defining beans that can then be resolved during Hibernate Search bootstrap.
BeanCreationContext - Interface in org.hibernate.search.engine.environment.bean.spi
 
BeanFactory<T> - Interface in org.hibernate.search.engine.environment.bean.spi
 
BeanHolder<T> - Interface in org.hibernate.search.engine.environment.bean
An object holding a bean instance, and allowing to release it.
BeanProvider - Interface in org.hibernate.search.engine.environment.bean
The main entry point for components looking to retrieve user-provided beans.
BeanReference<T> - Interface in org.hibernate.search.engine.environment.bean
 
BeanResolver - Interface in org.hibernate.search.engine.environment.bean.spi
The interface to be implemented by components providing beans to Hibernate Search.
below(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "lower than" the given value, with no limit as to how low it can be.
below(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "lower than" the given value, with no limit as to how low it can be.
bool() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents if they match a combination of boolean clauses.
bool(Consumer<? super BooleanJunctionPredicateContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents if they match a combination of boolean clauses, which will be defined by the given consumer.
bool() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
bool(Consumer<? super BooleanJunctionPredicateContext>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
bool() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
BooleanJunctionPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
BooleanJunctionPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a boolean junction, allowing in particular to add clauses.
boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
 
boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder.FieldContext
 
boostedTo(float) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MultiFieldPredicateFieldSetContext
Boost the weight of the last added set of fields in score computation.
boostedTo(float) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateBoostContext
Boost the weight of the predicate in score computation.
boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
boundingBox(double, double, double, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinBoundingBoxPredicateBuilder
 
build() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
Build the mapping based on the IndexManagerBuilder.getSchemaRootNodeBuilder() metadata contributed} so far.
build() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexSearchScopeBuilder
 
build() - Method in interface org.hibernate.search.engine.cfg.spi.DefaultedPropertyContext
 
build() - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
 
build() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
 
build() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScopeBuilder
 
build() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilder
 
build(Function<IndexSearchQuery<T>, Q>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
 
builder(ConfigurationPropertySource) - Static method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
by(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order by the given sort.
by(SearchSort) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
byDistance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order elements by the distance from the location stored in the specified field to the location specified.
byDistance(String, double, double) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order elements by the distance from the location stored in the specified field to the location specified.
byDistance(String, GeoPoint) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
byDistance(String, double, double) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
byField(String) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order elements by the value of a specific field.
byField(String) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
byIndexOrder() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order elements by their internal index order.
byIndexOrder() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
byScore() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Order elements by their relevance score.
byScore() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 

C

circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given circle, i.e.
circle(GeoPoint, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given circle, i.e.
circle(double, double, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given circle, i.e.
circle(double, double, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given circle, i.e.
circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinCirclePredicateBuilder
 
classForName(String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
 
classForName(Class<T>, String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
 
classForName(String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
Perform resolution of a class name.
classForName(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ClassResolver
Locate a class by name.
classForName(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
 
ClassLoaderHelper - Class in org.hibernate.search.engine.environment.classpath.spi
Utility class to load instances of other classes by using a fully qualified name, or from a class type.
ClassLoadingException - Exception in org.hibernate.search.engine.environment.classpath.spi
Indicates a problem performing class loading.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
A resolver of Java classes.
close() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
close() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
 
close() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
close() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
Release any resource currently held by the BeanHolder.
close() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
Release any internal resource created while resolving beans.
close() - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
close() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
 
closeOnFailure() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
Close any allocated resource.
closeOnFailure() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
Close the resources held by this object (backends, index managers, ...).
closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
Close any allocated resource.
closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingPartialBuildState
Close the resources held by this object.
collectContributor(MappableTypeModel, C) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
 
collectDiscoverer(TypeMetadataDiscoverer<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
 
composite(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a List based on the given projections.
composite(SearchProjectionTerminalContext<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a List based on the given almost-built projections.
composite(Function<List<?>, T>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on the given projections.
composite(Function<List<?>, T>, SearchProjectionTerminalContext<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on the given almost-built projections.
composite(Function<P, T>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on one given projection.
composite(Function<P, T>, SearchProjectionTerminalContext<P>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on one almost-built projection.
composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on two given projections.
composite(BiFunction<P1, P2, T>, SearchProjectionTerminalContext<P1>, SearchProjectionTerminalContext<P2>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on two almost-built projections.
composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on three given projections.
composite(TriFunction<P1, P2, P3, T>, SearchProjectionTerminalContext<P1>, SearchProjectionTerminalContext<P2>, SearchProjectionTerminalContext<P3>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a projection that will compose a custom object based on three almost-built projections.
composite(Function<List<?>, T>, SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
composite(Function<P, T>, SearchProjection<P>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
composite(Function<List<?>, T>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(Function<P, T>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
CompositeProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
 
CompositeProjectionContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a composite projection.
ConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
 
ConfigurationPropertySource - Interface in org.hibernate.search.engine.cfg
 
configure(BeanConfigurationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurer
Configure beans as necessary using the given context.
configure(MappingBuildContext, MappingConfigurationCollector<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
 
ConsumedPropertyTrackingConfigurationPropertySource - Class in org.hibernate.search.engine.cfg.spi
 
ConsumedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource) - Constructor for class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
ContextualFailureCollector - Interface in org.hibernate.search.engine.reporting.spi
A failure collector with an implicit context.
contribute(D) - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentContributor
 
contribute(Consumer<? super B>) - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortContributor
Add zero or more sort builders to the given collector.
contribute(C, B) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
Contribute a predicate builder to a collector.
contribute(C, List<B>) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
Contribute a sort builder to a collector.
convert(F, FromDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
 
convert(F, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
 
convert(F, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
 
convert(String, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
 
convert(I, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
 
convert(V, ToDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
 
convert(Class<T>, Function<String, T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value to a given class, either by casting it if possible or by treating it as a string to be parsed.
convertBeanReference(Class<T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
 
convertBigDecimal(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to BigDecimal if necessary.
convertBigInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to BigInteger if necessary.
convertBoolean(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to boolean if necessary, allowing only either "true" or "false".
convertByte(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to byte if necessary.
convertDouble(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to double if necessary.
convertFloat(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to float if necessary.
convertInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to int if necessary.
convertLong(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to long if necessary.
convertMultiValue(Pattern, Function<Object, T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
 
convertReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.query.spi.ProjectionHitMapper
Convert a document reference to the reference specific to the mapper.
convertShort(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
Convert a property value from String to short if necessary.
convertUnknown(Object, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
 
convertUnknown(Object, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
 
convertUnknown(Object, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
Convert an input value of unknown type that may not have the required type I.
convertUnknown(Object, ToDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
Convert an input value of unknown type that may not have the required type V.
ConvertUtils - Class in org.hibernate.search.engine.cfg.spi
 
create(String, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendFactory
 
create(BeanCreationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanFactory
 
createDocumentWorkExecutor(SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createDocumentWorkExecutor(SessionContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
createErrorContext() - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
createExcludedField(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
Create a new field, but do not add it to the current builder.
createExcludedObjectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
Create a new object field, but do not add it to the current builder.
createIndexManagerBuilder(String, boolean, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
 
createMapper(MappingBuildContext, TypeMetadataContributorProvider<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
 
createSearchScopeBuilder(MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createSearchScopeBuilder(MappingContextImplementor, Function<DocumentReference, R>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
createWorkExecutor() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createWorkExecutor() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
createWorkPlan(SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createWorkPlan(SessionContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 

D

DEFAULT_BACKEND - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
The name of the default backend to use when none is defined in the index configuration.
DefaultClassAndResourceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
Default implementation of ClassResolver using the old pre class loader service approach of attempting to load from the current and thread context class loaders.
DefaultClassAndResourceResolver() - Constructor for class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
Constructs a ClassLoaderServiceImpl with standard set-up
DefaultedPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
 
define(Class<T>, BeanFactory<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
Define a way to resolve a bean referenced by its exposedType.
define(Class<T>, String, BeanFactory<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
Define a way to resolve a bean referenced by its exposedType and name.
DelegatingSearchPredicateFactoryContext - Class in org.hibernate.search.engine.search.dsl.predicate.spi
DelegatingSearchPredicateFactoryContext(SearchPredicateFactoryContext) - Constructor for class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
DelegatingSearchProjectionFactoryContext<R,O> - Class in org.hibernate.search.engine.search.dsl.projection.spi
 
DelegatingSearchProjectionFactoryContext(SearchProjectionFactoryContext<R, O>) - Constructor for class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
DelegatingSearchSortContainerContext - Class in org.hibernate.search.engine.search.dsl.sort.spi
DelegatingSearchSortContainerContext(SearchSortContainerContext) - Constructor for class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
delete(DocumentReferenceProvider) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
Delete a document from the index.
desc() - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderContext
Sort in descending order.
discover(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataDiscoverer
A hook to discover metadata lazily during bootstrap, which can be helpful when resolving metadata from the type itself (Java annotations on a Java type, in particular).
distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project on the distance from the center to a GeoPoint field.
distance(String, GeoPoint) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
 
DistanceSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
 
DistanceSortContext - Interface in org.hibernate.search.engine.search.dsl.sort
The context used when defining a field sort.
DistanceToFieldProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
 
DistanceToFieldProjectionContext - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a distance field projection.
DistanceUnit - Enum in org.hibernate.search.engine.spatial
Distance units.
DocumentContributor<D> - Interface in org.hibernate.search.engine.backend.index.spi
 
DocumentElement - Interface in org.hibernate.search.engine.backend.document
An element of a document.
DocumentReference - Interface in org.hibernate.search.engine.search
 
documentReference() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project the match to a DocumentReference.
documentReference() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
documentReference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
DocumentReferenceProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
 
DocumentReferenceProjectionContext - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a document reference projection.
DocumentReferenceProvider - Interface in org.hibernate.search.engine.backend.index.spi
 
dslContext - Variable in class org.hibernate.search.engine.search.dsl.sort.spi.NonEmptySortContextImpl
 
dslConverter(ToDocumentFieldValueConverter<?, ? extends F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterContext
 
DslConverter - Enum in org.hibernate.search.engine.search.predicate
Allows to specify whether values passed to the DSL should be converted using the DSL converter defined in the mapping.
DslExtensionState<R> - Class in org.hibernate.search.engine.common.dsl.spi
A utility class holding the state of the extension contexts found in several DSLs.
DslExtensionState() - Constructor for class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 

E

empty() - Static method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
enableMultiTenancy() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
 
end() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchNonEmptyContext
End the current context and continue to the next one.
EngineSettings - Class in org.hibernate.search.engine.cfg
Configuration properties for the Hibernate Search engine.
EngineSettings.Defaults - Class in org.hibernate.search.engine.cfg
Default values for the different settings if no values are given.
EngineSpiSettings - Class in org.hibernate.search.engine.cfg.spi
Configuration properties for the Hibernate Search engine that are considered SPI (and not API).
EngineSpiSettings.Defaults - Class in org.hibernate.search.engine.cfg.spi
Default values for the different settings if no values are given.
equals(Object) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
ErrorContext - Interface in org.hibernate.search.engine.common.spi
 
ErrorContextBuilder - Class in org.hibernate.search.engine.common.spi
 
ErrorContextBuilder() - Constructor for class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
ErrorHandler - Interface in org.hibernate.search.engine.common.spi
Implementations handle errors and exceptions occurring during indexing.
errorThatOccurred(Throwable) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
EventContexts - Class in org.hibernate.search.engine.reporting.spi
 
except(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
Add a "must not" clause based on a previously-built SearchPredicate,
except(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
Add a "must not" clause based on an almost-built SearchPredicate.
except(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
Add a "must not" clause to be defined by the given function.
excludeLimit() - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFromContext
Exclude the lower bound from the range.
excludeLimit() - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitTerminalContext
Exclude the limit that was just defined from the range.
excludeLowerLimit() - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
 
excludeUpperLimit() - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
 
execute() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
Start executing all the works in this plan, and clear the plan so that it can be re-used.
exists() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where a given field exists.
exists() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
exists(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
ExistsPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
ExistsPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define an "exists" predicate.
ExistsPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when an "exists" predicate is fully defined.
explicitRouting() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
Inform the model collector that documents will always be provided along with an explicit routing key, to be used to route the document to a specific shard.
explicitRouting() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
Inform the backend that documents for the mapped index will always be provided along with an explicit routing key, to be used to route the document to a specific shard.
extendOptional(FromDocumentFieldValueConvertContext, SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(ToDocumentIdentifierValueConvertContext, MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(ToDocumentFieldValueConvertContext, MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(SearchPredicateFactoryContext, SearchPredicateBuilderFactory<C, B>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(SearchProjectionFactoryContext<R, O>, SearchProjectionBuilderFactory) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOptional(SearchSortContainerContext, SearchSortBuilderFactory<C, B>, SearchSortDslContext<? super B>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContextExtension
Attempt to extend a given context, returning an empty Optional in case of failure.
extendOrFail(IndexFieldTypeFactoryContext) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContextExtension
Attempt to extend a given context, throwing an exception in case of failure.
extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContext
 
extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
 
extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
 
extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContext
 
extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextImpl
 
extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContext
 
extension(IndexFieldTypeFactoryContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
 
extension(SearchPredicateFactoryContextExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Extend the current context with the given extension, resulting in an extended context offering different types of predicates.
extension() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Create a context allowing to try to apply multiple extensions one after the other, failing only if none of the extensions is supported.
extension(SearchPredicateFactoryContextExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
extension() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
extension(SearchProjectionFactoryContextExtension<T, R, O>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Extend the current context with the given extension, resulting in an extended context offering different types of projections.
extension() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Create a context allowing to try to apply multiple extensions one after the other, failing only if none of the extensions is supported.
extension(SearchProjectionFactoryContextExtension<T, R, O>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
extension() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
extension(SearchSortContainerContextExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Extend the current context with the given extension, resulting in an extended context offering different types of sorts.
extension() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
Create a context allowing to try to apply multiple extensions one after the other, failing only if none of the extensions is supported.
extension(SearchSortContainerContextExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
extension() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 

F

factory - Variable in class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractSearchPredicateTerminalContext
 
FailureCollector - Interface in org.hibernate.search.engine.reporting.spi
A failure collector without any context.
fetch() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
 
fetch(Long, Long) - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
 
fetchTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
 
field(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Add a field to this index schema element with the given type.
field(String, IndexFieldTypeTerminalContext<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Add a field to this index schema element with the given almost-built type.
field(String, Function<? super IndexFieldTypeFactoryContext, ? extends IndexFieldTypeTerminalContext<F>>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Add a field to this index schema element with the type to be defined by the given function.
field(String, Class<T>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to the value of a field in the indexed document.
field(String, Class<T>, ProjectionConverter) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to the value of a field in the indexed document.
field(String) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to the value of a field in the indexed document, without specifying a type.
field(String, ProjectionConverter) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to the value of a field in the indexed document, without specifying a type.
field(String, Class<T>, ProjectionConverter) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
field(String, ProjectionConverter) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
field(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
field(String, Class<T>, ProjectionConverter) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
field(String) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
 
FieldProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
 
FieldProjectionContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a field projection.
FieldSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
 
FieldSortContext - Interface in org.hibernate.search.engine.search.dsl.sort
The context used when defining a field sort.
FieldSortMissingValueContext<N> - Interface in org.hibernate.search.engine.search.dsl.sort
The context used when defining the missing value behavior of a field sort.
filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "filter" clause based on a previously-built SearchPredicate.
filter(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "filter" clause based on an almost-built SearchPredicate.
filter(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "filter" clause to be defined by the given function.
filter(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
 
finalizeIntegration(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
Finalize the building of the integration.
finalizeMapping(MappingKey<PBM, M>, Function<PBM, MappingImplementor<M>>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
Finalize the building of a mapping.
flush() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkExecutor
 
forEach(MappableTypeModel, Consumer<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
 
forKey(String) - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Start the creation of a configuration property.
from(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "higher than" the given value, and "lower than" another value (to be provided in following calls).
from(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Require at least one of the targeted fields to be "higher than" the given value, and "lower than" another value (to be provided in following calls).
fromAnalyzer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromBackendName(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromCharFilter(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
FromDocumentFieldValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime
 
FromDocumentFieldValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime
An extension to FromDocumentFieldValueConvertContext, allowing to access non-standard context specific to a given mapper.
FromDocumentFieldValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
 
FromDocumentFieldValueConvertContextImpl(SessionContextImplementor) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
 
FromDocumentFieldValueConverter<F,V> - Interface in org.hibernate.search.engine.backend.types.converter
A converter from a source index field value to a different value.
fromIndexFieldAbsolutePath(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromIndexFieldAbsolutePaths(List<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromIndexName(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromIndexNames(String...) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromIndexNames(Set<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromMap(Map<String, ?>) - Static method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
fromMeters(Double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
 
fromNormalizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromTokenFilter(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromTokenizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fromType(MappableTypeModel) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
fuzzy() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
Enable fuzziness for this match predicate; only works for text fields.
fuzzy(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
Enable fuzziness for this match predicate; only works for text fields.
fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
Enable fuzziness for this match predicate; only works for text fields.
fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
 

G

GeoBoundingBox - Interface in org.hibernate.search.engine.spatial
 
GeoPoint - Interface in org.hibernate.search.engine.spatial
 
GeoPolygon - Interface in org.hibernate.search.engine.spatial
 
get() - Static method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
 
get(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
get(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Get the value of this configuration property.
get(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
get() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
 
getAndMap(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
Get and transform the value of this configuration property.
getAndMapOrThrow(ConfigurationPropertySource, Function<T, R>, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
Get and transform the value of this configuration property, throwing an exception if the value is not present.
getAndTransform(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Get and transform the value of this configuration property.
getAscendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
getBackend(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
getBean(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
Retrieve a bean referenced by its type.
getBean(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
Retrieve a bean referenced by its type and name.
getBean(BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
Retrieve a bean from a BeanReference.
getBean(BeanProvider) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
Get the bean this reference points to using the given provider.
getBeanProvider() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
 
getBeanProvider() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanCreationContext
 
getBeanProvider() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
 
getBeans(List<? extends BeanReference<? extends T>>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
Retrieve a list of beans from a list of BeanReferences.
getBeansWithRole(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
Retrieve a list of beans with the given role.
getBottomRight() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
 
getClassResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
 
getClassResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
 
getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
 
getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
 
getConsumedPropertyKeys() - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
getDefault() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
getDelegate() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
getDelegate() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
 
getDescendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
getEncounteredFieldPaths() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
 
getEventContext() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
 
getFailingOperations() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
 
getFailureCollector() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.
getFailureCollector() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.
getFailureCollector() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.
getHits() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchResult
 
getHits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
 
getId() - Method in interface org.hibernate.search.engine.search.DocumentReference
 
getIdentifier() - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentReferenceProvider
 
getIndexedEntityBindingContext() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
 
getIndexManager(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
getIndexName() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
 
getIndexName() - Method in interface org.hibernate.search.engine.search.DocumentReference
 
getLatitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
 
getLoaded(Object) - Method in interface org.hibernate.search.engine.search.query.spi.LoadingResult
 
getLongitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
 
getMapping(MappingKey<?, M>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
getMappingContext() - Method in interface org.hibernate.search.engine.mapper.session.context.spi.SessionContextImplementor
 
getName() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
getOperationAtFault() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
 
getOrThrow(ConfigurationPropertySource, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
Get the value of this configuration property, throwing an exception if the value is not present.
getParentIndexObjectReferences() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
 
getPoints() - Method in interface org.hibernate.search.engine.spatial.GeoPolygon
 
getQueryElementCollector() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
 
getQueryString() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
 
getResourceResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
 
getResourceResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
 
getRoutingKey() - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentReferenceProvider
 
getSchemaElement() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
 
getSchemaElement(IndexSchemaContributionListener) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
 
getSchemaRootNodeBuilder() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
 
getSearchPredicateBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
 
getSearchProjectionFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
 
getSearchQueryBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
 
getSearchSortBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
 
getTenantIdentifier() - Method in interface org.hibernate.search.engine.mapper.session.context.spi.SessionContextImplementor
 
getThrowable() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
 
getTopLeft() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
 
getTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchResult
 
getTotalHitCount() - Method in class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
 
getTypeFactory() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
 
getTypeFactory() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
 
getTypesContributedTo() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
 
getUselessIncludePaths() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
 

H

handle(ErrorContext) - Method in interface org.hibernate.search.engine.common.spi.ErrorHandler
 
handle(ErrorContext) - Method in class org.hibernate.search.engine.common.spi.LogErrorHandler
 
handleException(String, Throwable) - Method in interface org.hibernate.search.engine.common.spi.ErrorHandler
Suited to handle a single Exception, where no ErrorContext is needed.
handleException(String, Throwable) - Method in class org.hibernate.search.engine.common.spi.LogErrorHandler
 
hasErrors() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
 
hasFailure() - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
 
hashCode() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 

I

id() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where the identifier is among the given values.
id() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
id() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
 
idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
Order the backend to use the given converter to convert IDs passed to the predicate DSL.
identity() - Static method in interface org.hibernate.search.engine.search.loading.spi.ObjectLoader
 
ifMoreThan(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchContext
Start adding a "minimumShouldMatch" constraint that will be applied if (and only if) there are strictly more than ignoreConstraintCeiling "should" clauses.
ifSupported(Object, Optional<E>, Consumer<E>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
ifSupported(Object, Optional<E>, Function<E, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
ifSupported(SearchPredicateFactoryContextExtension<T>, Function<T, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
If the given extension is supported, and none of the previous extensions passed to SearchPredicateFactoryExtensionContext.ifSupported(SearchPredicateFactoryContextExtension, Function) was supported, extend the current context with this extension, apply the given function to the extended context, and store the resulting predicate for later retrieval.
ifSupported(SearchProjectionFactoryContextExtension<T, R, O>, Function<T, ? extends SearchProjectionTerminalContext<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
If the given extension is supported, and none of the previous extensions passed to SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function) was supported, extend the current context with this extension, apply the given function to the extended context, and store the resulting projection for later retrieval.
ifSupported(SearchSortContainerContextExtension<T>, Consumer<T>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
If the given extension is supported, and none of the previous extensions passed to SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer) was supported, extend the current context with this extension, and apply the given consumer to the extended context.
INDEX_DEFAULTS - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
The root property whose children are default properties to be applied to all indexes of this backend.
IndexBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
The binding context associated to a specific node in the entity tree.
IndexDocumentWorkExecutor<D> - Interface in org.hibernate.search.engine.backend.index.spi
 
IndexedEmbeddedBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
The binding context associated to a specific non-root node in the entity tree.
IndexedEntityBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
The binding context associated to the root node in the entity tree.
INDEXES - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
The root property whose children are index names, e.g.
IndexFieldReference<F> - Interface in org.hibernate.search.engine.backend.document
A reference to an "object" field of an indexed document, allowing to add new values to this field for a given document.
IndexFieldType<F> - Interface in org.hibernate.search.engine.backend.types
 
IndexFieldTypeConverterContext<S extends IndexFieldTypeConverterContext<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
 
IndexFieldTypeFactoryContext - Interface in org.hibernate.search.engine.backend.types.dsl
 
IndexFieldTypeFactoryContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.dsl
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
IndexFieldTypeTerminalContext<F> - Interface in org.hibernate.search.engine.backend.types.dsl
 
IndexManager - Interface in org.hibernate.search.engine.backend.index
An index manager as viewed by Hibernate Search users.
IndexManagerBuilder<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.index.spi
 
IndexManagerBuildingState<D extends DocumentElement> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 
IndexManagerImplementor<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.index.spi
The object responsible for applying works and searches to a full-text index.
IndexManagerStartContext - Interface in org.hibernate.search.engine.backend.index.spi
A start context for index managers.
indexNullAs(F) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeContext
 
IndexObjectFieldReference - Interface in org.hibernate.search.engine.backend.document
A reference to an "object" field of an indexed document, allowing to add new values to this field for a given document.
indexOrder() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
 
IndexSchemaBuildContext - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
 
IndexSchemaContributionListener - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 
IndexSchemaElement - Interface in org.hibernate.search.engine.backend.document.model.dsl
 
IndexSchemaFieldTerminalContext<R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
 
IndexSchemaObjectField - Interface in org.hibernate.search.engine.backend.document.model.dsl
 
IndexSchemaObjectFieldNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
 
IndexSchemaObjectNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
 
indexSchemaRoot() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
IndexSchemaRootNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
 
IndexSearchQuery<T> - Interface in org.hibernate.search.engine.search.query.spi
 
IndexSearchResult<T> - Interface in org.hibernate.search.engine.search.query.spi
 
IndexSearchScope<C> - Interface in org.hibernate.search.engine.search.dsl.spi
The scope of a search, aware of the targeted indexes and of the underlying technology (backend).
IndexSearchScopeBuilder - Interface in org.hibernate.search.engine.backend.index.spi
 
IndexSettings - Class in org.hibernate.search.engine.cfg
Configuration properties common to all Hibernate Search indexes regardless of the underlying technology.
IndexWorkExecutor - Interface in org.hibernate.search.engine.backend.index.spi
 
IndexWorkPlan<D> - Interface in org.hibernate.search.engine.backend.index.spi
A set of works to be executed on an index.
instanceFromClass(Class<T>, Class<?>, String) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
Creates an instance of target class
instanceFromClass(Class<T>, Class<?>, String, Map<String, String>) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
Creates an instance of target class having a Map of strings as constructor parameter.
instanceFromName(Class<T>, String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
Creates an instance of a target class specified by the fully qualified class name using a ClassLoader as fallback when the class cannot be found in the context one.
isAbstract() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
 
isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
 
isCompatibleWith(ToDocumentFieldValueConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
 
isCompatibleWith(ToDocumentIdentifierValueConverter<?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
 
isCompatibleWith(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
 
isCompatibleWith(ToDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
 
isConvertedTypeAssignableTo(Class<?>) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
Check whether converted values can be assigned to the given type.
isConvertedTypeAssignableTo(Class<?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
 
isEnabled() - Method in enum org.hibernate.search.engine.search.predicate.DslConverter
 
isEnabled() - Method in enum org.hibernate.search.engine.search.projection.ProjectionConverter
 
isSubTypeOf(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 

K

KeyContext - Interface in org.hibernate.search.engine.cfg.spi
 

L

loadBlocking(List<R>) - Method in interface org.hibernate.search.engine.search.loading.spi.ObjectLoader
Loads the entities corresponding to the given references, blocking the current thread while doing so.
loadBlocking() - Method in interface org.hibernate.search.engine.search.query.spi.ProjectionHitMapper
Loads the entities planned for loading in one go, blocking the current thread while doing so.
LoadingResult<O> - Interface in org.hibernate.search.engine.search.query.spi
The result of the loading of the entities by the ProjectionHitMapper.
loadJavaServices(Class<T>) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ClassResolver
Discovers and instantiates implementations of the named service contract.
loadJavaServices(Class<S>) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
 
locateResource(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
 
locateResource(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ResourceResolver
Locate a resource by name (classpath lookup).
locateResourceStream(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
 
locateResourceStream(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ResourceResolver
Locate a resource by name (classpath lookup) and get its stream.
LogErrorHandler - Class in org.hibernate.search.engine.common.spi
 
LogErrorHandler() - Constructor for class org.hibernate.search.engine.common.spi.LogErrorHandler
 
lowerLimit(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
 

M

MappableTypeModel - Interface in org.hibernate.search.engine.mapper.model.spi
A representation of an entity type that can be mapped to an index.
MappableTypeModelFormatter - Class in org.hibernate.search.engine.logging.spi
 
MappableTypeModelFormatter(MappableTypeModel) - Constructor for class org.hibernate.search.engine.logging.spi.MappableTypeModelFormatter
 
MappedIndexManager<D extends DocumentElement> - Interface in org.hibernate.search.engine.mapper.mapping.spi
The object responsible for applying works and searches to a full-text index.
MappedIndexSearchScope<R,O> - Interface in org.hibernate.search.engine.mapper.mapping.spi
 
MappedIndexSearchScopeBuilder<R,O> - Interface in org.hibernate.search.engine.mapper.mapping.spi
 
Mapper<MPBS extends MappingPartialBuildState> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 
MappingAbortedException - Exception in org.hibernate.search.engine.mapper.mapping.building.spi
An exception thrown by Mapper.prepareBuild() when detecting that failures were collected and deciding to abort early to avoid a snowball effect creating too many failures, which would make the failure report unclear.
MappingAbortedException() - Constructor for exception org.hibernate.search.engine.mapper.mapping.building.spi.MappingAbortedException
 
MappingBuildContext - Interface in org.hibernate.search.engine.mapper.mapping.spi
A build context for mappings.
MappingConfigurationCollector<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 
MappingContextImplementor - Interface in org.hibernate.search.engine.mapper.mapping.context.spi
Provides visibility from the lower layers of Hibernate Search (engine, backend) to the mapping defined in the upper layers.
MappingImplementor<M> - Interface in org.hibernate.search.engine.mapper.mapping.spi
Interface used by the engine to manipulate mappings
MappingInitiator<C,MPBS extends MappingPartialBuildState> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
An object responsible for initiating a mapping by contributing its basic configuration (indexed types, type metadata), then creating the mapper based on the configuration processed by the engine.
MappingKey<PBM,M> - Interface in org.hibernate.search.engine.mapper.mapping.spi
Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping in SearchIntegrationPartialBuildState.finalizeMapping(MappingKey, Function) or when retrieving the mapping later in SearchIntegration.getMapping(MappingKey).
MappingKeyFormatter - Class in org.hibernate.search.engine.logging.spi
 
MappingKeyFormatter(MappingKey<?, ?>) - Constructor for class org.hibernate.search.engine.logging.spi.MappingKeyFormatter
 
MappingPartialBuildState - Interface in org.hibernate.search.engine.mapper.mapping.spi
 
mapToIndex(MappableTypeModel, String, String) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
 
match() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where targeted fields have a value that "matches" a given single value.
match() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
match(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
matchAll() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match all documents.
matchAll() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
matchAll() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
MatchAllPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchAllPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a match all predicate.
MatchIdPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchIdPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a match on an identifier.
MatchIdPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a match on an identifier.
matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateContext
Target the identifier with the given id.
matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
Require at least one of the targeted fields to match the given value.
matching(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
Require at least one of the targeted fields to match the given value.
matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
Require at least one of the targeted fields to match the given phrase.
matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
Require at least one of the targeted fields to match the given query string.
matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
Require at least one of the targeted fields to match the given wildcard pattern.
matchingAny(Collection<Object>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateContext
Target the identifiers matching any of the values in a collection.
MatchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a match predicate.
MatchPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a match predicate, after at least one field was mentioned.
MatchPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a match predicate is fully defined.
minimumShouldMatch() - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.
minimumShouldMatch(Consumer<? super MinimumShouldMatchContext<?>>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.
MinimumShouldMatchConditionContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a "minimum should match" constraint, after a condition was defined.
MinimumShouldMatchContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining "minimum should match" constraints.
MinimumShouldMatchNonEmptyContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when at least one "minimum should match" constraint was defined, allowing to define more constraints or to end the definition and get back to the parent context.
minimumShouldMatchNumber(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
minimumShouldMatchNumber(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
minimumShouldMatchPercent(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
minimumShouldMatchPercent(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
missingAs(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
 
missingFirst() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
 
missingLast() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
 
MultiFieldPredicateFieldSetContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
A superinterface for contexts allowing to define multi-field predicates, after at least one field was mentioned.
multivalued(Pattern) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
 
must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must" clause based on a previously-built SearchPredicate.
must(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must" clause based on an almost-built SearchPredicate.
must(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must" clause to be defined by the given function.
must(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
 
mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must not" clause based on a previously-built SearchPredicate.
mustNot(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must not" clause based on an almost-built SearchPredicate.
mustNot(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "must not" clause to be defined by the given function.
mustNot(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
 

N

nest(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateFieldContext
Set the inner predicate to a previously-built SearchPredicate.
nest(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateFieldContext
Set the inner predicate to an almost-built SearchPredicate.
nest(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateFieldContext
Create a context allowing to define the inner predicate, and apply a consumer to it.
nested() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where a nested object matches a given predicate.
nested() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
nested(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.NestedPredicateBuilder
 
nested(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
NestedPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
NestedPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a nested predicate.
NestedPredicateFieldContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a "nested" predicate, after the object field was mentioned.
NestedPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a nested predicate is fully defined.
NonEmptySortContext - Interface in org.hibernate.search.engine.search.dsl.sort
A superinterface for contexts allowing to define sorts.
NonEmptySortContextImpl - Class in org.hibernate.search.engine.search.dsl.sort.spi
 
NonEmptySortContextImpl(SearchSortContainerContext, SearchSortDslContext<?>) - Constructor for class org.hibernate.search.engine.search.dsl.sort.spi.NonEmptySortContextImpl
 
NoOpDocumentElement - Class in org.hibernate.search.engine.backend.document.spi
 
normalizer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeContext
 

O

object() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to an object representing the match.
object() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
object() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
objectField(String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Add an object field to this index schema element with the default storage type.
objectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
Add an object field to this index schema element with the given storage type.
ObjectFieldStorage - Enum in org.hibernate.search.engine.backend.document.model.dsl
 
ObjectLoader<R,O> - Interface in org.hibernate.search.engine.search.loading.spi
Loads objects into memory using a reference and implementation-specific context.
ObjectProjectionBuilder<O> - Interface in org.hibernate.search.engine.search.projection.spi
 
ObjectProjectionContext<O> - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define an object projection.
of(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
 
of(List<? extends BeanHolder<? extends T>>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
 
of(Class<T>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
Create a BeanReference referencing a bean by its type only.
of(Class<T>, String) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
Create a BeanReference referencing a bean by type and name.
of(GeoPoint, GeoPoint) - Static method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
Create a GeoBoundingBox from the top-left and bottom-right corners.
of(double, double, double, double) - Static method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
Create a GeoBoundingBox from the latitude and longitude of the top-left and bottom-right corners.
of(double, double) - Static method in interface org.hibernate.search.engine.spatial.GeoPoint
Create a GeoPoint from a latitude and a longitude.
of(List<GeoPoint>) - Static method in interface org.hibernate.search.engine.spatial.GeoPolygon
Create a GeoPolygon from a list of points.
of(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Static method in interface org.hibernate.search.engine.spatial.GeoPolygon
Create a GeoPolygon from points.
ofInstance(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
Create a BeanReference referencing a bean instance directly.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.ExistsPredicateContext
Target the given field in the "exists" predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
Target the given field in the match predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateContext
Target the given field in the phrase predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
Target the given field in the range predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateContext
Target the given field in the simple query string predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateContext
Target the given field in the "within" predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateContext
Target the given field in the wildcard predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
Target the given fields in the match predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateContext
Target the given fields in the phrase predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
Target the given fields in the range predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateContext
Target the given fields in the simple query string predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateContext
Target the given fields in the "within" predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateContext
Target the given fields in the wildcard predicate.
onMissingValue() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortContext
 
onObjectField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateContext
Set the object field to "nest" on.
onSchemaContributed() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexSchemaContributionListener
Called at least once if something was contributed to the schema.
operationAtFault(Object) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
optimize() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkExecutor
 
OptionalConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
 
OptionalPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
 
order(SortOrder) - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderContext
 
order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
 
orElse(T, Consumer<T>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
orElse(T, Function<T, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
orElse(Function<SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
If no extension passed to SearchPredicateFactoryExtensionContext.ifSupported(SearchPredicateFactoryContextExtension, Function) was supported so far, apply the given consumer to the current (non-extended) SearchPredicateFactoryContext; otherwise return the predicate created in the first succeeding ifSupported call.
orElse(Function<SearchProjectionFactoryContext<R, O>, ? extends SearchProjectionTerminalContext<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
If no extension passed to SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function) was supported so far, apply the given function to the current (non-extended) SearchProjectionFactoryContext; otherwise return the projection created in the first succeeding ifSupported call.
orElse(Consumer<SearchSortContainerContext>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
If no extension passed to SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer) was supported so far, apply the given consumer to the current (non-extended) SearchSortContainerContext; otherwise do nothing.
orElseFail() - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
If no extension passed to SearchPredicateFactoryExtensionContext.ifSupported(SearchPredicateFactoryContextExtension, Function) was supported so far, throw an exception; otherwise return the predicate created in the first succeeding ifSupported call.
orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
If no extension passed to SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function) was supported so far, throw an exception; otherwise return the projection created in the first succeeding ifSupported call.
orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
If no extension passed to SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer) was supported so far, throw an exception; otherwise do nothing.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
Target the given field in the match predicate, as an alternative to the already-targeted fields.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
Target the given field in the phrase predicate, as an alternative to the already-targeted fields.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Target the given field in the range predicate, as an alternative to the already-targeted fields.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
Target the given field in the simple query string predicate, as an alternative to the already-targeted fields.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Target the given field in the "within" predicate, as an alternative to the already-targeted fields.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
Target the given field in the wildcard predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
Target the given fields in the match predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
Target the given fields in the phrase predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
Target the given fields in the range predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
Target the given fields in the simple query string predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Target the given fields in the "within" predicate, as an alternative to the already-targeted fields.
orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
Target the given fields in the wildcard predicate, as an alternative to the already-targeted fields.
org.hibernate.search.engine.backend - package org.hibernate.search.engine.backend
 
org.hibernate.search.engine.backend.document - package org.hibernate.search.engine.backend.document
 
org.hibernate.search.engine.backend.document.model.dsl - package org.hibernate.search.engine.backend.document.model.dsl
 
org.hibernate.search.engine.backend.document.model.dsl.spi - package org.hibernate.search.engine.backend.document.model.dsl.spi
 
org.hibernate.search.engine.backend.document.spi - package org.hibernate.search.engine.backend.document.spi
 
org.hibernate.search.engine.backend.index - package org.hibernate.search.engine.backend.index
 
org.hibernate.search.engine.backend.index.spi - package org.hibernate.search.engine.backend.index.spi
 
org.hibernate.search.engine.backend.spi - package org.hibernate.search.engine.backend.spi
 
org.hibernate.search.engine.backend.types - package org.hibernate.search.engine.backend.types
 
org.hibernate.search.engine.backend.types.converter - package org.hibernate.search.engine.backend.types.converter
 
org.hibernate.search.engine.backend.types.converter.runtime - package org.hibernate.search.engine.backend.types.converter.runtime
 
org.hibernate.search.engine.backend.types.converter.runtime.spi - package org.hibernate.search.engine.backend.types.converter.runtime.spi
 
org.hibernate.search.engine.backend.types.converter.spi - package org.hibernate.search.engine.backend.types.converter.spi
 
org.hibernate.search.engine.backend.types.dsl - package org.hibernate.search.engine.backend.types.dsl
 
org.hibernate.search.engine.cfg - package org.hibernate.search.engine.cfg
This package contains everything related to the configuration of the Hibernate Search engine.
org.hibernate.search.engine.cfg.spi - package org.hibernate.search.engine.cfg.spi
 
org.hibernate.search.engine.common.dsl.spi - package org.hibernate.search.engine.common.dsl.spi
 
org.hibernate.search.engine.common.spi - package org.hibernate.search.engine.common.spi
 
org.hibernate.search.engine.environment.bean - package org.hibernate.search.engine.environment.bean
 
org.hibernate.search.engine.environment.bean.spi - package org.hibernate.search.engine.environment.bean.spi
 
org.hibernate.search.engine.environment.classpath.spi - package org.hibernate.search.engine.environment.classpath.spi
 
org.hibernate.search.engine.logging.spi - package org.hibernate.search.engine.logging.spi
 
org.hibernate.search.engine.mapper.mapping.building.spi - package org.hibernate.search.engine.mapper.mapping.building.spi
 
org.hibernate.search.engine.mapper.mapping.context.spi - package org.hibernate.search.engine.mapper.mapping.context.spi
 
org.hibernate.search.engine.mapper.mapping.spi - package org.hibernate.search.engine.mapper.mapping.spi
 
org.hibernate.search.engine.mapper.model.spi - package org.hibernate.search.engine.mapper.model.spi
 
org.hibernate.search.engine.mapper.session.context.spi - package org.hibernate.search.engine.mapper.session.context.spi
 
org.hibernate.search.engine.reporting.spi - package org.hibernate.search.engine.reporting.spi
 
org.hibernate.search.engine.search - package org.hibernate.search.engine.search
 
org.hibernate.search.engine.search.dsl.predicate - package org.hibernate.search.engine.search.dsl.predicate
 
org.hibernate.search.engine.search.dsl.predicate.spi - package org.hibernate.search.engine.search.dsl.predicate.spi
 
org.hibernate.search.engine.search.dsl.projection - package org.hibernate.search.engine.search.dsl.projection
 
org.hibernate.search.engine.search.dsl.projection.spi - package org.hibernate.search.engine.search.dsl.projection.spi
 
org.hibernate.search.engine.search.dsl.query - package org.hibernate.search.engine.search.dsl.query
 
org.hibernate.search.engine.search.dsl.sort - package org.hibernate.search.engine.search.dsl.sort
 
org.hibernate.search.engine.search.dsl.sort.spi - package org.hibernate.search.engine.search.dsl.sort.spi
 
org.hibernate.search.engine.search.dsl.spi - package org.hibernate.search.engine.search.dsl.spi
 
org.hibernate.search.engine.search.loading.spi - package org.hibernate.search.engine.search.loading.spi
 
org.hibernate.search.engine.search.predicate - package org.hibernate.search.engine.search.predicate
 
org.hibernate.search.engine.search.predicate.spi - package org.hibernate.search.engine.search.predicate.spi
 
org.hibernate.search.engine.search.projection - package org.hibernate.search.engine.search.projection
 
org.hibernate.search.engine.search.projection.spi - package org.hibernate.search.engine.search.projection.spi
 
org.hibernate.search.engine.search.query.spi - package org.hibernate.search.engine.search.query.spi
 
org.hibernate.search.engine.search.sort.spi - package org.hibernate.search.engine.search.sort.spi
 
org.hibernate.search.engine.spatial - package org.hibernate.search.engine.spatial
 

P

parseDuration(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseInstant(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseLocalDate(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseLocalDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseLocalTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseMonthDay(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseOffsetDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseOffsetTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parsePeriod(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseString(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
ParseUtils - Class in org.hibernate.search.engine.cfg.spi
 
parseYear(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseYearMonth(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseZonedDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
parseZoneOffset(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
 
PassThroughFromDocumentFieldValueConverter<F> - Class in org.hibernate.search.engine.backend.types.converter.spi
 
PassThroughFromDocumentFieldValueConverter(Class<F>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
 
PassThroughToDocumentFieldValueConverter<F> - Class in org.hibernate.search.engine.backend.types.converter.spi
 
PassThroughToDocumentFieldValueConverter(Class<F>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
 
pattern(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.WildcardPredicateBuilder
 
phrase() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where targeted fields have a value that contains a given phrase.
phrase() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
phrase(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
 
phrase(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
PhrasePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
PhrasePredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a phrase predicate.
PhrasePredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a phrase predicate, after at least one field was mentioned.
PhrasePredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a phrase predicate is fully defined.
planLoading(DocumentReference) - Method in interface org.hibernate.search.engine.search.query.spi.ProjectionHitMapper
Plan the loading of an entity.
polygon(GeoPolygon) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
Require at least one of the targeted fields to point to a location within the given polygon.
polygon(GeoPolygon) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinPolygonPredicateBuilder
 
predicate() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
predicate(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryResultContext
Set the predicate for this query.
predicate(Function<? super SearchPredicateFactoryContext, SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryResultContext
Set the predicate for this query.
prepare() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
Prepare the work plan execution, i.e.
prepareBuild() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
prepareBuild() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
Partially build the mapping based on the indexed types added so far.
projectable(Projectable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeContext
 
Projectable - Enum in org.hibernate.search.engine.backend.types
Whether or not we want to be able to obtain the value of the field as a projection.
projection() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
projectionConverter(FromDocumentFieldValueConverter<? super F, ?>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterContext
 
ProjectionConverter - Enum in org.hibernate.search.engine.search.projection
Allows to specify whether projected values should be converted using the projection converter defined in the mapping.
ProjectionHitMapper<R,O> - Interface in org.hibernate.search.engine.search.query.spi
Contract binding result hits and the mapper.
purge(String) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkExecutor
 

Q

queryAsLoadedObject(SessionContextImplementor, ObjectLoader<R, T>, Function<IndexSearchQuery<T>, Q>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
queryAsProjection(SessionContextImplementor, ObjectLoader<R, O>, Function<IndexSearchQuery<T>, Q>, SearchProjection<T>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
queryAsProjections(SessionContextImplementor, ObjectLoader<R, O>, Function<IndexSearchQuery<List<?>>, Q>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
queryAsReference(SessionContextImplementor, Function<IndexSearchQuery<R>, Q>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 

R

range() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where targeted fields have a value within lower and upper bounds.
range() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
range(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
RangePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
RangePredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a range predicate.
RangePredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a range predicate, after at least one field was mentioned.
RangePredicateFromContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a range predicate, after the lower bound was provided but before the upper bound was provided.
RangePredicateLimitTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a range predicate is fully defined, just after the last limit was defined.
RangePredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a range predicate is fully defined.
reference() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project to a reference to the match.
reference() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
reference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
ReferenceProjectionBuilder<R> - Interface in org.hibernate.search.engine.search.projection.spi
 
ReferenceProjectionContext<R> - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a reference projection.
ReflectionBeanResolver - Class in org.hibernate.search.engine.environment.bean.spi
 
ReflectionBeanResolver(ClassResolver) - Constructor for class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
resolve(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
resolve(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Resolve the key for this configuration property as registered in the underlying configuration source, if possible.
resolve(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
resolve(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
Resolve a bean by its type.
resolve(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
Resolve a bean by its name.
resolve(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
resolve(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
resolveNoClosingNecessary(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
resolveNoClosingNecessary(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
 
resolveOrRaw(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Resolve the key for this configuration property as registered in the underlying configuration source, or, if not possible, just return the "raw" key passed to ConfigurationProperty.forKey(String).
ResourceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
A resolver of Java resources.
returnIfSupported(Object, Optional<E>) - Static method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
routing(String) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
 
routing(Collection<String>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
 

S

score() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
Project on the score of the hit.
score() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
 
score() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
score() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
 
ScoreProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
 
ScoreProjectionContext - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when starting to define a score projection.
ScoreSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
 
ScoreSortContext - Interface in org.hibernate.search.engine.search.dsl.sort
The context used when defining a score sort.
SearchIntegration - Interface in org.hibernate.search.engine.common.spi
 
SearchIntegrationBuilder - Interface in org.hibernate.search.engine.common.spi
 
SearchIntegrationPartialBuildState - Interface in org.hibernate.search.engine.common.spi
 
SearchPredicate - Interface in org.hibernate.search.engine.search
A query predicate that can be used to filter queries.
SearchPredicateBoostContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
A superinterface for contexts allowing to set the "boost" of a predicate.
SearchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
A search predicate builder, i.e.
SearchPredicateBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.predicate.spi
A factory for search predicate builders.
SearchPredicateFactoryContext - Interface in org.hibernate.search.engine.search.dsl.predicate
A context allowing to specify the type of a predicate.
SearchPredicateFactoryContextExtension<T> - Interface in org.hibernate.search.engine.search.dsl.predicate
An extension to the search query DSL, allowing to add non-standard predicates to a query.
SearchPredicateFactoryExtensionContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when attempting to apply multiple extensions to a SearchPredicateFactoryContext.
SearchPredicateScoreContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
A superinterface for contexts allowing to set the score of a predicate to a constant value.
SearchPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The terminal context of the predicate DSL.
SearchProjection<T> - Interface in org.hibernate.search.engine.search
A query projection that can be used to obtain particular values of an indexed document.
SearchProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
A search projection builder, i.e.
SearchProjectionBuilderFactory - Interface in org.hibernate.search.engine.search.projection.spi
A factory for search projection builders.
SearchProjectionFactoryContext<R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
A context allowing to create a projection.
SearchProjectionFactoryContextExtension<T,R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
An extension to the search query DSL, allowing to add non-standard predicates to a query.
SearchProjectionFactoryExtensionContext<P,R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
The context used when attempting to apply multiple extensions to a SearchProjectionFactoryContext.
SearchProjectionTerminalContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The terminal context of the projection DSL.
SearchQueryBuilder<T,C> - Interface in org.hibernate.search.engine.search.query.spi
A builder for search queries.
SearchQueryBuilderFactory<C> - Interface in org.hibernate.search.engine.search.query.spi
A factory for search query builders.
SearchQueryContext<Q> - Interface in org.hibernate.search.engine.search.dsl.query
The context used when building a query, after the search predicate has been defined.
SearchQueryResultContext<Q> - Interface in org.hibernate.search.engine.search.dsl.query
The context used when building a query, after the search result type has been defined.
SearchSort - Interface in org.hibernate.search.engine.search
A search sort that can be used to sort search query results.
SearchSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
A search sort builder, i.e.
SearchSortBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.sort.spi
A factory for search sort builders.
SearchSortContainerContext - Interface in org.hibernate.search.engine.search.dsl.sort
A context allowing to add a sort element.
SearchSortContainerContextExtension<T> - Interface in org.hibernate.search.engine.search.dsl.sort
An extension to the search query DSL, allowing to add non-standard predicates to a query.
SearchSortContainerExtensionContext - Interface in org.hibernate.search.engine.search.dsl.sort
The context used when attempting to apply multiple extensions to a SearchSortContainerContext.
SearchSortContributor<B> - Interface in org.hibernate.search.engine.search.dsl.sort.spi
A search predicate contributor, i.e.
SearchSortDslContext<B> - Interface in org.hibernate.search.engine.search.dsl.sort.spi
Represents the current context in the search DSL, i.e.
SearchSortTerminalContext - Interface in org.hibernate.search.engine.search.dsl.sort
The terminal context of the sort DSL.
SessionContextImplementor - Interface in org.hibernate.search.engine.mapper.session.context.spi
Provides visibility from the lower layers of Hibernate Search (engine, backend) to the session defined in the upper layers (mapping).
setBeanResolver(BeanResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
setClassResolver(ClassResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
setResourceResolver(ResourceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "should" clause based on a previously-built SearchPredicate.
should(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "should" clause based on an almost-built SearchPredicate.
should(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
Add a "should" clause to be defined by the given function.
should(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
 
SimpleIndexSearchResult<T> - Class in org.hibernate.search.engine.search.query.spi
 
SimpleIndexSearchResult(long, List<T>) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
 
SimpleNameClassFormatter - Class in org.hibernate.search.engine.logging.spi
 
SimpleNameClassFormatter(Class<?>) - Constructor for class org.hibernate.search.engine.logging.spi.SimpleNameClassFormatter
 
simpleQueryString() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents according to a given query string, with a simple query language adapted to end users.
simpleQueryString() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
simpleQueryString() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
simpleQueryString(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
SimpleQueryStringPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
SimpleQueryStringPredicateBuilder.FieldContext - Interface in org.hibernate.search.engine.search.predicate.spi
 
SimpleQueryStringPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a simple query string predicate.
SimpleQueryStringPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a simple query string predicate, after at least one field was mentioned.
SimpleQueryStringPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a simple query string predicate is fully defined.
skipAnalysis() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
Any analyzer and normalizer defined on any field will be ignored to interpret the value to match.
skipAnalysis() - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateTerminalContext
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
skipAnalysis() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateTerminalContext
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
 
skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
 
skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
slop(int) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
 
sort() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
 
sort(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
 
sort(Consumer<? super SearchSortContainerContext>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
 
sortable(Sortable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeContext
 
Sortable - Enum in org.hibernate.search.engine.backend.types
Whether a field can be used in sorts.
sortFirst() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
Put documents with missing values first in the sorting.
sortLast() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
Put documents with missing values last in the sorting.
SortOrder - Enum in org.hibernate.search.engine.search.dsl.sort
 
SortOrderContext<T> - Interface in org.hibernate.search.engine.search.dsl.sort
A superinterface for contexts allowing to define a sort order.
spatial() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Access the different types of spatial predicates.
spatial() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
SpatialPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The terminal context of the predicate DSL.
spatialWithinBoundingBox(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
SpatialWithinBoundingBoxPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
spatialWithinCircle(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
SpatialWithinCirclePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
spatialWithinPolygon(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
SpatialWithinPolygonPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
SpatialWithinPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a spatial predicate.
SpatialWithinPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a spatial predicate, after at least one field was mentioned.
SpatialWithinPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a spatial within predicate is fully defined.
StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
 
start(IndexManagerStartContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
Start any resource necessary to operate the index manager at runtime.
start(BackendStartContext) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
Start any resource necessary to operate the backend at runtime.
StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>> - Interface in org.hibernate.search.engine.backend.types.dsl
 
StringToDocumentIdentifierValueConverter - Class in org.hibernate.search.engine.backend.types.converter.spi
 
StringToDocumentIdentifierValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
 

T

then() - Method in interface org.hibernate.search.engine.search.dsl.sort.NonEmptySortContext
Start defining another sort, to be applied after the current one.
then() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.NonEmptySortContextImpl
 
thenRequireNumber(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchConditionContext
thenRequirePercent(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchConditionContext
to(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFromContext
Require at least one of the targeted fields to be "lower than" the given value, in addition to being "higher than" the value provided to the former from call.
to(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFromContext
Require at least one of the targeted fields to be "lower than" the given value, in addition to being "higher than" the value provided to the former from call.
toAPI() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
toAPI() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
 
toAPI() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
toAPI() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
 
ToDocumentFieldValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime
 
ToDocumentFieldValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime
An extension to ToDocumentFieldValueConvertContext, allowing to access non-standard context specific to a given mapper.
ToDocumentFieldValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
 
ToDocumentFieldValueConvertContextImpl(MappingContextImplementor) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
 
ToDocumentFieldValueConverter<V,F> - Interface in org.hibernate.search.engine.backend.types.converter
A converter from a source value to a target value that should be indexed.
ToDocumentIdentifierValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime.spi
 
ToDocumentIdentifierValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime.spi
An extension to ToDocumentIdentifierValueConvertContext, allowing to access non-standard context specific to a given mapper.
ToDocumentIdentifierValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
 
ToDocumentIdentifierValueConvertContextImpl(MappingContextImplementor) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextImpl
 
ToDocumentIdentifierValueConverter<I> - Interface in org.hibernate.search.engine.backend.types.converter.spi
A converter from a source identifier value to a target value that should be used as a document identifier.
toImplementation() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractSearchPredicateTerminalContext
 
toImplementation() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
 
toImplementation(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
Convert a SearchPredicate object back to a predicate builder.
toImplementation() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
 
toImplementation(SearchSort, Consumer<? super B>) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
Convert a SearchSort object back to a sequence of sort builders.
toIndexFieldType() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeTerminalContext
 
toMeters(double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
 
toPredicate() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateTerminalContext
Create a SearchPredicate instance matching the definition given in the previous DSL steps.
toPredicate() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractSearchPredicateTerminalContext
 
toProjection() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionTerminalContext
Create a SearchProjection instance matching the definition given in the previous DSL steps.
toQuery() - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
 
toReference() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldTerminalContext
 
toReference() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectFieldNodeBuilder
 
toSearchPredicate(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
Convert a predicate builder to a reusable SearchPredicate object.
toSearchSort(List<B>) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
Convert sort builders to a reusable SearchSort object.
toSort() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortTerminalContext
Create a SearchSort instance matching the definition given in the previous DSL steps.
toSort() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.NonEmptySortContextImpl
 
toSort() - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortDslContext
Create a SearchSort instance matching the definition given in the previous DSL steps.
toString() - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
 
toString() - Method in class org.hibernate.search.engine.logging.spi.MappableTypeModelFormatter
 
toString() - Method in class org.hibernate.search.engine.logging.spi.MappingKeyFormatter
 
toString() - Method in class org.hibernate.search.engine.logging.spi.SimpleNameClassFormatter
 
toString() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
toString() - Method in class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
 
trimIfString(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
 
TYPE - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
The type of the backend.
TypeMetadataContributorProvider<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 
TypeMetadataDiscoverer<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
 

U

unit(DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.projection.DistanceToFieldProjectionContext
Defines the unit of the computed distance (default is meters).
unit(DistanceUnit) - Method in interface org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
 
untypedInstanceFromClass(Class<T>, String) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
Creates an instance of target class.
unwrap(Class<T>) - Method in interface org.hibernate.search.engine.backend.Backend
Unwrap the backend to some implementation-specific type.
unwrap(Class<T>) - Method in interface org.hibernate.search.engine.backend.index.IndexManager
Unwrap the index manager to some implementation-specific type.
update(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
Update a document in the index, or add it if it's absent from the index.
upperLimit(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
 
use(Object) - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
When documents are missing a value on the sort field, use the given value instead.
use(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
When documents are missing a value on the sort field, use the given value instead.

V

validateCharacter(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
 
validateEnum(String, Class<? extends Enum>) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
 
ValidateUtils - Class in org.hibernate.search.engine.cfg.spi
 
validateUUID(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
 
validateZoneId(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
 
value(Object) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchIdPredicateBuilder
 
value(Object, DslConverter) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
 
valueOf(String) - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Projectable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Sortable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.search.dsl.sort.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.search.predicate.DslConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.search.projection.ProjectionConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.backend.types.Projectable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.backend.types.Sortable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.search.dsl.sort.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.search.predicate.DslConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.search.projection.ProjectionConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
Returns an array containing the constants of this enum type, in the order they are declared.

W

wildcard() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
Match documents where targeted fields contain a term that matches a given pattern, such as inter*on or pa?t.
wildcard() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
 
wildcard(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
WildcardPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
WildcardPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when starting to define a wildcard predicate.
WildcardPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when defining a wildcard predicate, after at least one field was mentioned.
WildcardPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
The context used when a wildcard predicate is fully defined.
withAndAsDefaultOperator() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateTerminalContext
Define the default operator as AND.
withAndAsDefaultOperator() - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
withConstantScore() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateScoreContext
 
withConstantScore() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
 
withContext(EventContext) - Method in interface org.hibernate.search.engine.reporting.spi.FailureCollector
 
withContext(EventContextElement) - Method in interface org.hibernate.search.engine.reporting.spi.FailureCollector
 
withDefault(T) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
 
withDefault(Supplier<T>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
 
withDependencyAutoClosing(BeanHolder<?>...) - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
 
withFallback(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
Create a new configuration source which falls back to another source when a property is missing in this source.
within() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialPredicateContext
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
withMask(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
withOverride(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
Create a new configuration source which overrides the properties defined in this source.
withPrefix(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
 
withSlop(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateTerminalContext
Sets the slop, which defines how permissive the phrase predicate will be.
workCompleted(Object) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

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