- Backend - Interface in org.hibernate.search.engine.backend
-
A backend as viewed by Hibernate Search users.
- BACKEND - Static variable in class org.hibernate.search.engine.cfg.IndexSettings
-
The name of the backend to create the index in.
- BackendBuildContext - Interface in org.hibernate.search.engine.backend.spi
-
A build context for backends.
- BackendFactory - Interface in org.hibernate.search.engine.backend.spi
-
- BackendImplementor<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.spi
-
- BACKENDS - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The root property whose children are backend names, e.g.
- BackendSettings - Class in org.hibernate.search.engine.cfg
-
Configuration properties common to all Hibernate Search backends regardless of the underlying technology.
- BackendStartContext - Interface in org.hibernate.search.engine.backend.spi
-
A start context for backends.
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
The
BeanConfigurer instances used to programmatically assign names to beans.
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Defaults
-
- BeanConfigurationContext - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanConfigurer - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanCreationContext - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanFactory<T> - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanHolder<T> - Interface in org.hibernate.search.engine.environment.bean
-
An object holding a bean instance, and allowing to release it.
- BeanProvider - Interface in org.hibernate.search.engine.environment.bean
-
The main entry point for components looking to retrieve user-provided beans.
- BeanReference<T> - Interface in org.hibernate.search.engine.environment.bean
-
- BeanResolver - Interface in org.hibernate.search.engine.environment.bean.spi
-
The interface to be implemented by components providing beans to Hibernate Search.
- below(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Require at least one of the targeted fields to be "lower than" the given value,
with no limit as to how low it can be.
- bool() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents if they match a combination of boolean clauses.
- bool(Consumer<? super BooleanJunctionPredicateContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents if they match a combination of boolean clauses,
which will be defined by the given consumer.
- bool() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- bool(Consumer<? super BooleanJunctionPredicateContext>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- bool() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- BooleanJunctionPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- BooleanJunctionPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a boolean junction, allowing in particular to add clauses.
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
-
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder.FieldContext
-
- boostedTo(float) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MultiFieldPredicateFieldSetContext
-
Boost the weight of the last added set of fields in score computation.
- boostedTo(float) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateBoostContext
-
Boost the weight of the predicate in score computation.
- boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
- boundingBox(double, double, double, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
- boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinBoundingBoxPredicateBuilder
-
- build() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
- build() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexSearchScopeBuilder
-
- build() - Method in interface org.hibernate.search.engine.cfg.spi.DefaultedPropertyContext
-
- build() - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
-
- build() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
-
- build() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScopeBuilder
-
- build() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilder
-
- build(Function<IndexSearchQuery<T>, Q>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
-
- builder(ConfigurationPropertySource) - Static method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- by(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order by the given sort.
- by(SearchSort) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byDistance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by the distance from the location stored in the specified field to the location specified.
- byDistance(String, double, double) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by the distance from the location stored in the specified field to the location specified.
- byDistance(String, GeoPoint) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byDistance(String, double, double) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byField(String) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by the value of a specific field.
- byField(String) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byIndexOrder() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by their internal index order.
- byIndexOrder() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byRawField(String) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by the value of a specific raw field.
- byRawField(String) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- byScore() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Order elements by their relevance score.
- byScore() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(GeoPoint, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(double, double, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(double, double, double) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinCirclePredicateBuilder
-
- classForName(String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
- classForName(Class<T>, String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
- classForName(String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Perform resolution of a class name.
- classForName(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ClassResolver
-
Locate a class by name.
- classForName(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassAndResourceResolver
-
- ClassLoaderHelper - Class in org.hibernate.search.engine.environment.classpath.spi
-
Utility class to load instances of other classes by using a fully qualified name,
or from a class type.
- ClassLoadingException - Exception in org.hibernate.search.engine.environment.classpath.spi
-
Indicates a problem performing class loading.
- ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message and cause.
- ClassResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java classes.
- close() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- close() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
- close() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- close() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
Release any resource currently held by the
BeanHolder.
- close() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
-
Release any internal resource created while resolving beans.
- close() - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- close() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
-
- closeOnFailure() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
Close any allocated resource.
- closeOnFailure() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
-
Close the resources held by this object (backends, index managers, ...).
- closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
-
Close any allocated resource.
- closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingPartialBuildState
-
Close the resources held by this object.
- collectContributor(MappableTypeModel, C) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
-
- collectDiscoverer(TypeMetadataDiscoverer<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
-
- composite(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a
List based on the given projections.
- composite(SearchProjectionTerminalContext<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a
List based on the given almost-built projections.
- composite(Function<List<?>, T>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on the given projections.
- composite(Function<List<?>, T>, SearchProjectionTerminalContext<?>...) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on the given almost-built projections.
- composite(Function<P, T>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on one given projection.
- composite(Function<P, T>, SearchProjectionTerminalContext<P>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on one almost-built projection.
- composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on two given projections.
- composite(BiFunction<P1, P2, T>, SearchProjectionTerminalContext<P1>, SearchProjectionTerminalContext<P2>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on two almost-built projections.
- composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on three given projections.
- composite(TriFunction<P1, P2, P3, T>, SearchProjectionTerminalContext<P1>, SearchProjectionTerminalContext<P2>, SearchProjectionTerminalContext<P3>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a projection that will compose a custom object based on three almost-built projections.
- composite(Function<List<?>, T>, SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- composite(Function<P, T>, SearchProjection<P>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- composite(Function<List<?>, T>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(Function<P, T>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- CompositeProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
- CompositeProjectionContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
-
The context used when starting to define a composite projection.
- ConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
-
- ConfigurationPropertySource - Interface in org.hibernate.search.engine.cfg
-
- configure(BeanConfigurationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurer
-
Configure beans as necessary using the given context.
- configure(MappingBuildContext, MappingConfigurationCollector<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
-
- ConsumedPropertyTrackingConfigurationPropertySource - Class in org.hibernate.search.engine.cfg.spi
-
- ConsumedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource) - Constructor for class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- ContextualFailureCollector - Interface in org.hibernate.search.engine.reporting.spi
-
A failure collector with an implicit context.
- contribute(D) - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentContributor
-
- contribute(StandardIndexFieldTypeContext<?, ?>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.FieldModelContributor
-
- contribute(Consumer<? super B>) - Method in interface org.hibernate.search.engine.search.dsl.sort.spi.SearchSortContributor
-
Add zero or more sort builders to the given collector.
- contribute(C, B) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
Contribute a predicate builder to a collector.
- contribute(C, List<B>) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
Contribute a sort builder to a collector.
- convert(F, FromDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
-
- convert(F, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
-
- convert(F, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
-
- convert(String, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
-
- convert(I, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
-
- convert(V, ToDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
-
- convertReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.query.spi.ProjectionHitMapper
-
Convert a document reference to the reference specific to the mapper.
- 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.
- create(String, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendFactory
-
- create(BeanCreationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanFactory
-
- createDocumentWorkExecutor(SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createDocumentWorkExecutor(SessionContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createErrorContext() - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
-
- createExcludedField(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new field, but do not add it to the current builder.
- createExcludedObjectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new object field, but do not add it to the current builder.
- createIndexManagerBuilder(String, boolean, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
- createMapper(MappingBuildContext, TypeMetadataContributorProvider<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
-
- createSearchScopeBuilder(MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createSearchScopeBuilder(MappingContextImplementor, Function<DocumentReference, R>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createWorkExecutor() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createWorkExecutor() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createWorkPlan(SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createWorkPlan(SessionContextImplementor) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- empty() - Static method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
-
- enableMultiTenancy() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
-
- end() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchNonEmptyContext
-
End the current context and continue to the next one.
- EngineSettings - Class in org.hibernate.search.engine.cfg
-
Configuration properties for the Hibernate Search engine.
- EngineSettings.Defaults - Class in org.hibernate.search.engine.cfg
-
Default values for the different settings if no values are given.
- EngineSpiSettings - Class in org.hibernate.search.engine.cfg.spi
-
Configuration properties for the Hibernate Search engine that are considered SPI (and not API).
- EngineSpiSettings.Defaults - Class in org.hibernate.search.engine.cfg.spi
-
Default values for the different settings if no values are given.
- equals(Object) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- ErrorContext - Interface in org.hibernate.search.engine.common.spi
-
- ErrorContextBuilder - Class in org.hibernate.search.engine.common.spi
-
- ErrorContextBuilder() - Constructor for class org.hibernate.search.engine.common.spi.ErrorContextBuilder
-
- ErrorHandler - Interface in org.hibernate.search.engine.common.spi
-
Implementations handle errors and exceptions occurring during indexing.
- errorThatOccurred(Throwable) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
-
- EventContexts - Class in org.hibernate.search.engine.reporting.spi
-
- except(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
-
- except(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
-
- except(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchAllPredicateContext
-
Add a "must not" clause to be defined by the given function.
- excludeLimit() - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFromContext
-
Exclude the lower bound from the range.
- excludeLimit() - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateLimitTerminalContext
-
Exclude the limit that was just defined from the range.
- excludeLowerLimit() - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
-
- excludeUpperLimit() - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
-
- execute() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkPlan
-
Start executing all the works in this plan, and clear the plan so that it can be re-used.
- explicitRouting() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
Inform the model collector that documents will always be provided along
with an explicit routing key,
to be used to route the document to a specific shard.
- explicitRouting() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
-
Inform the backend that documents for the mapped index will always be provided along
with an explicit routing key,
to be used to route the document to a specific shard.
- extendOptional(FromDocumentFieldValueConvertContext, SessionContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOptional(ToDocumentIdentifierValueConvertContext, MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOptional(ToDocumentFieldValueConvertContext, MappingContextImplementor) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOptional(SearchPredicateFactoryContext, SearchPredicateBuilderFactory<C, B>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOptional(SearchProjectionFactoryContext<R, O>, SearchProjectionBuilderFactory) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOptional(SearchSortContainerContext, SearchSortBuilderFactory<C, B>, SearchSortDslContext<? super B>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContextExtension
-
Attempt to extend a given context, returning an empty
Optional in case of failure.
- extendOrFail(IndexFieldTypeFactoryContext) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContextExtension
-
Attempt to extend a given context, throwing an exception in case of failure.
- extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContext
-
- extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
-
- extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
-
- extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContext
-
- extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextImpl
-
- extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContext
-
- extension(IndexFieldTypeFactoryContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryContext
-
- extension(SearchPredicateFactoryContextExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Extend the current context with the given extension,
resulting in an extended context offering different types of predicates.
- extension() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Create a context allowing to try to apply multiple extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchPredicateFactoryContextExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- extension() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- extension(SearchProjectionFactoryContextExtension<T, R, O>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Extend the current context with the given extension,
resulting in an extended context offering different types of projections.
- extension() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Create a context allowing to try to apply multiple extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchProjectionFactoryContextExtension<T, R, O>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- extension() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- extension(SearchSortContainerContextExtension<T>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Extend the current context with the given extension,
resulting in an extended context offering different types of sorts.
- extension() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerContext
-
Create a context allowing to try to apply multiple extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchSortContainerContextExtension<T>) - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- extension() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- factory - Variable in class org.hibernate.search.engine.search.dsl.predicate.spi.AbstractSearchPredicateTerminalContext
-
- FailureCollector - Interface in org.hibernate.search.engine.reporting.spi
-
A failure collector without any context.
- fetch() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
-
- fetch(Long, Long) - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
-
- fetchTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
-
- field(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the given type.
- field(String, IndexFieldTypeTerminalContext<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the given almost-built type.
- field(String, Function<? super IndexFieldTypeFactoryContext, ? extends IndexFieldTypeTerminalContext<F>>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the type to be defined by the given function.
- field(String, Class<T>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to the value of a field in the indexed document.
- field(String) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to the value of a field in the indexed document, without specifying a type.
- field(String, Class<T>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- field(String) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- field(String, Class<T>, ProjectionConverter) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- field(String, DslConverter) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- FieldModelContributor - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- FieldProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
- FieldProjectionContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
-
The context used when starting to define a field projection.
- FieldSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
- FieldSortContext - Interface in org.hibernate.search.engine.search.dsl.sort
-
The context used when defining a field sort.
- FieldSortMissingValueContext<N> - Interface in org.hibernate.search.engine.search.dsl.sort
-
The context used when defining the missing value behavior of a field sort.
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- filter(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- filter(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- filter(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- finalizeIntegration(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
-
Finalize the building of the integration.
- finalizeMapping(MappingKey<PBM, M>, Function<PBM, MappingImplementor<M>>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
-
Finalize the building of a mapping.
- flush() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkExecutor
-
- forEach(MappableTypeModel, Consumer<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
-
- forKey(String) - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Start the creation of a configuration property.
- from(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Require at least one of the targeted fields to be "higher than" the given value,
and "lower than" another value (to be provided in following calls).
- 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
-
- FromDocumentFieldValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
-
- FromDocumentFieldValueConvertContextImpl(SessionContextImplementor) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
-
- FromDocumentFieldValueConverter<F,V> - Interface in org.hibernate.search.engine.backend.types.converter
-
A converter from a source index field value to a different value.
- fromIndexFieldAbsolutePath(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexFieldAbsolutePaths(List<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexName(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexNames(String...) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexNames(Set<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromMap(Map<String, ?>) - Static method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
-
- fromMeters(Double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
- fromNormalizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromTokenFilter(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromTokenizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromType(MappableTypeModel) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fuzzy() - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateTerminalContext
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- GeoBoundingBox - Interface in org.hibernate.search.engine.spatial
-
- GeoPoint - Interface in org.hibernate.search.engine.spatial
-
- GeoPolygon - Interface in org.hibernate.search.engine.spatial
-
- get() - Static method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
-
- get(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
-
- get(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get the value of this configuration property.
- get(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- get() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
- getAndMap(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property.
- getAndMapOrThrow(ConfigurationPropertySource, Function<T, R>, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property, throwing an exception if the value is not present.
- getAndTransform(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get and transform the value of this configuration property.
- getAscendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getBackend(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- getBean(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
-
Retrieve a bean referenced by its type.
- getBean(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
-
Retrieve a bean referenced by its type and name.
- getBean(BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
-
- getBean(BeanProvider) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Get the bean this reference points to using the given provider.
- getBeanProvider() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanCreationContext
-
- getBeanProvider() - Method in interface org.hibernate.search.engine.environment.service.spi.ServiceManager
-
- getBeans(List<? extends BeanReference<? extends T>>) - Method in interface org.hibernate.search.engine.environment.bean.BeanProvider
-
- getBottomRight() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
- getClassResolver() - Method in interface org.hibernate.search.engine.environment.service.spi.ServiceManager
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
-
- getConsumedPropertyKeys() - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- getDefault() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- getDelegate() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- getDelegate() - Method in class org.hibernate.search.engine.search.dsl.sort.spi.DelegatingSearchSortContainerContext
-
- getDescendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getEncounteredFieldPaths() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
-
- getEventContext() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
-
- getFailingOperations() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
-
- getFailureCollector() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
-
A collector of (non-fatal) failures, allowing to notify Hibernate Search
that something went wrong and bootstrap should be aborted at some point,
while still continuing the bootstrap process for some time to collect other errors
that could be relevant to users.
- getFailureCollector() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
-
A collector of (non-fatal) failures, allowing to notify Hibernate Search
that something went wrong and bootstrap should be aborted at some point,
while still continuing the bootstrap process for some time to collect other errors
that could be relevant to users.
- getFailureCollector() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
-
A collector of (non-fatal) failures, allowing to notify Hibernate Search
that something went wrong and bootstrap should be aborted at some point,
while still continuing the bootstrap process for some time to collect other errors
that could be relevant to users.
- getHits() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchResult
-
- getHits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
-
- getId() - Method in interface org.hibernate.search.engine.search.DocumentReference
-
- getIdentifier() - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentReferenceProvider
-
- getIndexedEntityBindingContext() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
-
- getIndexManager(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- getIndexName() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexManagerBuildingState
-
- getIndexName() - Method in interface org.hibernate.search.engine.search.DocumentReference
-
- getLatitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
-
- getLoaded(Object) - Method in interface org.hibernate.search.engine.search.query.spi.LoadingResult
-
- getLongitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
-
- getMapping(MappingKey<?, M>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- getMappingContext() - Method in interface org.hibernate.search.engine.mapper.session.context.spi.SessionContextImplementor
-
- getName() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getOperationAtFault() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
-
- getOrThrow(ConfigurationPropertySource, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get the value of this configuration property, throwing an exception if the value is not present.
- getParentIndexObjectReferences() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
-
- getPoints() - Method in interface org.hibernate.search.engine.spatial.GeoPolygon
-
- getQueryElementCollector() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
-
- getQueryString() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchQuery
-
- getResourceResolver() - Method in interface org.hibernate.search.engine.environment.service.spi.ServiceManager
-
- getRoutingKey() - Method in interface org.hibernate.search.engine.backend.index.spi.DocumentReferenceProvider
-
- getSchemaElement() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- getSchemaElement(IndexSchemaContributionListener) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- getSchemaRootNodeBuilder() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
- getSearchPredicateBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
-
- getSearchProjectionFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
-
- getSearchQueryBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
-
- getSearchSortBuilderFactory() - Method in interface org.hibernate.search.engine.search.dsl.spi.IndexSearchScope
-
- getServiceManager() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getServiceManager() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingBuildContext
-
- getTenantIdentifier() - Method in interface org.hibernate.search.engine.mapper.session.context.spi.SessionContextImplementor
-
- getThrowable() - Method in interface org.hibernate.search.engine.common.spi.ErrorContext
-
- getTopLeft() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
- getTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.spi.IndexSearchResult
-
- getTotalHitCount() - Method in class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
-
- getTypeFactory() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
- getTypeFactory() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- getTypesContributedTo() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
-
- getUselessIncludePaths() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
-
- id() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents where the identifier is among the given values.
- id() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- id() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
- idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
-
Order the backend to use the given converter to convert IDs passed to the predicate DSL.
- identity() - Static method in interface org.hibernate.search.engine.search.loading.spi.ObjectLoader
-
- ifMoreThan(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MinimumShouldMatchContext
-
Start adding a
"minimumShouldMatch" constraint that will be applied
if (and only if) there are strictly more than
ignoreConstraintCeiling "should" clauses.
- ifSupported(Object, Optional<E>, Consumer<E>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- ifSupported(Object, Optional<E>, Function<E, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- ifSupported(SearchPredicateFactoryContextExtension<T>, Function<T, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
-
- ifSupported(SearchProjectionFactoryContextExtension<T, R, O>, Function<T, ? extends SearchProjectionTerminalContext<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
-
- ifSupported(SearchSortContainerContextExtension<T>, Consumer<T>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
-
- INDEX_DEFAULTS - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
-
The root property whose children are default properties to be applied to all indexes of this backend.
- IndexBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The binding context associated to a specific node in the entity tree.
- IndexDocumentWorkExecutor<D> - Interface in org.hibernate.search.engine.backend.index.spi
-
- IndexedEmbeddedBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The binding context associated to a specific non-root node in the entity tree.
- IndexedEntityBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The binding context associated to the root node in the entity tree.
- INDEXES - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The root property whose children are index names, e.g.
- IndexFieldReference<F> - Interface in org.hibernate.search.engine.backend.document
-
A reference to an "object" field of an indexed document,
allowing to add new values to this field for a given document.
- IndexFieldType<F> - Interface in org.hibernate.search.engine.backend.types
-
- IndexFieldTypeConverterContext<S extends IndexFieldTypeConverterContext<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
- IndexFieldTypeFactoryContext - Interface in org.hibernate.search.engine.backend.types.dsl
-
- IndexFieldTypeFactoryContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.dsl
-
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
- IndexFieldTypeTerminalContext<F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
- IndexManager - Interface in org.hibernate.search.engine.backend.index
-
An index manager as viewed by Hibernate Search users.
- IndexManagerBuilder<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.index.spi
-
- IndexManagerBuildingState<D extends DocumentElement> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- IndexManagerImplementor<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.index.spi
-
The object responsible for applying works and searches to a full-text index.
- IndexManagerStartContext - Interface in org.hibernate.search.engine.backend.index.spi
-
A start context for index managers.
- IndexObjectFieldReference - Interface in org.hibernate.search.engine.backend.document
-
A reference to an "object" field of an indexed document,
allowing to add new values to this field for a given document.
- indexOrder() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- IndexSchemaBuildContext - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexSchemaContributionListener - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- IndexSchemaElement - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
- IndexSchemaFieldTerminalContext<R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
- IndexSchemaObjectField - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
- IndexSchemaObjectFieldNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexSchemaObjectNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- indexSchemaRoot() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- IndexSchemaRootNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexSearchQuery<T> - Interface in org.hibernate.search.engine.search.query.spi
-
- IndexSearchResult<T> - Interface in org.hibernate.search.engine.search.query.spi
-
- IndexSearchScope<C> - Interface in org.hibernate.search.engine.search.dsl.spi
-
The scope of a search, aware of the targeted indexes and of the underlying technology (backend).
- IndexSearchScopeBuilder - Interface in org.hibernate.search.engine.backend.index.spi
-
- IndexSettings - Class in org.hibernate.search.engine.cfg
-
Configuration properties common to all Hibernate Search indexes regardless of the underlying technology.
- IndexWorkExecutor - Interface in org.hibernate.search.engine.backend.index.spi
-
- IndexWorkPlan<D> - Interface in org.hibernate.search.engine.backend.index.spi
-
A set of works to be executed on an index.
- instanceFromClass(Class<T>, Class<?>, String) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Creates an instance of target class
- instanceFromClass(Class<T>, Class<?>, String, Map<String, String>) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Creates an instance of target class having a Map of strings as constructor parameter.
- instanceFromName(Class<T>, String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Creates an instance of a target class specified by the fully qualified class name using a
ClassLoader
as fallback when the class cannot be found in the context one.
- isAbstract() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
-
- isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
-
- isCompatibleWith(ToDocumentFieldValueConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
-
- isCompatibleWith(ToDocumentIdentifierValueConverter<?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
-
- isCompatibleWith(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
-
- isCompatibleWith(ToDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
-
- isConvertedTypeAssignableTo(Class<?>) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
-
Check whether converted values can be assigned to the given type.
- isConvertedTypeAssignableTo(Class<?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
-
- isEnabled() - Method in enum org.hibernate.search.engine.search.predicate.spi.DslConverter
-
- isEnabled() - Method in enum org.hibernate.search.engine.search.projection.spi.ProjectionConverter
-
- isSubTypeOf(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- MappableTypeModel - Interface in org.hibernate.search.engine.mapper.model.spi
-
A representation of an entity type that can be mapped to an index.
- MappableTypeModelFormatter - Class in org.hibernate.search.engine.logging.spi
-
- MappableTypeModelFormatter(MappableTypeModel) - Constructor for class org.hibernate.search.engine.logging.spi.MappableTypeModelFormatter
-
- MappedIndexManager<D extends DocumentElement> - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
The object responsible for applying works and searches to a full-text index.
- MappedIndexSearchScope<R,O> - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
- MappedIndexSearchScopeBuilder<R,O> - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
- Mapper<MPBS extends MappingPartialBuildState> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- MappingAbortedException - Exception in org.hibernate.search.engine.mapper.mapping.building.spi
-
An exception thrown by
Mapper.prepareBuild() when detecting that failures were
collected
and deciding to abort early to avoid a snowball effect creating too many failures,
which would make the failure report unclear.
- MappingAbortedException() - Constructor for exception org.hibernate.search.engine.mapper.mapping.building.spi.MappingAbortedException
-
- MappingBuildContext - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
A build context for mappings.
- MappingConfigurationCollector<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- MappingContextImplementor - Interface in org.hibernate.search.engine.mapper.mapping.context.spi
-
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the mapping defined in the upper layers.
- MappingImplementor<M> - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
Interface used by the engine to manipulate mappings
- MappingInitiator<C,MPBS extends MappingPartialBuildState> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
An object responsible for initiating a mapping by contributing its basic configuration (indexed types, type metadata),
then creating the mapper based on the configuration processed by the engine.
- MappingKey<PBM,M> - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
- 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) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingConfigurationCollector
-
- match() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents where targeted fields have a value that "matches" a given single value.
- match() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- match(String, DslConverter) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- matchAll() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match all documents.
- matchAll() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- matchAll() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- MatchAllPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchAllPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when starting to define a match all predicate.
- MatchIdPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchIdPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a match on an identifier.
- MatchIdPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a match on an identifier.
- matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateContext
-
Target the identifier with the given id.
- matching(Object) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
-
Require at least one of the targeted fields to match the given value.
- matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
-
Require at least one of the targeted fields to match the given phrase.
- matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
-
Require at least one of the targeted fields to match the given query string.
- matching(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
-
Require at least one of the targeted fields to match the given wildcard pattern.
- matchingAny(Collection<Object>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchIdPredicateContext
-
Target the identifiers matching any of the values in a collection.
- MatchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when starting to define a match predicate.
- MatchPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a match predicate, after at least one field was mentioned.
- MatchPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when a match predicate is fully defined.
- minimumShouldMatch() - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
Start defining the minimum number of "should" constraints that have to match
in order for the boolean predicate to match.
- minimumShouldMatch(Consumer<? super MinimumShouldMatchContext<?>>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
Start defining the minimum number of "should" constraints that have to match
in order for the boolean predicate to match.
- MinimumShouldMatchConditionContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
- MinimumShouldMatchContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining "minimum should match" constraints.
- MinimumShouldMatchNonEmptyContext<N> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when at least one "minimum should match" constraint was defined,
allowing to
define more constraints
or to
end the definition and get back to the parent context.
- minimumShouldMatchNumber(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- minimumShouldMatchNumber(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- minimumShouldMatchPercent(int) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- minimumShouldMatchPercent(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- missingAs(Object) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- missingFirst() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- missingLast() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- MultiFieldPredicateFieldSetContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
A superinterface for contexts allowing to define multi-field predicates, after at least one field was mentioned.
- multivalued(Pattern) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
-
- must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- must(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- must(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- must(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- mustNot(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- mustNot(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- mustNot(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- object() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to an object representing the match.
- object() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- object() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- objectField(String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field to this index schema element with the default storage type.
- objectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field to this index schema element with the given storage type.
- ObjectFieldStorage - Enum in org.hibernate.search.engine.backend.document.model.dsl
-
- ObjectLoader<R,O> - Interface in org.hibernate.search.engine.search.loading.spi
-
Loads objects into memory using a reference and implementation-specific context.
- ObjectProjectionBuilder<O> - Interface in org.hibernate.search.engine.search.projection.spi
-
- ObjectProjectionContext<O> - Interface in org.hibernate.search.engine.search.dsl.projection
-
The context used when starting to define an object projection.
- of(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
- of(List<? extends BeanHolder<? extends T>>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
- of(Class<T>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
- of(Class<T>, String) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
- of(GeoPoint, GeoPoint) - Static method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
- 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
-
- of(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Static method in interface org.hibernate.search.engine.spatial.GeoPolygon
-
- ofInstance(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
-
Target the given field in the match predicate.
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateContext
-
Target the given field in the phrase predicate.
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
-
Target the given field in the range predicate.
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateContext
-
Target the given field in the simple query string predicate.
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateContext
-
Target the given field in the "within" predicate.
- onField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateContext
-
Target the given field in the wildcard predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
-
Target the given fields in the match predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateContext
-
Target the given fields in the phrase predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
-
Target the given fields in the range predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateContext
-
Target the given fields in the simple query string predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateContext
-
Target the given fields in the "within" predicate.
- onFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateContext
-
Target the given fields in the wildcard predicate.
- onMissingValue() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortContext
-
- onObjectField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.NestedPredicateContext
-
Set the object field to "nest" on.
- onRawField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
-
Target the given raw field in the match predicate.
- onRawField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
-
Target the given raw field in the range predicate.
- onRawFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateContext
-
Target the given raw fields in the match predicate.
- onRawFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateContext
-
Target the given raw fields in the range predicate.
- onSchemaContributed() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexSchemaContributionListener
-
Called at least once if something was contributed to the schema.
- operationAtFault(Object) - Method in class org.hibernate.search.engine.common.spi.ErrorContextBuilder
-
- optimize() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexWorkExecutor
-
- OptionalConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
-
- OptionalPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
-
- order(SortOrder) - Method in interface org.hibernate.search.engine.search.dsl.sort.SortOrderContext
-
- order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
-
- orElse(T, Consumer<T>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- orElse(T, Function<T, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- orElse(Function<SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
-
- orElse(Function<SearchProjectionFactoryContext<R, O>, ? extends SearchProjectionTerminalContext<P>>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
-
- orElse(Consumer<SearchSortContainerContext>) - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
-
- orElseFail() - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryExtensionContext
-
- orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryExtensionContext
-
- orElseFail() - Method in interface org.hibernate.search.engine.search.dsl.sort.SearchSortContainerExtensionContext
-
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
-
Target the given field in the match predicate,
as an alternative to the already-targeted fields.
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
-
Target the given field in the phrase predicate,
as an alternative to the already-targeted fields.
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Target the given field in the range predicate,
as an alternative to the already-targeted fields.
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
-
Target the given field in the simple query string predicate,
as an alternative to the already-targeted fields.
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Target the given field in the "within" predicate,
as an alternative to the already-targeted fields.
- orField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
-
Target the given field in the wildcard predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
-
Target the given fields in the match predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.PhrasePredicateFieldSetContext
-
Target the given fields in the phrase predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Target the given fields in the range predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SimpleQueryStringPredicateFieldSetContext
-
Target the given fields in the simple query string predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.SpatialWithinPredicateFieldSetContext
-
Target the given fields in the "within" predicate,
as an alternative to the already-targeted fields.
- orFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.WildcardPredicateFieldSetContext
-
Target the given fields in the wildcard predicate,
as an alternative to the already-targeted fields.
- org.hibernate.search.engine.backend - package org.hibernate.search.engine.backend
-
- org.hibernate.search.engine.backend.document - package org.hibernate.search.engine.backend.document
-
- org.hibernate.search.engine.backend.document.model.dsl - package org.hibernate.search.engine.backend.document.model.dsl
-
- org.hibernate.search.engine.backend.document.model.dsl.spi - package org.hibernate.search.engine.backend.document.model.dsl.spi
-
- org.hibernate.search.engine.backend.document.spi - package org.hibernate.search.engine.backend.document.spi
-
- org.hibernate.search.engine.backend.index - package org.hibernate.search.engine.backend.index
-
- org.hibernate.search.engine.backend.index.spi - package org.hibernate.search.engine.backend.index.spi
-
- org.hibernate.search.engine.backend.spi - package org.hibernate.search.engine.backend.spi
-
- org.hibernate.search.engine.backend.types - package org.hibernate.search.engine.backend.types
-
- org.hibernate.search.engine.backend.types.converter - package org.hibernate.search.engine.backend.types.converter
-
- org.hibernate.search.engine.backend.types.converter.runtime - package org.hibernate.search.engine.backend.types.converter.runtime
-
- org.hibernate.search.engine.backend.types.converter.runtime.spi - package org.hibernate.search.engine.backend.types.converter.runtime.spi
-
- org.hibernate.search.engine.backend.types.converter.spi - package org.hibernate.search.engine.backend.types.converter.spi
-
- org.hibernate.search.engine.backend.types.dsl - package org.hibernate.search.engine.backend.types.dsl
-
- org.hibernate.search.engine.cfg - package org.hibernate.search.engine.cfg
-
This package contains everything related to the configuration of the Hibernate Search engine.
- org.hibernate.search.engine.cfg.spi - package org.hibernate.search.engine.cfg.spi
-
- org.hibernate.search.engine.common.dsl.spi - package org.hibernate.search.engine.common.dsl.spi
-
- org.hibernate.search.engine.common.spi - package org.hibernate.search.engine.common.spi
-
- org.hibernate.search.engine.environment.bean - package org.hibernate.search.engine.environment.bean
-
- org.hibernate.search.engine.environment.bean.spi - package org.hibernate.search.engine.environment.bean.spi
-
- org.hibernate.search.engine.environment.classpath.spi - package org.hibernate.search.engine.environment.classpath.spi
-
- org.hibernate.search.engine.environment.service.spi - package org.hibernate.search.engine.environment.service.spi
-
- org.hibernate.search.engine.logging.spi - package org.hibernate.search.engine.logging.spi
-
- org.hibernate.search.engine.mapper.mapping.building.spi - package org.hibernate.search.engine.mapper.mapping.building.spi
-
- org.hibernate.search.engine.mapper.mapping.context.spi - package org.hibernate.search.engine.mapper.mapping.context.spi
-
- org.hibernate.search.engine.mapper.mapping.spi - package org.hibernate.search.engine.mapper.mapping.spi
-
- org.hibernate.search.engine.mapper.model.spi - package org.hibernate.search.engine.mapper.model.spi
-
- org.hibernate.search.engine.mapper.session.context.spi - package org.hibernate.search.engine.mapper.session.context.spi
-
- org.hibernate.search.engine.reporting.spi - package org.hibernate.search.engine.reporting.spi
-
- org.hibernate.search.engine.search - package org.hibernate.search.engine.search
-
- org.hibernate.search.engine.search.dsl.predicate - package org.hibernate.search.engine.search.dsl.predicate
-
- org.hibernate.search.engine.search.dsl.predicate.spi - package org.hibernate.search.engine.search.dsl.predicate.spi
-
- org.hibernate.search.engine.search.dsl.projection - package org.hibernate.search.engine.search.dsl.projection
-
- org.hibernate.search.engine.search.dsl.projection.spi - package org.hibernate.search.engine.search.dsl.projection.spi
-
- org.hibernate.search.engine.search.dsl.query - package org.hibernate.search.engine.search.dsl.query
-
- org.hibernate.search.engine.search.dsl.sort - package org.hibernate.search.engine.search.dsl.sort
-
- org.hibernate.search.engine.search.dsl.sort.spi - package org.hibernate.search.engine.search.dsl.sort.spi
-
- org.hibernate.search.engine.search.dsl.spi - package org.hibernate.search.engine.search.dsl.spi
-
- org.hibernate.search.engine.search.loading.spi - package org.hibernate.search.engine.search.loading.spi
-
- org.hibernate.search.engine.search.predicate.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.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
-
- orRawField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
-
Target the given raw field in the match predicate
as an alternative to the already-targeted fields.
- orRawField(String) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Target the given raw fields in the range predicate,
as an alternative to the already-targeted fields.
- orRawFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.MatchPredicateFieldSetContext
-
Target the given raw fields in the match predicate,
as an alternative to the already-targeted fields.
- orRawFields(String...) - Method in interface org.hibernate.search.engine.search.dsl.predicate.RangePredicateFieldSetContext
-
Target the given raw fields in the match predicate,
as an alternative to the already-targeted fields.
- range() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents where targeted fields have a value within lower and upper bounds.
- range() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- range(String, DslConverter) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- RangePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- RangePredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when starting to define a range predicate.
- RangePredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a range predicate, after at least one field was mentioned.
- RangePredicateFromContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a range predicate,
after the lower bound was provided but before the upper bound was provided.
- RangePredicateLimitTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when a range predicate is fully defined,
just after the last limit was defined.
- RangePredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when a range predicate is fully defined.
- rawField(String, Class<T>) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to the raw value of a field in the indexed document.
- rawField(String) - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to the raw value of a field in the indexed document, without specifying a type.
- rawField(String, Class<T>) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- rawField(String) - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- reference() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project to a reference to the match.
- reference() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- reference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- ReferenceProjectionBuilder<R> - Interface in org.hibernate.search.engine.search.projection.spi
-
- ReferenceProjectionContext<R> - Interface in org.hibernate.search.engine.search.dsl.projection
-
The context used when starting to define a reference projection.
- ReflectionBeanResolver - Class in org.hibernate.search.engine.environment.bean.spi
-
- ReflectionBeanResolver(ClassResolver) - Constructor for class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- resolve(String) - Method in interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
-
- resolve(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Resolve the key for this configuration property
as registered in the underlying configuration source,
if possible.
- resolve(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- resolve(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
-
Resolve a bean by its type.
- resolve(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanResolver
-
Resolve a bean by its name.
- resolve(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- resolve(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- resolveNoClosingNecessary(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- resolveNoClosingNecessary(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanResolver
-
- resolveOrRaw(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Resolve the key for this configuration property
as registered in the underlying configuration source,
or, if not possible, just return the "raw" key passed to
ConfigurationProperty.forKey(String).
- ResourceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java resources.
- returnIfSupported(Object, Optional<E>) - Static method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- routing(String) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
-
- routing(Collection<String>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
-
- score() - Method in interface org.hibernate.search.engine.search.dsl.projection.SearchProjectionFactoryContext
-
Project on the score of the hit.
- score() - Method in class org.hibernate.search.engine.search.dsl.projection.spi.DelegatingSearchProjectionFactoryContext
-
- score() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- score() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- ScoreProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
-
- ScoreProjectionContext - Interface in org.hibernate.search.engine.search.dsl.projection
-
The context used when starting to define a score projection.
- ScoreSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
- ScoreSortContext - Interface in org.hibernate.search.engine.search.dsl.sort
-
The context used when defining a score sort.
- SearchIntegration - Interface in org.hibernate.search.engine.common.spi
-
- SearchIntegrationBuilder - Interface in org.hibernate.search.engine.common.spi
-
- SearchIntegrationPartialBuildState - Interface in org.hibernate.search.engine.common.spi
-
- SearchPredicate - Interface in org.hibernate.search.engine.search
-
A query predicate that can be used to filter queries.
- SearchPredicateBoostContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
A superinterface for contexts allowing to set the "boost" of a predicate.
- SearchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
A search predicate builder, i.e.
- SearchPredicateBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
A factory for search predicate builders.
- SearchPredicateFactoryContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
A context allowing to specify the type of a predicate.
- SearchPredicateFactoryContextExtension<T> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
An extension to the search query DSL, allowing to add non-standard predicates to a query.
- SearchPredicateFactoryExtensionContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
- SearchPredicateScoreContext<S> - Interface in org.hibernate.search.engine.search.dsl.predicate
-
A superinterface for contexts allowing to set the score of a predicate to a constant value.
- SearchPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The terminal context of the predicate DSL.
- SearchProjection<T> - Interface in org.hibernate.search.engine.search
-
A query projection that can be used to obtain particular values of an indexed document.
- SearchProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
A search projection builder, i.e.
- SearchProjectionBuilderFactory - Interface in org.hibernate.search.engine.search.projection.spi
-
A factory for search projection builders.
- SearchProjectionFactoryContext<R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
-
A context allowing to create a projection.
- SearchProjectionFactoryContextExtension<T,R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
-
An extension to the search query DSL, allowing to add non-standard predicates to a query.
- SearchProjectionFactoryExtensionContext<P,R,O> - Interface in org.hibernate.search.engine.search.dsl.projection
-
- SearchProjectionTerminalContext<T> - Interface in org.hibernate.search.engine.search.dsl.projection
-
The terminal context of the projection DSL.
- SearchQueryBuilder<T,C> - Interface in org.hibernate.search.engine.search.query.spi
-
A builder for search queries.
- SearchQueryBuilderFactory<C> - Interface in org.hibernate.search.engine.search.query.spi
-
A factory for search query builders.
- SearchQueryContext<Q> - Interface in org.hibernate.search.engine.search.dsl.query
-
The context used when building a query, after the search predicate has been defined.
- SearchQueryResultContext<Q> - Interface in org.hibernate.search.engine.search.dsl.query
-
The context used when building a query, after the search result type has been defined.
- SearchSort - Interface in org.hibernate.search.engine.search
-
A search sort that can be used to sort search query results.
- SearchSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
A search sort builder, i.e.
- SearchSortBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.sort.spi
-
A factory for search sort builders.
- SearchSortContainerContext - Interface in org.hibernate.search.engine.search.dsl.sort
-
A context allowing to add a sort element.
- SearchSortContainerContextExtension<T> - Interface in org.hibernate.search.engine.search.dsl.sort
-
An extension to the search query DSL, allowing to add non-standard predicates to a query.
- SearchSortContainerExtensionContext - Interface in org.hibernate.search.engine.search.dsl.sort
-
- SearchSortContributor<B> - Interface in org.hibernate.search.engine.search.dsl.sort.spi
-
A search predicate contributor, i.e.
- SearchSortDslContext<B> - Interface in org.hibernate.search.engine.search.dsl.sort.spi
-
Represents the current context in the search DSL,
i.e.
- SearchSortTerminalContext - Interface in org.hibernate.search.engine.search.dsl.sort
-
The terminal context of the sort DSL.
- Service - Interface in org.hibernate.search.engine.environment.service.spi
-
Marker interface for services.
- ServiceManager - Interface in org.hibernate.search.engine.environment.service.spi
-
- SessionContextImplementor - Interface in org.hibernate.search.engine.mapper.session.context.spi
-
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the session defined in the upper layers (mapping).
- setBeanResolver(BeanResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- setClassResolver(ClassResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- setResourceResolver(ResourceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- should(SearchPredicateTerminalContext) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- should(Function<? super SearchPredicateFactoryContext, ? extends SearchPredicateTerminalContext>) - Method in interface org.hibernate.search.engine.search.dsl.predicate.BooleanJunctionPredicateContext
-
- should(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanJunctionPredicateBuilder
-
- SimpleIndexSearchResult<T> - Class in org.hibernate.search.engine.search.query.spi
-
- SimpleIndexSearchResult(long, List<T>) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleIndexSearchResult
-
- simpleQueryString() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Match documents according to a given query string,
with a simple query language adapted to end users.
- simpleQueryString() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- simpleQueryString() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- simpleQueryString(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- SimpleQueryStringPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SimpleQueryStringPredicateBuilder.FieldContext - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SimpleQueryStringPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when starting to define a simple query string predicate.
- SimpleQueryStringPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a simple query string predicate, after at least one field was mentioned.
- SimpleQueryStringPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when a simple query string predicate is fully defined.
- slop(int) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
-
- sort() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexSearchScope
-
- sort(SearchSort) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
-
- sort(Consumer<? super SearchSortContainerContext>) - Method in interface org.hibernate.search.engine.search.dsl.query.SearchQueryContext
-
- sortable(Sortable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeContext
-
- Sortable - Enum in org.hibernate.search.engine.backend.types
-
Whether a field can be used in sorts.
- sortFirst() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
-
Put documents with missing values first in the sorting.
- sortLast() - Method in interface org.hibernate.search.engine.search.dsl.sort.FieldSortMissingValueContext
-
Put documents with missing values last in the sorting.
- SortOrder - Enum in org.hibernate.search.engine.search.dsl.sort
-
- SortOrderContext<T> - Interface in org.hibernate.search.engine.search.dsl.sort
-
A superinterface for contexts allowing to define a sort order.
- spatial() - Method in interface org.hibernate.search.engine.search.dsl.predicate.SearchPredicateFactoryContext
-
Access the different types of spatial predicates.
- spatial() - Method in class org.hibernate.search.engine.search.dsl.predicate.spi.DelegatingSearchPredicateFactoryContext
-
- SpatialPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The terminal context of the predicate DSL.
- spatialWithinBoundingBox(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinBoundingBoxPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- spatialWithinCircle(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinCirclePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- spatialWithinPolygon(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinPolygonPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SpatialWithinPredicateContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when starting to define a spatial predicate.
- SpatialWithinPredicateFieldSetContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when defining a spatial predicate, after at least one field was mentioned.
- SpatialWithinPredicateTerminalContext - Interface in org.hibernate.search.engine.search.dsl.predicate
-
The context used when a spatial within predicate is fully defined.
- StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
- start(IndexManagerStartContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
Start any resource necessary to operate the index manager at runtime.
- start(BackendStartContext) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Start any resource necessary to operate the backend at runtime.
- StringIndexFieldTypeContext<S extends StringIndexFieldTypeContext<? extends S>> - Interface in org.hibernate.search.engine.backend.types.dsl
-
- StringToDocumentIdentifierValueConverter - Class in org.hibernate.search.engine.backend.types.converter.spi
-
- StringToDocumentIdentifierValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
-
- value(Object) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchIdPredicateBuilder
-
- value(Object) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Projectable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Sortable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.dsl.sort.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.predicate.spi.DslConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.projection.spi.ProjectionConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Projectable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Sortable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.dsl.sort.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.predicate.spi.DslConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.projection.spi.ProjectionConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.