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

A

above(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitsStep
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, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitsStep
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.
AbstractDelegatingSearchQueryHitTypeStep<R,E> - Class in org.hibernate.search.engine.search.dsl.query.spi
 
AbstractDelegatingSearchQueryHitTypeStep(SearchQueryHitTypeStep<?, R, E, ?, ?>) - Constructor for class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF>,H,R extends SearchResult<H>,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,C> - Class in org.hibernate.search.engine.search.dsl.query.spi
 
AbstractExtendedSearchQueryOptionsStep(IndexScope<C>, SearchQueryBuilder<H, C>) - Constructor for class org.hibernate.search.engine.search.dsl.query.spi.AbstractExtendedSearchQueryOptionsStep
 
AbstractPredicateFinalStep<B> - Class in org.hibernate.search.engine.search.dsl.predicate.spi
An abstract base for PredicateFinalStep implementations.
AbstractPredicateFinalStep(SearchPredicateBuilderFactory<?, B>) - Constructor for class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractPredicateFinalStep
 
AbstractSearchQuery<H,R extends SearchResult<H>> - Class in org.hibernate.search.engine.search.query.spi
An abstract base for implementations of SearchQuery.
AbstractSearchQuery() - Constructor for class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
AbstractSearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> - Class in org.hibernate.search.engine.search.dsl.query.spi
 
AbstractSearchQueryHitTypeStep() - Constructor for class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF>,H,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,C> - Class in org.hibernate.search.engine.search.dsl.query.spi
 
AbstractSearchQueryOptionsStep(IndexScope<C>, SearchQueryBuilder<H, C>) - Constructor for class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
AbstractSortThenStep<B> - Class in org.hibernate.search.engine.search.dsl.sort.spi
 
AbstractSortThenStep(SearchSortDslContext<?, ? super B>) - Constructor for class org.hibernate.search.engine.search.dsl.sort.spi.AbstractSortThenStep
 
AbstractWorkOrchestrator<W> - Class in org.hibernate.search.engine.backend.orchestration.spi
An abstract base for orchestrator implementations, implementing a thread-safe shutdown.
AbstractWorkOrchestrator(String) - Constructor for class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexDocumentWorkExecutor
 
add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.work.execution.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
 
add(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.sort.CompositeSortComponentsStep
Add an element to the composite sort based on a previously-built SearchSort.
add(SortFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.sort.CompositeSortComponentsStep
Add an element to the composite sort based on an almost-built SearchSort.
addAllWorkThatFailed(List<Object>) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
 
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, boolean, 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
 
addThrowable(Throwable) - Method in interface org.hibernate.search.engine.common.spi.ContextualErrorHandler
 
addTo(IndexScopeBuilder) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
addTo(MappedIndexScopeBuilder<?, ?>) - 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
 
AggregatedClassLoader - Class in org.hibernate.search.engine.environment.classpath.spi
A classloader which keeps an ordered list of aggregated classloaders.
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.StringIndexFieldTypeOptionsStep
Define the type as analyzed.
analyzer(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateOptionsStep
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.PhrasePredicateOptionsStep
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.SimpleQueryStringPredicateOptionsStep
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
 
append(B) - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortDslContext
Create a new context with a sort builder appended.
as(Class<F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a given type in Hibernate Search.
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
 
asBigDecimal() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a BigDecimal in Hibernate Search.
asBigInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a BigInteger in Hibernate Search.
asBoolean() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Boolean in Hibernate Search.
asBoolean() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asByte() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Byte in Hibernate Search.
asc() - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderStep
Sort in ascending order.
asDouble() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Double in Hibernate Search.
asEntity() - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Define the query results as the entity was originally indexed, loaded from an external source (database, ...).
asEntity() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
asEntity(SessionContextImplementor, LoadingContextBuilder<?, E>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asEntityReference() - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Define the query results as a reference to the entity that was originally indexed.
asEntityReference() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
asFloat() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Float in Hibernate Search.
asGeoPoint() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a GeoPoint in Hibernate Search.
asInstant() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as an Instant in Hibernate Search.
asInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as an Integer in Hibernate Search.
asInteger() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asLocalDate() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a LocalDate in Hibernate Search.
asLocalDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a LocalDateTime in Hibernate Search.
asLocalTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a LocalTime in Hibernate Search.
asLong() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Long in Hibernate Search.
asLong() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
 
asMonthDay() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a MonthDay in Hibernate Search.
asOffsetDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as an OffsetDateTime in Hibernate Search.
asOffsetTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as an OffsetTime in Hibernate Search.
asProjection(Function<? super PJF, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Define the query results as one projection for each matching document.
asProjection(SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Define the query results as one projection for each matching document.
asProjection(Function<? super SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
asProjection(SearchProjection<P>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
asProjection(SessionContextImplementor, LoadingContextBuilder<?, ?>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asProjections(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Define the query results as a list of projections for each matching document.
asProjections(SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
asProjections(SessionContextImplementor, LoadingContextBuilder<?, ?>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asReference(SessionContextImplementor, LoadingContextBuilder<R, ?>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
 
asShort() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a Short in Hibernate Search.
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.IndexFieldTypeFactory
Define a field type whose values are represented as a String in Hibernate Search.
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.resolve(BeanResolver) 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.IndexFieldTypeFactory
Define a field type whose values are represented as a Year in Hibernate Search.
asYearMonth() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a YearMonth in Hibernate Search.
asZonedDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Define a field type whose values are represented as a ZonedDateTime in Hibernate Search.
awaitCompletion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
Block the current thread until the executor has completed all pending worksets.

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.
BatchingExecutor<W extends BatchingExecutor.WorkSet<? super P>,P extends BatchingExecutor.WorkProcessor> - Class in org.hibernate.search.engine.backend.orchestration.spi
An executor of works that accepts works from multiple threads, puts them in a queue, and processes them in batches in a single background thread.
BatchingExecutor(String, P, int, boolean, ErrorHandler) - Constructor for class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
 
BatchingExecutor.WorkProcessor - Interface in org.hibernate.search.engine.backend.orchestration.spi
 
BatchingExecutor.WorkSet<P extends BatchingExecutor.WorkProcessor> - Interface in org.hibernate.search.engine.backend.orchestration.spi
 
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.spi
The interface to be implemented by components providing beans to Hibernate Search.
BeanReference<T> - Interface in org.hibernate.search.engine.environment.bean
A reference to a bean, allowing the retrieval of that bean when passed a BeanResolver.
BeanResolver - Interface in org.hibernate.search.engine.environment.bean
The main entry point for components looking to resolve a bean reference into a (usually user-provided) bean.
beginBatch() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkProcessor
 
below(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitsStep
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, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitsStep
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.SearchPredicateFactory
Match documents if they match a combination of boolean clauses.
bool(Consumer<? super BooleanPredicateClausesStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
bool(Consumer<? super BooleanPredicateClausesStep>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
bool() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
BooleanPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
BooleanPredicateClausesStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial and final step in a boolean predicate definition, where clauses can be added.
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.FieldState
 
boostedTo(float) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MultiFieldPredicateFieldBoostStep
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.PredicateBoostStep
Boost the weight of the predicate in score computation.
boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateAreaStep
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.SpatialWithinPredicateAreaStep
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.scope.spi.IndexScopeBuilder
 
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.scope.spi.MappedIndexScopeBuilder
 
build() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContextBuilder
 
build() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilder
 
build() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
 
builder(ConfigurationPropertySource) - Static method in interface org.hibernate.search.engine.common.spi.SearchIntegration
 
builder - Variable in class org.hibernate.search.engine.search.dsl.sort.spi.StaticSortThenStep
 
builderFactory - Variable in class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractPredicateFinalStep
 
byComposite() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Order by a sort composed of several elements.
byComposite(Consumer<? super CompositeSortComponentsStep>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Order by a sort composed of several elements, which will be defined by the given consumer.
byComposite() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
byComposite(Consumer<? super CompositeSortComponentsStep>) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
byDistance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
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.SearchSortFactory
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.DelegatingSearchSortFactory
 
byDistance(String, double, double) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
byField(String) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Order elements by the value of a specific field.
byField(String) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
byIndexOrder() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Order elements by their internal index order.
byIndexOrder() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
byScore() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Order elements by their relevance score.
byScore() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 

C

circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateAreaStep
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.SpatialWithinPredicateAreaStep
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.SpatialWithinPredicateAreaStep
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.SpatialWithinPredicateAreaStep
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.DefaultClassResolver
 
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 class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
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.BeanProvider
Release any internal resource created to support provided beans.
close() - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
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.SearchProjectionFactory
Create a projection that will compose a List based on the given projections.
composite(ProjectionFinalStep<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
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.SearchProjectionFactory
Create a projection that will compose a custom object based on the given projections.
composite(Function<List<?>, T>, ProjectionFinalStep<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
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.SearchProjectionFactory
Create a projection that will compose a custom object based on one given projection.
composite(Function<P, T>, ProjectionFinalStep<P>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
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.SearchProjectionFactory
Create a projection that will compose a custom object based on two given projections.
composite(BiFunction<P1, P2, T>, ProjectionFinalStep<P1>, ProjectionFinalStep<P2>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
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.SearchProjectionFactory
Create a projection that will compose a custom object based on three given projections.
composite(TriFunction<P1, P2, P3, T>, ProjectionFinalStep<P1>, ProjectionFinalStep<P2>, ProjectionFinalStep<P3>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
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.DelegatingSearchProjectionFactory
 
composite(Function<P, T>, SearchProjection<P>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
composite(Function<List<?>, P>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(Function<P1, P>, SearchProjection<P1>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(BiFunction<P1, P2, P>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
composite(TriFunction<P1, P2, P3, P>, 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
 
CompositeProjectionOptionsStep<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in a composite projection definition, where optional parameters can be set.
CompositeSortComponentsStep - Interface in org.hibernate.search.engine.search.dsl.sort
The initial and final step in a composite sort definition, where sort elements can be added.
ConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
 
ConfigurationPropertySource - Interface in org.hibernate.search.engine.cfg.spi
A source of property values for Hibernate Search.
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
 
ContextualErrorHandler - Interface in org.hibernate.search.engine.common.spi
 
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.work.execution.spi.DocumentContributor
 
contribute(C, B) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
Contribute a predicate builder to a collector.
contribute(C, 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 class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
 
convertReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.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
 
create(ClassResolver) - Static method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassResolver
 
create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultResourceResolver
 
create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultServiceResolver
 
createContextualHandler() - Method in interface org.hibernate.search.engine.common.spi.ErrorHandler
 
createDefault() - Static method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
 
createDefaultProjectionFactory() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
createDocumentWorkExecutor(SessionContextImplementor, DocumentCommitStrategy) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createDocumentWorkExecutor(SessionContextImplementor, DocumentCommitStrategy) - 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
 
createScopeBuilder(MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createScopeBuilder(MappingContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
createTypeFactory(IndexFieldTypeDefaultsProvider) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
 
createTypeFactory() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
 
createTypeFactory(IndexFieldTypeDefaultsProvider) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
Use this method to provide some defaults to the current request.
createWorkExecutor(DetachedSessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createWorkExecutor(DetachedSessionContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 
createWorkPlan(SessionContextImplementor, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
 
createWorkPlan(SessionContextImplementor, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
 

D

decimalScale(int) - Method in interface org.hibernate.search.engine.backend.types.dsl.ScaledNumberIndexFieldTypeOptionsStep
 
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.
DefaultClassResolver - Class in org.hibernate.search.engine.environment.classpath.spi
Default implementation of ClassResolver relying on an AggregatedClassLoader.
DefaultedPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
 
DefaultProjectionHitMapper<R,E> - Class in org.hibernate.search.engine.search.loading.spi
 
DefaultProjectionHitMapper(ReferenceHitMapper<R>, EntityLoader<R, ? extends E>) - Constructor for class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
 
DefaultResourceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
Default implementation of ClassResolver relying on an AggregatedClassLoader.
DefaultServiceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
Default implementation of ClassResolver relying on an AggregatedClassLoader.
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.
DelegatingSearchPredicateFactory - Class in org.hibernate.search.engine.search.dsl.predicate.spi
DelegatingSearchPredicateFactory(SearchPredicateFactory) - Constructor for class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
DelegatingSearchProjectionFactory<R,E> - Class in org.hibernate.search.engine.search.dsl.projection.spi
 
DelegatingSearchProjectionFactory(SearchProjectionFactory<R, E>) - Constructor for class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
DelegatingSearchSortFactory - Class in org.hibernate.search.engine.search.dsl.sort.spi
A delegating SearchSortFactory.
DelegatingSearchSortFactory(SearchSortFactory) - Constructor for class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
delete(DocumentReferenceProvider) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkPlan
Delete a document from the index.
desc() - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderStep
Sort in descending order.
DetachedSessionContextImplementor - Class 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).
discard() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkPlan
Discard all works that are present in this plan.
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.SearchProjectionFactory
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.DelegatingSearchProjectionFactory
 
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
 
DistanceSortOptionsStep - Interface in org.hibernate.search.engine.search.dsl.sort
The initial and final step in a "distance" sort definition, where optional parameters can be set.
DistanceToFieldProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
 
DistanceToFieldProjectionOptionsStep - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.
DistanceUnit - Enum in org.hibernate.search.engine.spatial
Distance units.
doClose() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
DocumentCommitStrategy - Enum in org.hibernate.search.engine.backend.work.execution
Defines how to handle index commits after a document is written to the index, i.e.
DocumentContributor<D> - Interface in org.hibernate.search.engine.backend.work.execution.spi
 
DocumentElement - Interface in org.hibernate.search.engine.backend.document
An element of a document.
DocumentReference - Interface in org.hibernate.search.engine.search
A reference to an indexed document.
documentReference() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project the match to a DocumentReference.
documentReference() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
documentReference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
DocumentReferenceProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
 
DocumentReferenceProjectionOptionsStep - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in a "document reference" projection definition, where optional parameters can be set.
DocumentReferenceProvider - Interface in org.hibernate.search.engine.backend.work.execution.spi
 
DocumentRefreshStrategy - Enum in org.hibernate.search.engine.backend.work.execution
Defines how to handle index refreshes after a document is written to the index, i.e.
doSubmit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
dslConverter(ToDocumentFieldValueConverter<?, ? extends F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
Define how values passed to the predicate and sort DSL should be converted to the type of field values.
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.spi.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.MinimumShouldMatchMoreStep
End the "minimum should match" constraint definition and continue the predicate definition.
endBatch() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkProcessor
Ensure all works submitted since the last call to BatchingExecutor.WorkProcessor.beginBatch() will actually be executed, along with any finishing task (commit, ...).
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.
entity() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project to the entity was originally indexed.
entity() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
entity() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
EntityLoader<R,E> - Interface in org.hibernate.search.engine.search.loading.spi
Loads objects into memory using a reference and implementation-specific context.
EntityProjectionBuilder<E> - Interface in org.hibernate.search.engine.search.projection.spi
 
EntityProjectionOptionsStep<E> - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in an "entity" projection definition, where optional parameters can be set.
entityReference() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project to a reference to the entity that was originally indexed.
entityReference() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
entityReference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
 
EntityReferenceProjectionBuilder<R> - Interface in org.hibernate.search.engine.search.projection.spi
 
EntityReferenceProjectionOptionsStep<R> - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in an "entity reference" projection definition, where optional parameters can be set.
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.MatchAllPredicateOptionsStep
Add a "must not" clause based on a previously-built SearchPredicate,
except(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateOptionsStep
Add a "must not" clause based on an almost-built SearchPredicate.
except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateOptionsStep
Add a "must not" clause to be defined by the given function.
excludeLimit() - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitExcludeStep
Exclude the limit that was just defined from the range, i.e.
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.work.execution.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.SearchPredicateFactory
Match documents where a given field exists.
exists() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
exists(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
ExistsPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
ExistsPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in an "exists" predicate definition, where the target field can be set.
ExistsPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in an "exists" predicate definition, where optional parameters can be set.
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.
ExtendedSearchFetchable<H,R extends SearchResult<H>> - Interface in org.hibernate.search.engine.search.query
A base interface for subtypes of SearchFetchable allowing to easily override the result type for all relevant methods.
ExtendedSearchQuery<H,R extends SearchResult<H>> - Interface in org.hibernate.search.engine.search.query
A base interface for subtypes of SearchQuery allowing to easily override the result type for all relevant methods.
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(SearchPredicateFactory, SearchPredicateBuilderFactory<C, B>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtension
Attempt to extend a given factory, returning an empty Optional in case of failure.
extendOptional(SearchProjectionFactory<R, E>, SearchProjectionBuilderFactory) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtension
Attempt to extend a given factory, returning an empty Optional in case of failure.
extendOptional(SearchQueryHitTypeStep<?, R, E, ?, ?>, IndexScope<?>, SessionContextImplementor, LoadingContextBuilder<R, E>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryDslExtension
Attempt to extend a given DSL step, returning an empty Optional in case of failure.
extendOptional(SearchSortFactory, SearchSortDslContext<?, ?>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactoryExtension
Attempt to extend a given factory, returning an empty Optional in case of failure.
extendOptional(SearchQuery<H>, LoadingContext<?, ?>) - Method in interface org.hibernate.search.engine.search.query.SearchQueryExtension
Attempt to extend a given query, returning an empty Optional in case of failure.
extendOrFail(IndexFieldTypeFactory) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryExtension
Attempt to extend a given factory, throwing an exception in case of failure.
extendPredicateFactory(SearchPredicateFactory) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
extendSortFactory(SearchSortFactory) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContext
Extend the current context with the given extension, resulting in an extended context offering more options.
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
Extend the current context with the given extension, resulting in an extended context offering more options.
extension(IndexFieldTypeFactoryExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Extend the current factory with the given extension, resulting in an extended factory offering more field types.
extension(SearchPredicateFactoryExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.
extension() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
Create a DSL step allowing multiple attempts to apply extensions one after the other, failing only if none of the extensions is supported.
extension(SearchPredicateFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
extension() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
extension(SearchProjectionFactoryExtension<T, R, E>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Extend the current factory with the given extension, resulting in an extended factory offering different types of projections.
extension() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Create a DSL step allowing multiple attempts to apply extensions one after the other, failing only if none of the extensions is supported.
extension(SearchProjectionFactoryExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
extension() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
extension(SearchQueryDslExtension<T, R, E>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryHitTypeStep
Extend the current DSL step with the given extension, resulting in an extended step offering more query options.
extension(SearchQueryDslExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
extension(SearchQueryDslExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
extension(SearchSortFactoryExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Extend the current factory with the given extension, resulting in an extended factory offering different types of sorts.
extension() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactory
Create a DSL step allowing multiple attempts to apply extensions one after the other, failing only if none of the extensions is supported.
extension(SearchSortFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
extension() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
extension(SearchQueryExtension<Q, H>) - Method in interface org.hibernate.search.engine.search.query.SearchQuery
Extend the current query with the given extension, resulting in an extended query offering more options or a more detailed result type.

F

FailureCollector - Interface in org.hibernate.search.engine.reporting.spi
A failure collector without any context.
fetch() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractExtendedSearchQueryOptionsStep
 
fetch(Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractExtendedSearchQueryOptionsStep
 
fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractExtendedSearchQueryOptionsStep
 
fetch() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetch(Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetch() - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
 
fetch(Integer) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
 
fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
 
fetch() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the SearchResult.
fetch(Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the SearchResult.
fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the SearchResult.
fetch() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetch(Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetchHits() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetchHits(Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetchHits(Integer, Integer) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetchHits() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the hits as a List.
fetchHits(Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the hits as a List.
fetchHits(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the hits as a List.
fetchHits() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetchHits(Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetchHits(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetchSingleHit() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetchSingleHit() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the hits as a single, optional element.
fetchSingleHit() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
fetchTotalHitCount() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
fetchTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
Execute the query and return the total hit count.
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, IndexFieldTypeFinalStep<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 IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<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.SearchProjectionFactory
Project to the value of a field in the indexed document.
field(String, Class<T>, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project to the value of a field in the indexed document.
field(String) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project to the value of a field in the indexed document, without specifying a type.
field(String, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project to the value of a field in the indexed document, without specifying a type.
field(String, Class<T>, ValueConvert) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
field(String, ValueConvert) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
field(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
 
field(String, Class<T>, ValueConvert) - 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
 
FieldProjectionOptionsStep<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in a "field" projection definition, where optional parameters can be set.
FieldSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
 
FieldSortMissingValueBehaviorStep<N> - Interface in org.hibernate.search.engine.search.dsl.sort
The step in a sort definition where the behavior on missing values can be set.
FieldSortOptionsStep - Interface in org.hibernate.search.engine.search.dsl.sort
The initial and final step in a "field" sort definition, where optional parameters can be set.
filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "filter" clause based on a previously-built SearchPredicate.
filter(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "filter" clause based on an almost-built SearchPredicate.
filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "filter" clause to be defined by the given function.
filter(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
 
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.
findClass(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
 
findResource(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
 
flush() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkExecutor
 
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.RangePredicateLimitsStep
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, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitsStep
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.
fromDocumentReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.spi.ReferenceHitMapper
 
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
 
fromIndexNameAndShardId(String, Optional<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.spi.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
 
fromShardId(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.MatchPredicateOptionsStep
Enable fuzziness for this match predicate; only works for text fields.
fuzzy(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateOptionsStep
Enable fuzziness for this match predicate; only works for text fields.
fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateOptionsStep
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
A bounding box in the geocentric coordinate system.
GeoPoint - Interface in org.hibernate.search.engine.spatial
A point in the geocentric coordinate system.
GeoPolygon - Interface in org.hibernate.search.engine.spatial
A polygon in the geocentric coordinate system.
get() - Static method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
 
get(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
Get the value of this configuration property.
get(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
 
get(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
get() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
 
get(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
 
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.spi.BeanProvider
Provide a bean referenced by its type.
getBean(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
Provide a bean referenced by its type and name.
getBean(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
getBean(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
getBeanNoClosingNecessary(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
getBeanNoClosingNecessary(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
 
getBeanResolver() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
 
getBeanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
 
getBeanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
 
getBeanResolver() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanCreationContext
 
getBeanResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
 
getBottomRight() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
 
getBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortDslContext
 
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
 
getDecimalScale() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
 
getDefault() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
 
getDelegate() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
getDelegate() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortFactory
 
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.SearchResult
 
getHits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
 
getId() - Method in interface org.hibernate.search.engine.search.DocumentReference
 
getIdentifier() - Method in interface org.hibernate.search.engine.backend.work.execution.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
 
getIndexScope() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
getLatitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
 
getLoaded(Object) - Method in interface org.hibernate.search.engine.search.loading.spi.LoadingResult
 
getLoadingContextBuilder() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
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 class org.hibernate.search.engine.mapper.session.context.spi.DetachedSessionContextImplementor
 
getMappingContext() - Method in interface org.hibernate.search.engine.mapper.session.context.spi.SessionContextImplementor
 
getName() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
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
 
getProjectionHitMapper() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContext
 
getQueryElementCollector() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
 
getQueryString() - Method in interface org.hibernate.search.engine.search.query.SearchQuery
 
getResourceResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
 
getResourceResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
 
getResources(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
 
getRoutingKey() - Method in interface org.hibernate.search.engine.backend.work.execution.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.backend.scope.spi.IndexScope
 
getSearchProjectionFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
 
getSearchQueryBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
 
getSearchSortBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
 
getSessionContext() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryHitTypeStep
 
getTenantIdentifier() - Method in class org.hibernate.search.engine.mapper.session.context.spi.DetachedSessionContextImplementor
 
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.SearchResult
 
getTotalHitCount() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
 
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() - Method in interface org.hibernate.search.engine.common.spi.ContextualErrorHandler
 
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.SearchPredicateFactory
Match documents where the identifier is among the given values.
id() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
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.EntityLoader
 
ifMoreThan(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchConditionStep
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(SearchPredicateFactoryExtension<T>, Function<T, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionIfSupportedStep
If the given extension is supported, and none of the previous extensions passed to SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function) was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval.
ifSupported(SearchProjectionFactoryExtension<T, R, E>, Function<T, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionIfSupportedStep
If the given extension is supported, and none of the previous extensions passed to SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function) was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting projection for later retrieval.
ifSupported(SearchSortFactoryExtension<T>, Function<T, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactoryExtensionIfSupportedStep
If the given extension is supported, and none of the previous extensions passed to SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function) was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting sort for later retrieval.
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.work.execution.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
The type of a field in the index.
IndexFieldTypeConverterStep<S extends IndexFieldTypeConverterStep<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
The step in an index field type definition where DSL converters (applied when using the search DSL) and projection converters (applied when projecting in a search query) can be set.
IndexFieldTypeDefaultsProvider - Class in org.hibernate.search.engine.mapper.mapping.building.spi
 
IndexFieldTypeDefaultsProvider() - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
 
IndexFieldTypeDefaultsProvider(Integer) - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
 
IndexFieldTypeFactory - Interface in org.hibernate.search.engine.backend.types.dsl
A factory for types of index fields.
IndexFieldTypeFactoryExtension<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.
IndexFieldTypeFinalStep<F> - Interface in org.hibernate.search.engine.backend.types.dsl
The final step in an index field type definition, where the type can be retrieved.
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.StandardIndexFieldTypeOptionsStep
 
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
An element of the index schema, allowing the definition of child fields.
IndexSchemaFieldFinalStep<R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
The final step in the definition of a field in the index schema, where a reference to the field can be retrieved.
IndexSchemaFieldOptionsStep<S extends IndexSchemaFieldOptionsStep<?,R>,R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
The final step in the definition of a field in the index schema, where a reference to the field can be retrieved, optionally setting some parameters beforehand.
IndexSchemaObjectField - Interface in org.hibernate.search.engine.backend.document.model.dsl
An object field in the index schema, allowing the definition of child fields, customization of some characteristics of this object field such as multi-valued-ness, and the retrieval of a field reference to be used when indexing.
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
 
IndexScope<C> - Interface in org.hibernate.search.engine.backend.scope.spi
The scope of an index-related operation, aware of the targeted indexes and of the underlying technology (backend).
IndexScopeBuilder - Interface in org.hibernate.search.engine.backend.scope.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.work.execution.spi
 
IndexWorkPlan<D> - Interface in org.hibernate.search.engine.backend.work.execution.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
 
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() - Method in class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
 
loadBlocking(List<R>) - Method in interface org.hibernate.search.engine.search.loading.spi.EntityLoader
Loads the entities corresponding to the given references, blocking the current thread while doing so.
loadBlocking() - Method in interface org.hibernate.search.engine.search.loading.spi.ProjectionHitMapper
Loads the entities planned for loading in one go, blocking the current thread while doing so.
LoadingContext<R,E> - Interface in org.hibernate.search.engine.search.loading.context.spi
An execution context for queries, providing components allowing to load data from an external source (relational database, ...).
LoadingContextBuilder<R,E> - Interface in org.hibernate.search.engine.search.loading.context.spi
A builder for LoadingContext, allowing to change the parameters of object loading while a query is being built.
LoadingResult<E> - Interface in org.hibernate.search.engine.search.loading.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.ServiceResolver
Discovers and instantiates implementations of the named service contract.
locateResource(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultResourceResolver
 
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.DefaultResourceResolver
 
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, ValueConvert) - 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.
MappedIndexScope<R,E> - Interface in org.hibernate.search.engine.mapper.scope.spi
 
MappedIndexScopeBuilder<R,E> - Interface in org.hibernate.search.engine.mapper.scope.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
 
markAsFailed(Throwable) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkSet
 
markAsFailed(Object, Throwable) - Method in interface org.hibernate.search.engine.common.spi.ContextualErrorHandler
 
markAsSkipped(Object) - Method in interface org.hibernate.search.engine.common.spi.ContextualErrorHandler
 
match() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
match(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
matchAll() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
Match all documents.
matchAll() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
matchAll() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
MatchAllPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchAllPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial and final step in "match all" predicate definition, where optional parameters can be set.
MatchIdPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchIdPredicateMatchingMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "match id" predicate definition, where more IDs to match can be set.
MatchIdPredicateMatchingStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "match id" predicate definition where the IDs to match can be set.
matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateMatchingStep
Target the identifier with the given id.
matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateMatchingStep
Require at least one of the targeted fields to match the given value.
matching(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateMatchingStep
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.PhrasePredicateMatchingStep
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.SimpleQueryStringPredicateMatchingStep
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.WildcardPredicateMatchingStep
Require at least one of the targeted fields to match the given wildcard pattern.
matchingAny(Collection<?>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateMatchingStep
Target the identifiers matching any of the values in a collection.
MatchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
MatchPredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "match" predicate definition where the value to match can be set (see the superinterface MatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
MatchPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "match" predicate definition, where the target field can be set.
MatchPredicateMatchingStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "match" predicate definition where the value to match can be set.
MatchPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "match" predicate definition, where optional parameters can be set.
MAX_LONG_AS_BIGDECIMAL - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
 
MAX_LONG_AS_BIGINTEGER - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
 
MIN_LONG_AS_BIGDECIMAL - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
 
MIN_LONG_AS_BIGINTEGER - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
 
minimumShouldMatch() - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.
minimumShouldMatch(Consumer<? super MinimumShouldMatchConditionStep<?>>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Start defining the minimum number of "should" constraints that have to match in order for the boolean predicate to match.
MinimumShouldMatchConditionStep<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "minimum should match" constraint definition where a condition can be defined as necessary for the following requirements to be enforced.
MinimumShouldMatchMoreStep<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "minimum should match" constraint definition where the constraint definition can be ended, or more conditions can be added.
minimumShouldMatchNumber(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
minimumShouldMatchNumber(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
minimumShouldMatchPercent(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
minimumShouldMatchPercent(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
MinimumShouldMatchRequireStep<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "minimum should match" constraint definition where the minimum required number or percentage of should clauses to match can be set.
missingAs(Object, ValueConvert) - 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
 
MultiFieldPredicateFieldBoostStep<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a predicate definition where the boost of the last added field(s) can be set.
multiValued() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldOptionsStep
Mark the field as multi-valued.
multiValued() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectFieldNodeBuilder
Mark the current node as multi-valued.
multivalued(Pattern) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
 
must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must" clause based on a previously-built SearchPredicate.
must(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must" clause based on an almost-built SearchPredicate.
must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must" clause to be defined by the given function.
must(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
 
mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must not" clause based on a previously-built SearchPredicate.
mustNot(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must not" clause based on an almost-built SearchPredicate.
mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "must not" clause to be defined by the given function.
mustNot(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
 

N

nest(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateNestStep
Set the inner predicate to a previously-built SearchPredicate.
nest(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateNestStep
Set the inner predicate to an almost-built SearchPredicate.
nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateNestStep
Set the inner predicate defined by the given function.
nested() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
Match documents where a nested object matches a given predicate.
nested() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
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
 
NestedPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "nested" predicate definition, where the target field can be set.
NestedPredicateNestStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "nested" predicate definition where the predicate to nest can be set.
NestedPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in an "nested" predicate definition, where optional parameters can be set.
NoOpDocumentElement - Class in org.hibernate.search.engine.backend.document.spi
 
normalizer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
Define the type as normalized.
norms(Norms) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
 
Norms - Enum in org.hibernate.search.engine.backend.types
Whether index-time scoring information for the field should be stored or not.
NumberScaleConstants - Class in org.hibernate.search.engine.cfg.spi
 

O

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
Defines the storage strategy for an object field.
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(SessionContextImplementor) - Static method in class org.hibernate.search.engine.mapper.session.context.spi.DetachedSessionContextImplementor
 
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.ExistsPredicateFieldStep
Target the given field in the "exists" predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldStep
Target the given field in the match predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldStep
Target the given field in the phrase predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldStep
Target the given field in the range predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldStep
Target the given field in the simple query string predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldStep
Target the given field in the "within" predicate.
onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldStep
Target the given field in the wildcard predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldStep
Target the given fields in the match predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldStep
Target the given fields in the phrase predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldStep
Target the given fields in the range predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldStep
Target the given fields in the simple query string predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldStep
Target the given fields in the "within" predicate.
onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldStep
Target the given fields in the wildcard predicate.
onMissingValue() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortOptionsStep
Start describing the behavior of this sort when a document doesn't have any value for the targeted field.
onObjectField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateFieldStep
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.work.execution.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.SortOrderStep
Sort in the given order.
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<SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function) was supported so far, apply the given consumer to the current (non-extended) SearchPredicateFactory; otherwise return the predicate created in the first succeeding ifSupported call.
orElse(Function<SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function) was supported so far, apply the given function to the current (non-extended) SearchProjectionFactory; otherwise return the projection created in the first succeeding ifSupported call.
orElse(Function<SearchSortFactory, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function) was supported so far, apply the given consumer to the current (non-extended) SearchSortFactory; otherwise return the sort created in the first succeeding ifSupported call.
orElseFail() - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
 
orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, 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.SearchProjectionFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, 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.SearchSortFactoryExtensionIfSupportedMoreStep
If no extension passed to SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function) was supported so far, throw an exception; otherwise return the sort created in the first succeeding ifSupported call.
orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldMoreStep
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.PhrasePredicateFieldMoreStep
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.RangePredicateFieldMoreStep
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.SimpleQueryStringPredicateFieldMoreStep
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.SpatialWithinPredicateFieldMoreStep
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.WildcardPredicateFieldMoreStep
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.MatchPredicateFieldMoreStep
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.PhrasePredicateFieldMoreStep
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.RangePredicateFieldMoreStep
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.SimpleQueryStringPredicateFieldMoreStep
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.SpatialWithinPredicateFieldMoreStep
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.WildcardPredicateFieldMoreStep
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.orchestration.spi - package org.hibernate.search.engine.backend.orchestration.spi
 
org.hibernate.search.engine.backend.scope.spi - package org.hibernate.search.engine.backend.scope.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.backend.work.execution - package org.hibernate.search.engine.backend.work.execution
 
org.hibernate.search.engine.backend.work.execution.spi - package org.hibernate.search.engine.backend.work.execution.spi
 
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.scope.spi - package org.hibernate.search.engine.mapper.scope.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.common - package org.hibernate.search.engine.search.common
 
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.query.spi - package org.hibernate.search.engine.search.dsl.query.spi
 
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.loading.context.spi - package org.hibernate.search.engine.search.loading.context.spi
 
org.hibernate.search.engine.search.loading.spi - package org.hibernate.search.engine.search.loading.spi
 
org.hibernate.search.engine.search.predicate.spi - package org.hibernate.search.engine.search.predicate.spi
 
org.hibernate.search.engine.search.projection.spi - package org.hibernate.search.engine.search.projection.spi
 
org.hibernate.search.engine.search.query - package org.hibernate.search.engine.search.query
 
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
 
parseGeoPoint(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.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
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
 
PhrasePredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "phrase" predicate definition where the phrase to match can be set (see the superinterface PhrasePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
PhrasePredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "phrase" predicate definition, where the target field can be set.
PhrasePredicateMatchingStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "phrase" predicate definition where the phrase to match can be set.
PhrasePredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "phrase" predicate definition, where optional parameters can be set.
planLoading(DocumentReference) - Method in class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
 
planLoading(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.spi.ProjectionHitMapper
Plan the loading of an entity.
polygon(GeoPolygon) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateAreaStep
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.scope.spi.MappedIndexScope
 
predicate(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryPredicateStep
Set the predicate for this query.
predicate(Function<? super PDF, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryPredicateStep
Set the predicate for this query.
predicate(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
predicate(SearchPredicate) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractDelegatingSearchQueryHitTypeStep
 
predicate(SearchPredicate) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
predicate(Function<? super PDF, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
PredicateBoostStep<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a predicate definition where the predicate boost can be set.
PredicateFinalStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a predicate definition, where the predicate can be retrieved.
PredicateScoreStep<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a predicate definition where score-related options can be set.
prepare() - Method in interface org.hibernate.search.engine.backend.work.execution.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.StandardIndexFieldTypeOptionsStep
 
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.scope.spi.MappedIndexScope
 
projectionConverter(FromDocumentFieldValueConverter<? super F, ?>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
Define how values returned when projecting on fields of this type should be converted before being returned to the user.
ProjectionFinalStep<T> - Interface in org.hibernate.search.engine.search.dsl.projection
The final step in a projection definition, where the projection can be retrieved.
ProjectionHitMapper<R,E> - Interface in org.hibernate.search.engine.search.loading.spi
Contract binding result hits and the mapper.
purge() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkExecutor
 

R

range() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
range(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
RangePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
RangePredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterface RangePredicateLimitsStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
RangePredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "range" predicate definition, where the target field can be set.
RangePredicateFromToStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "range" predicate definition where the upper limit of the range can be set, or the lower limit of the range can be excluded.
RangePredicateLastLimitExcludeStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "range" predicate definition, where optional parameters can be set, or the last defined range limit can be excluded.
RangePredicateLimitExcludeStep<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "range" predicate definition where the last defined range limit can be excluded.
RangePredicateLimitsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "range" predicate definition where the limits of the range to match can be set.
RangePredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "range" predicate definition, where optional parameters can be set.
RangePredicateToStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "range" predicate definition where the upper limit of the range can be set.
ReferenceHitMapper<R> - Interface in org.hibernate.search.engine.search.loading.spi
 
ReflectionBeanProvider - Class in org.hibernate.search.engine.environment.bean.spi
 
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 interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
 
resolve(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
 
resolve(BeanResolver) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
Resolve this reference into a bean using the given resolver.
resolve(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
Resolve a bean by its type.
resolve(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
Resolve a bean by its name.
resolve(BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
Resolve a BeanReference.
resolve(List<? extends BeanReference<? extends T>>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
Resolve a list of BeanReferences.
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).
resolveRole(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
Resolve the given role into a list of beans.
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.SearchQueryOptionsStep
Configure routing of the search query.
routing(Collection<String>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryOptionsStep
Configure routing of the search query.
routing(String) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
routing(Collection<String>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 

S

ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
score() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactory
Project on the score of the hit.
score() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactory
 
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
 
ScoreProjectionOptionsStep - Interface in org.hibernate.search.engine.search.dsl.projection
The initial and final step in a "score" projection definition, where optional parameters can be set.
ScoreSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
 
ScoreSortOptionsStep - Interface in org.hibernate.search.engine.search.dsl.sort
The initial and final step in a "score" sort definition, where optional parameters can be set.
search(SessionContextImplementor, LoadingContextBuilder<R, E>) - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
 
searchable(Searchable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
 
Searchable - Enum in org.hibernate.search.engine.backend.types
Whether or not we want to be able to search the document using this field.
SearchFetchable<H> - Interface in org.hibernate.search.engine.search.query
A component allowing to fetch search results.
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.
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.
SearchPredicateFactory - Interface in org.hibernate.search.engine.search.dsl.predicate
A factory for search predicates.
SearchPredicateFactoryExtension<T> - Interface in org.hibernate.search.engine.search.dsl.predicate
An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
SearchPredicateFactoryExtensionIfSupportedMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The second and later step when attempting to apply multiple extensions to a SearchPredicateFactory.
SearchPredicateFactoryExtensionIfSupportedStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step when attempting to apply multiple extensions to a SearchPredicateFactory.
SearchProjection<P> - 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.
SearchProjectionFactory<R,E> - Interface in org.hibernate.search.engine.search.dsl.projection
A factory for search projections.
SearchProjectionFactoryExtension<T,R,E> - Interface in org.hibernate.search.engine.search.dsl.projection
An extension to the search projection DSL, allowing the use of non-standard projections in a query.
SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> - Interface in org.hibernate.search.engine.search.dsl.projection
The second and later step when attempting to apply multiple extensions to a SearchProjectionFactory.
SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> - Interface in org.hibernate.search.engine.search.dsl.projection
The initial step when attempting to apply multiple extensions to a SearchProjectionFactory.
SearchQuery<H> - Interface in org.hibernate.search.engine.search.query
A search query, allowing to fetch search results.
SearchQueryBuilder<H,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.
SearchQueryDslExtension<T,R,E> - Interface in org.hibernate.search.engine.search.dsl.query
An extension to the search query DSL, allowing to set non-standard options on a query.
SearchQueryExtension<Q,H> - Interface in org.hibernate.search.engine.search.query
An extension to the search query, allowing to wrap a query.
SearchQueryFinalStep<H> - Interface in org.hibernate.search.engine.search.dsl.query
The final step in a query definition, where the query can be executed or retrieved as an object.
SearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.dsl.query
The initial step in a query definition, where the type of query hits can be set, or where the predicate can be set directly, assuming that query hits are returned as entities.
SearchQueryOptionsStep<S extends SearchQueryOptionsStep<? extends S,H,SF>,H,SF extends SearchSortFactory> - Interface in org.hibernate.search.engine.search.dsl.query
The final step in a query definition, where optional parameters such as sorts can be set, and where the query can be executed or retrieved as an object.
SearchQueryPredicateStep<N extends SearchQueryOptionsStep<?,H,?>,H,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.dsl.query
The step in a query definition where the predicate can be set.
SearchResult<H> - Interface in org.hibernate.search.engine.search.query
 
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.
SearchSortDslContext<F extends SearchSortBuilderFactory<?,B>,B> - Interface in org.hibernate.search.engine.search.dsl.sort.spi
Represents the current context in the search DSL, including in particular the sort builder factory and the knowledge of previous sorts chained using SortThenStep.then().
SearchSortFactory - Interface in org.hibernate.search.engine.search.dsl.sort
A factory for search sorts.
SearchSortFactoryExtension<T> - Interface in org.hibernate.search.engine.search.dsl.sort
An extension to the search sort DSL, allowing the use of non-standard sorts in a query.
SearchSortFactoryExtensionIfSupportedMoreStep - Interface in org.hibernate.search.engine.search.dsl.sort
The second and later step when attempting to apply multiple extensions to a SearchSortFactory.
SearchSortFactoryExtensionIfSupportedStep - Interface in org.hibernate.search.engine.search.dsl.sort
The initial step when attempting to apply multiple extensions to a SearchSortFactory.
ServiceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
A resolver of Java services.
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).
setBeanProvider(BeanProvider) - 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
 
setServiceResolver(ServiceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
 
should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "should" clause based on a previously-built SearchPredicate.
should(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "should" clause based on an almost-built SearchPredicate.
should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanPredicateClausesStep
Add a "should" clause to be defined by the given function.
should(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
 
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.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
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.FieldState - Interface in org.hibernate.search.engine.search.predicate.spi
 
SimpleQueryStringPredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "simple query string" predicate definition where the query string to match can be set (see the superinterface SimpleQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
SimpleQueryStringPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "simple query string" predicate definition, where the target field can be set.
SimpleQueryStringPredicateMatchingStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in an "simple query string" predicate definition where the query string to match can be set.
SimpleQueryStringPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in an "simple query string" predicate definition, where optional parameters can be set.
SimpleSearchResult<H> - Class in org.hibernate.search.engine.search.query.spi
 
SimpleSearchResult(long, List<H>) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
 
skipAnalysis() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateOptionsStep
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.PhrasePredicateOptionsStep
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.SimpleQueryStringPredicateOptionsStep
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.scope.spi.MappedIndexScope
 
sort(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryOptionsStep
Add a sort to this query.
sort(Function<? super SF, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryOptionsStep
Add a sort to this query.
sort(SearchSort) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
sort(Function<? super SF, ? extends SortFinalStep>) - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
sortable(Sortable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
 
Sortable - Enum in org.hibernate.search.engine.backend.types
Whether a field can be used in sorts.
SortFinalStep - Interface in org.hibernate.search.engine.search.dsl.sort
The final step in a sort definition, where the sort can be retrieved.
sortFirst() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueBehaviorStep
Put documents with missing values first in the sorting.
sortLast() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueBehaviorStep
Put documents with missing values last in the sorting.
SortOrder - Enum in org.hibernate.search.engine.search.dsl.sort
 
SortOrderStep<S> - Interface in org.hibernate.search.engine.search.dsl.sort
The step in a sort definition where the order can be set.
SortThenStep - Interface in org.hibernate.search.engine.search.dsl.sort
The step in a sort definition where another sort can be chained.
spatial() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactory
Access the different types of spatial predicates.
spatial() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactory
 
SpatialPredicateInitialStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step of all spatial predicate definitions.
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
 
SpatialWithinPredicateAreaStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "within" predicate definition where the area to match can be set.
SpatialWithinPredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "within" predicate definition where the area to match can be set (see the superinterface SpatialWithinPredicateAreaStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
SpatialWithinPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "within" predicate definition, where the target field can be set.
SpatialWithinPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "within" predicate definition, where optional parameters can be set.
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
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() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
Start the executor, allowing works to be submitted through BatchingExecutor.submit(WorkSet).
start(BackendStartContext) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
Start any resource necessary to operate the backend at runtime.
StaticSortThenStep<B> - Class in org.hibernate.search.engine.search.dsl.sort.spi
 
StaticSortThenStep(SearchSortDslContext<?, B>, B) - Constructor for class org.hibernate.search.engine.search.dsl.sort.spi.StaticSortThenStep
 
stop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
Stop the executor, no longer allowing works to be submitted through BatchingExecutor.submit(WorkSet).
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<? extends S>> - Interface in org.hibernate.search.engine.backend.types.dsl
The initial and final step in a "string" index field type definition, where optional parameters can be set.
StringToDocumentIdentifierValueConverter - Class in org.hibernate.search.engine.backend.types.converter.spi
 
StringToDocumentIdentifierValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
 
submit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
 
submit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
Submit a set of works for execution.
submitTo(P) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkSet
 

T

termVector(TermVector) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
 
TermVector - Enum in org.hibernate.search.engine.backend.types
Defines the term vector storing strategy.
then() - Method in interface org.hibernate.search.engine.search.dsl.sort.SortThenStep
Start defining another sort, to be applied after the current one.
then() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.AbstractSortThenStep
 
thenRequireNumber(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchRequireStep
thenRequirePercent(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchRequireStep
thisAsS() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
to(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateToStep
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, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateToStep
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
 
toConcreteType() - 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.AbstractPredicateFinalStep
 
toImplementation() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.AbstractSortThenStep
 
toImplementation() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.StaticSortThenStep
 
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) - 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.IndexFieldTypeFinalStep
Create an IndexFieldType instance matching the definition given in the previous DSL steps.
toMeters(double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
 
toPredicate() - Method in interface org.hibernate.search.engine.search.dsl.predicate.PredicateFinalStep
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.AbstractPredicateFinalStep
 
toProjection() - Method in interface org.hibernate.search.engine.search.dsl.projection.ProjectionFinalStep
Create a SearchProjection instance matching the definition given in the previous DSL steps.
toQuery() - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryFinalStep
Create a SearchQuery instance matching the definition given in the previous DSL steps.
toQuery() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractExtendedSearchQueryOptionsStep
 
toQuery() - Method in class org.hibernate.search.engine.search.dsl.query.spi.AbstractSearchQueryOptionsStep
 
toReference() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldFinalStep
Create a reference to this field for use when indexing.
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.SortFinalStep
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.AbstractSortThenStep
 
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 class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
 
toString() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
 
toString() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
 
toString() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
 
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.DistanceToFieldProjectionOptionsStep
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.work.execution.spi.IndexWorkPlan
Update a document in the index, or add it if it's absent from the index.
upperLimit(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
 
use(Object) - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueBehaviorStep
When documents are missing a value on the sort field, use the given value instead.
use(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueBehaviorStep
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, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
 
ValueConvert - Enum in org.hibernate.search.engine.search.common
Specifies whether values should be converted during search queries.
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.Norms
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.Searchable
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.backend.types.TermVector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.search.engine.search.common.ValueConvert
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.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.Norms
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.Searchable
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.backend.types.TermVector
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.work.execution.DocumentCommitStrategy
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.work.execution.DocumentRefreshStrategy
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.common.ValueConvert
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.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.SearchPredicateFactory
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.DelegatingSearchPredicateFactory
 
wildcard(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
 
WildcardPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
 
WildcardPredicateFieldMoreStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterface WildcardPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.
WildcardPredicateFieldStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The initial step in a "wildcard" predicate definition, where the target field can be set.
WildcardPredicateMatchingStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The step in a "wildcard" predicate definition where the pattern to match can be set.
WildcardPredicateOptionsStep - Interface in org.hibernate.search.engine.search.dsl.predicate
The final step in a "wildcard" predicate definition, where optional parameters can be set.
withAndAsDefaultOperator() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateOptionsStep
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.PredicateScoreStep
Force the score of the predicate to a single constant, identical for all documents.
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.spi.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.SpatialPredicateInitialStep
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.spi.ConfigurationPropertySource
 
withOverride(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
Create a new configuration source which overrides the properties defined in this source.
withPrefix(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
 
withSlop(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateOptionsStep
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 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.