- AbstractDelegatingSearchQueryHitTypeStep<R,E> - Class in org.hibernate.search.engine.search.query.dsl.spi
-
- AbstractDelegatingSearchQueryHitTypeStep(SearchQueryHitTypeStep<?, R, E, ?, ?>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF,AF>,H,R extends SearchResult<H>,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> - Class in org.hibernate.search.engine.search.query.dsl.spi
-
- AbstractExtendedSearchQueryOptionsStep(IndexScope<C>, SearchQueryBuilder<H, C>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
-
- AbstractPredicateFinalStep<B> - Class in org.hibernate.search.engine.search.predicate.dsl.spi
-
- AbstractPredicateFinalStep(SearchPredicateBuilderFactory<?, B>) - Constructor for class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
-
- AbstractSearchQuery<H,R extends SearchResult<H>> - Class in org.hibernate.search.engine.search.query.spi
-
- AbstractSearchQuery() - Constructor for class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- AbstractSearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> - Class in org.hibernate.search.engine.search.query.dsl.spi
-
- AbstractSearchQueryHitTypeStep() - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF,AF>,H,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> - Class in org.hibernate.search.engine.search.query.dsl.spi
-
- AbstractSearchQueryOptionsStep(IndexScope<C>, SearchQueryBuilder<H, C>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- AbstractSortThenStep<B> - Class in org.hibernate.search.engine.search.sort.dsl.spi
-
- AbstractSortThenStep(SearchSortDslContext<?, ? super B>) - Constructor for class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
-
- AbstractWorkOrchestrator<W> - Class in org.hibernate.search.engine.backend.orchestration.spi
-
An abstract base for orchestrator implementations,
implementing a thread-safe shutdown.
- AbstractWorkOrchestrator(String) - Constructor for class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexer
-
- add(DocumentReferenceProvider, DocumentContributor<D>) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Add a document to the index, assuming that the document is absent from the index.
- add(IndexIndexingPlanExecutionReport) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
-
- add(Throwable) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
-
- add(String) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
-
- add(SearchSort) - Method in interface org.hibernate.search.engine.search.sort.dsl.CompositeSortComponentsStep
-
Add an element to the composite sort based on a previously-built
SearchSort.
- add(SortFinalStep) - Method in interface org.hibernate.search.engine.search.sort.dsl.CompositeSortComponentsStep
-
Add an element to the composite sort based on an almost-built
SearchSort.
- addField(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new field and add it to the current builder.
- addIndexedEmbeddedIfIncluded(IndexedEmbeddedDefinition, boolean) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- addMappingInitiator(MappingKey<PBM, ?>, MappingInitiator<?, PBM>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- addNullObject(IndexObjectFieldReference) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a null object to the referenced field in this document element.
- addNullObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
-
- addObject(IndexObjectFieldReference) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a new object to the referenced field in this document element.
- addObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
-
- addObjectField(String, ObjectFieldStorage) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new object field and add it to the current builder.
- addRoutingKey(String) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
-
- addTo(IndexScopeBuilder) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- addTo(MappedIndexScopeBuilder<?, ?>) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- addValue(IndexFieldReference<F>, F) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a new value to the referenced field in this document element.
- addValue(IndexFieldReference<F>, F) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
-
- afterBoot(ConfigurationPropertyChecker) - Method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
-
- Aggregable - Enum in org.hibernate.search.engine.backend.types
-
Whether the field can be used in projections.
- aggregable(Aggregable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
-
- AggregatedClassLoader - Class in org.hibernate.search.engine.environment.classpath.spi
-
A classloader which keeps an ordered list of aggregated classloaders.
- aggregation() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
-
- aggregation(AggregationKey<T>, SearchAggregation<T>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Add an aggregation to this query.
- aggregation(AggregationKey<T>, Function<? super AF, ? extends AggregationFinalStep<T>>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Add an aggregation to this query.
- aggregation(AggregationKey<A>, SearchAggregation<A>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- aggregation(AggregationKey<A>, Function<? super AF, ? extends AggregationFinalStep<A>>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- AggregationFinalStep<A> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The final step in an aggregation definition, where the aggregation can be retrieved.
- AggregationKey<A> - Class in org.hibernate.search.engine.search.aggregation
-
A key allowing to retrieve an aggregation from the search result.
- AggregationKeyFormatter - Class in org.hibernate.search.engine.logging.spi
-
- AggregationKeyFormatter(AggregationKey<?>) - Constructor for class org.hibernate.search.engine.logging.spi.AggregationKeyFormatter
-
- AllAwareConfigurationPropertySource - Interface in org.hibernate.search.engine.cfg.spi
-
A source of property values for Hibernate Search with knowledge of the full set of properties.
- allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport>>) - Static method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
-
- analyzer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
-
Define the type as analyzed.
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Define an analyzer to use at query time to interpret the value to match.
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateOptionsStep
-
Define an analyzer to use at query time to interpret the value to match.
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateOptionsStep
-
Define an analyzer to use at query time to interpret the value to match.
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
-
- analyzer(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- append(B) - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
-
Create a new context with a sort builder appended.
- as(Class<F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a given type in Hibernate Search.
- as(Class<T>, Function<String, T>) - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asBeanReference(Class<T>) - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asBigDecimal() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
BigDecimal in Hibernate Search.
- asBigInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
BigInteger in Hibernate Search.
- asBoolean() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Boolean in Hibernate Search.
- asBoolean() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asByte() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Byte in Hibernate Search.
- asc() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
-
Sort in ascending order.
- asDouble() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Double in Hibernate Search.
- asEntity() - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Define the query results as the entity was originally indexed, loaded from an external source (database, ...).
- asEntity() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- asEntity(BackendSessionContext, LoadingContextBuilder<?, E>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
-
- asEntityReference() - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Define the query results as a reference to the entity that was originally indexed.
- asEntityReference() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- asFloat() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Float in Hibernate Search.
- asGeoPoint() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
GeoPoint in Hibernate Search.
- asInstant() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
Instant in Hibernate Search.
- asInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
Integer in Hibernate Search.
- asInteger() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asLocalDate() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
LocalDate in Hibernate Search.
- asLocalDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
LocalDateTime in Hibernate Search.
- asLocalTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
LocalTime in Hibernate Search.
- asLong() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Long in Hibernate Search.
- asLong() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asMonthDay() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
MonthDay in Hibernate Search.
- asOffsetDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
OffsetDateTime in Hibernate Search.
- asOffsetTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
OffsetTime in Hibernate Search.
- asProjection(Function<? super PJF, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Define the query results as one projection for each matching document.
- asProjection(SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Define the query results as one projection for each matching document.
- asProjection(Function<? super SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- asProjection(SearchProjection<P>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- asProjection(BackendSessionContext, LoadingContextBuilder<?, ?>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
-
- asProjections(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Define the query results as a list of projections for each matching document.
- asProjections(SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- asProjections(BackendSessionContext, LoadingContextBuilder<?, ?>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
-
- asReference(BackendSessionContext, LoadingContextBuilder<R, ?>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
-
- asShort() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Short in Hibernate Search.
- assignRole(Class<T>, BeanReference<? extends T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
-
Assign a role to a bean reference.
- asString() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
String in Hibernate Search.
- asString() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
-
- asSubTypeOf(Class<U>) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
- asYear() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Year in Hibernate Search.
- asYearMonth() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
YearMonth in Hibernate Search.
- asZonedDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
ZonedDateTime in Hibernate Search.
- atLeast(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "greater than or equal to" the given value,
with no limit as to how high it can be.
- atLeast(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "greater than or equal to" the given value,
with no limit as to how high it can be.
- atMost(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "lesser than or equal to" the given value,
with no limit as to how low it can be.
- atMost(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "lesser than or equal to" the given value,
with no limit as to how low it can be.
- Backend - Interface in org.hibernate.search.engine.backend
-
A backend as viewed by Hibernate Search users.
- BackendBuildContext - Interface in org.hibernate.search.engine.backend.spi
-
A build context for backends.
- BackendFactory - Interface in org.hibernate.search.engine.backend.spi
-
- BackendImplementor<D extends DocumentElement> - Interface in org.hibernate.search.engine.backend.spi
-
- BackendMappingContext - Interface in org.hibernate.search.engine.backend.mapping.spi
-
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the mapping defined in the upper layers.
- BACKENDS - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The root property whose children are backend names, e.g.
- BACKENDS - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Radicals
-
- BackendSessionContext - Interface in org.hibernate.search.engine.backend.session.spi
-
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the session defined in the upper layers (mapping).
- 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.
- BACKGROUND_FAILURE_HANDLER - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The
FailureHandler instance that should be notified
of any failure occurring in a background process
(mainly index operations).
- BACKGROUND_FAILURE_HANDLER - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Defaults
-
- BACKGROUND_FAILURE_HANDLER - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Radicals
-
- BatchingExecutor<W extends BatchingExecutor.WorkSet<? super P>,P extends BatchingExecutor.WorkProcessor> - Class in org.hibernate.search.engine.backend.orchestration.spi
-
An executor of works that accepts works from multiple threads, puts them in a queue,
and processes them in batches in a single background thread.
- BatchingExecutor(String, P, int, boolean, FailureHandler) - Constructor for class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
- BatchingExecutor.WorkProcessor - Interface in org.hibernate.search.engine.backend.orchestration.spi
-
- BatchingExecutor.WorkSet<P extends BatchingExecutor.WorkProcessor> - Interface in org.hibernate.search.engine.backend.orchestration.spi
-
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
The
BeanConfigurer instances used to programmatically assign names to beans.
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Defaults
-
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Radicals
-
- BeanConfigurationContext - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanConfigurer - Interface in org.hibernate.search.engine.environment.bean.spi
-
An object responsible for defining beans that can then be resolved during Hibernate Search bootstrap.
- BeanCreationContext - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanFactory<T> - Interface in org.hibernate.search.engine.environment.bean.spi
-
- BeanHolder<T> - Interface in org.hibernate.search.engine.environment.bean
-
An object holding a bean instance, and allowing to release it.
- BeanProvider - Interface in org.hibernate.search.engine.environment.bean.spi
-
The interface to be implemented by components providing beans to Hibernate Search.
- BeanReference<T> - Interface in org.hibernate.search.engine.environment.bean
-
- BeanResolver - Interface in org.hibernate.search.engine.environment.bean
-
The main entry point for components looking to resolve a bean reference into a (usually user-provided) bean.
- beforeBoot() - Method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
-
- beginBatch() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkProcessor
-
- between(Object, Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be in the range
defined by the given bounds.
- between(Object, Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be in the range
defined by the given bounds.
- between(Object, RangeBoundInclusion, Object, RangeBoundInclusion) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be in the range
defined by the given bounds.
- bool() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents if they match a combination of boolean clauses.
- bool(Consumer<? super BooleanPredicateClausesStep<?>>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents if they match a combination of boolean clauses,
which will be defined by the given consumer.
- bool() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- bool(Consumer<? super BooleanPredicateClausesStep<?>>) - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- bool() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- BooleanOperator - Enum in org.hibernate.search.engine.search.common
-
- BooleanPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial and final step in a boolean predicate definition, where clauses can be added.
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MultiFieldPredicateFieldBoostStep
-
Boost the weight of the last added set of fields in score computation.
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PredicateBoostStep
-
Boost the weight of the predicate in score computation.
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
-
- boost(float) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder.FieldState
-
- boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
- boundingBox(double, double, double, double) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
- boundingBox(GeoBoundingBox) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinBoundingBoxPredicateBuilder
-
- build() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
- build() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScopeBuilder
-
- build() - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
-
- 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.MappedIndexManagerBuilder
-
- build() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScopeBuilder
-
- build() - Method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext.Builder
-
- build() - Method in class org.hibernate.search.engine.reporting.FailureContext.Builder
-
- build() - Method in class org.hibernate.search.engine.reporting.IndexFailureContext.Builder
-
- build() - Method in interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilder
-
- build() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContextBuilder
-
- build() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilder
-
- build() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
-
- builder() - Static method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
-
- builder(ConfigurationPropertySource, ConfigurationPropertyChecker) - Static method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- builder() - Static method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext
-
- builder() - Static method in class org.hibernate.search.engine.reporting.FailureContext
-
- builder() - Static method in class org.hibernate.search.engine.reporting.IndexFailureContext
-
- builderFactory - Variable in class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
-
- circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(GeoPoint, double) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(double, double, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(double, double, double) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
- circle(GeoPoint, double, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinCirclePredicateBuilder
-
- classForName(String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
- classForName(Class<T>, String, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
- classForName(String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Perform resolution of a class name.
- classForName(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ClassResolver
-
Locate a class by name.
- classForName(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassResolver
-
- ClassLoaderHelper - Class in org.hibernate.search.engine.environment.classpath.spi
-
Utility class to load instances of other classes by using a fully qualified name,
or from a class type.
- ClassLoadingException - Exception in org.hibernate.search.engine.environment.classpath.spi
-
Indicates a problem performing class loading.
- ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message and cause.
- ClassResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java classes.
- close() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- close() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
Release any resource currently held by the
BeanHolder.
- close() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
-
Release any internal resource created to support provided beans.
- close() - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- close() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
-
- closeOnFailure() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
Close any allocated resource.
- closeOnFailure() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
-
Close the resources held by this object (backends, index managers, ...).
- closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
-
Close any allocated resource.
- closeOnFailure() - Method in interface org.hibernate.search.engine.mapper.mapping.building.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.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a
List based on the given projections.
- composite(ProjectionFinalStep<?>...) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a
List based on the given almost-built projections.
- composite(Function<List<?>, T>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on the given projections.
- composite(Function<List<?>, T>, ProjectionFinalStep<?>...) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on the given almost-built projections.
- composite(Function<P, T>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on one given projection.
- composite(Function<P, T>, ProjectionFinalStep<P>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on one almost-built projection.
- composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on two given projections.
- composite(BiFunction<P1, P2, T>, ProjectionFinalStep<P1>, ProjectionFinalStep<P2>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on two almost-built projections.
- composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on three given projections.
- composite(TriFunction<P1, P2, P3, T>, ProjectionFinalStep<P1>, ProjectionFinalStep<P2>, ProjectionFinalStep<P3>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a custom object based on three almost-built projections.
- composite(Function<List<?>, T>, SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- composite(Function<P, T>, SearchProjection<P>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- composite(BiFunction<P1, P2, T>, SearchProjection<P1>, SearchProjection<P2>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- composite(TriFunction<P1, P2, P3, T>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- composite(Function<List<?>, P>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(Function<P1, P>, SearchProjection<P1>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(BiFunction<P1, P2, P>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite(TriFunction<P1, P2, P3, P>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- composite() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order by a sort composed of several elements.
- composite(Consumer<? super CompositeSortComponentsStep<?>>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order by a sort composed of several elements,
which will be defined by the given consumer.
- composite() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- composite(Consumer<? super CompositeSortComponentsStep<?>>) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- CompositeProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
- CompositeProjectionOptionsStep<S extends CompositeProjectionOptionsStep<?,T>,T> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in a composite projection definition, where optional parameters can be set.
- CompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The initial and final step in a composite sort definition, where sort elements can be added.
- CONFIGURATION_PROPERTY_CHECKING_STRATEGY - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The strategy to use when reporting the results of configuration property checking.
- CONFIGURATION_PROPERTY_CHECKING_STRATEGY - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Defaults
-
- CONFIGURATION_PROPERTY_CHECKING_STRATEGY - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Radicals
-
- ConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
-
- ConfigurationPropertyChecker - Class in org.hibernate.search.engine.cfg.spi
-
A utility that checks usage of property keys
by wrapping a
ConfigurationPropertySource
and requiring special hooks to be called before and after bootstrap.
- ConfigurationPropertyCheckingStrategyName - Enum in org.hibernate.search.engine.cfg
-
- ConfigurationPropertySource - Interface in org.hibernate.search.engine.cfg.spi
-
A source of property values for Hibernate Search.
- configure(BeanConfigurationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurer
-
Configure beans as necessary using the given context.
- configure(MappingBuildContext, MappingConfigurationCollector<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
-
- constantScore() - Method in interface org.hibernate.search.engine.search.predicate.dsl.PredicateScoreStep
-
Force the score of the predicate to a single constant, identical for all documents.
- constantScore() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
-
- ConsumedPropertyTrackingConfigurationPropertySource - Class in org.hibernate.search.engine.cfg.spi
-
- ConsumedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource, Consumer<String>) - 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.work.execution.spi.DocumentContributor
-
- contribute(C, AggregationKey<A>, SearchAggregation<A>) - Method in interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilderFactory
-
Contribute an aggregation to a collector.
- contribute(C, B) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
Contribute a predicate builder to a collector.
- contribute(C, B) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
Contribute a sort builder to a collector.
- convert(F, FromDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
-
- convert(V, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
- 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(F, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
- convert(String, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
-
- convert(I, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
-
- convert(V, ToDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
-
- convert(Class<T>, Function<String, T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value to a given class, either by casting it if possible
or by treating it as a string to be parsed.
- convertBeanReference(Class<T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
- convertBigDecimal(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to BigDecimal if necessary.
- convertBigInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to BigInteger if necessary.
- convertBoolean(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to boolean if necessary, allowing only either "true" or "false".
- convertByte(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to byte if necessary.
- convertDouble(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to double if necessary.
- convertFloat(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to float if necessary.
- convertInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to int if necessary.
- convertLong(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to long if necessary.
- convertMultiValue(Pattern, Function<Object, T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
- convertReference(DocumentReference) - Method in class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
-
- convertReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.spi.ProjectionHitMapper
-
Convert a document reference to the reference specific to the mapper.
- convertShort(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to short if necessary.
- convertUnknown(Object, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
Convert an input value of unknown type that may not have the required type V.
- 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.
- ConvertUtils - Class in org.hibernate.search.engine.cfg.spi
-
- create(String, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendFactory
-
- create() - Static method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
-
- create(BeanCreationContext) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanFactory
-
- create(ClassResolver) - Static method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultClassResolver
-
- create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultResourceResolver
-
- create(AggregatedClassLoader) - Static method in class org.hibernate.search.engine.environment.classpath.spi.DefaultServiceResolver
-
- createDefault() - Static method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
-
- createDefaultProjectionFactory() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- 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.
- createIndexer(BackendSessionContext, DocumentCommitStrategy) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createIndexer(BackendSessionContext, DocumentCommitStrategy) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createIndexingPlan(BackendSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createIndexingPlan(BackendSessionContext, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createIndexManagerBuilder(String, String, boolean, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
- createMappedIndexManager(IndexedEntityBindingMapperContext, Optional<String>, String, String, boolean) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappedIndexManagerFactory
-
- createMapper(MappingBuildContext, TypeMetadataContributorProvider<C>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingInitiator
-
- createRangeAggregationBuilder(String, Class<T>, ValueConvert) - Method in interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilderFactory
-
- createScopeBuilder(BackendMappingContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createScopeBuilder(BackendMappingContext) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- createTermsAggregationBuilder(String, Class<T>, ValueConvert) - Method in interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilderFactory
-
- createThreadFactory(String) - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadProvider
-
- createThreadName(String, int) - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadProvider
-
- createTypeFactory(IndexFieldTypeDefaultsProvider) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
- createTypeFactory() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- createTypeFactory(IndexFieldTypeDefaultsProvider) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
Use this method to provide some defaults to the current request.
- createWorkspace(DetachedBackendSessionContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- createWorkspace(DetachedBackendSessionContext) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
-
- decimalScale(int) - Method in interface org.hibernate.search.engine.backend.types.dsl.ScaledNumberIndexFieldTypeOptionsStep
-
- DEFAULT_BACKEND - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The name of the default backend to use when none is defined in the index configuration.
- DEFAULT_BACKEND - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Radicals
-
- DefaultClassResolver - Class in org.hibernate.search.engine.environment.classpath.spi
-
- DefaultedPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
-
- defaultOperator(BooleanOperator) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateOptionsStep
-
Define the default operator.
- defaultOperator(BooleanOperator) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- DefaultProjectionHitMapper<R,E> - Class in org.hibernate.search.engine.search.loading.spi
-
- DefaultProjectionHitMapper(DocumentReferenceConverter<R>, EntityLoader<R, ? extends E>) - Constructor for class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
-
- DefaultResourceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
-
- DefaultServiceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
-
- define(Class<T>, BeanFactory<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
-
Define a way to resolve a bean referenced by its exposedType.
- define(Class<T>, String, BeanFactory<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
-
Define a way to resolve a bean referenced by its exposedType and name.
- DelegatingSearchAggregationFactory - Class in org.hibernate.search.engine.search.aggregation.dsl.spi
-
- DelegatingSearchAggregationFactory(SearchAggregationFactory) - Constructor for class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
-
- DelegatingSearchPredicateFactory - Class in org.hibernate.search.engine.search.predicate.dsl.spi
-
- DelegatingSearchPredicateFactory(SearchPredicateFactory) - Constructor for class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- DelegatingSearchProjectionFactory<R,E> - Class in org.hibernate.search.engine.search.projection.dsl.spi
-
- DelegatingSearchProjectionFactory(SearchProjectionFactory<R, E>) - Constructor for class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- DelegatingSearchSortFactory - Class in org.hibernate.search.engine.search.sort.dsl.spi
-
- DelegatingSearchSortFactory(SearchSortFactory) - Constructor for class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- delete(DocumentReferenceProvider) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Delete a document from the index.
- desc() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
-
Sort in descending order.
- DetachedBackendSessionContext - Class in org.hibernate.search.engine.backend.session.spi
-
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the session defined in the upper layers (mapping).
- discard() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Discard all works that are present in this plan.
- discover(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataDiscoverer
-
A hook to discover metadata lazily during bootstrap, which can be helpful when resolving metadata
from the type itself (Java annotations on a Java type, in particular).
- distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project on the distance from the center to a
GeoPoint field.
- distance(String, GeoPoint) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order elements by the distance from the location stored in the specified field to the location specified.
- distance(String, double, double) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order elements by the distance from the location stored in the specified field to the location specified.
- distance(String, GeoPoint) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- distance(String, double, double) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- distance(String, GeoPoint) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- DistanceSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
- DistanceSortOptionsStep<S extends DistanceSortOptionsStep<?>> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The initial and final step in a "distance" sort definition, where optional parameters can be set.
- DistanceToFieldProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
-
- DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?>> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.
- DistanceUnit - Enum in org.hibernate.search.engine.spatial
-
Distance units.
- DocumentCommitStrategy - Enum in org.hibernate.search.engine.backend.work.execution
-
Defines how to handle index commits after a document is written to the index,
i.e.
- DocumentContributor<D> - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
- DocumentElement - Interface in org.hibernate.search.engine.backend.document
-
An element of a document.
- DocumentReference - Interface in org.hibernate.search.engine.backend.common
-
A reference to an indexed document.
- documentReference() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
- documentReference() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- documentReference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- DocumentReferenceConverter<R> - Interface in org.hibernate.search.engine.backend.common.spi
-
- DocumentReferenceProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
-
- DocumentReferenceProjectionOptionsStep<S extends DocumentReferenceProjectionOptionsStep<?>> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in a "document reference" projection definition, where optional parameters can be set.
- DocumentReferenceProvider - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
- DocumentRefreshStrategy - Enum in org.hibernate.search.engine.backend.work.execution
-
Defines how to handle index refreshes after a document is written to the index,
i.e.
- doStart() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- doStop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- doSubmit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- DslConverter<V,F> - Class in org.hibernate.search.engine.backend.types.converter.spi
-
A converter for values passed to the DSL.
- DslConverter(Class<V>, ToDocumentFieldValueConverter<V, F>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
- dslConverter(Class<V>, ToDocumentFieldValueConverter<V, ? extends F>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
-
Define how values passed to the predicate and sort DSL should be converted to the type of field values.
- DslExtensionState<R> - Class in org.hibernate.search.engine.common.dsl.spi
-
A utility class holding the state of the extension contexts found in several DSLs.
- DslExtensionState() - Constructor for class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- empty() - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
- end() - Method in interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchMoreStep
-
End the "minimum should match" constraint definition and continue the predicate definition.
- endBatch() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkProcessor
-
- 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.
- EngineSettings.Radicals - Class in org.hibernate.search.engine.cfg
-
Configuration property keys without the
prefix.
- 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.
- EngineSpiSettings.Radicals - Class in org.hibernate.search.engine.cfg.spi
-
Configuration property keys without the
prefix.
- entity() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to the entity was originally indexed.
- entity() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- entity() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- EntityIndexingFailureContext - Class in org.hibernate.search.engine.reporting
-
Contextual information about a failure to index entities.
- EntityIndexingFailureContext.Builder - Class in org.hibernate.search.engine.reporting
-
- EntityLoader<R,E> - Interface in org.hibernate.search.engine.search.loading.spi
-
Loads objects into memory using a reference and implementation-specific context.
- EntityProjectionBuilder<E> - Interface in org.hibernate.search.engine.search.projection.spi
-
- EntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in an "entity" projection definition, where optional parameters can be set.
- entityReference(Object) - Method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext.Builder
-
- entityReference() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to a reference to the entity that was originally indexed.
- entityReference() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- entityReference() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- EntityReferenceProjectionBuilder<R> - Interface in org.hibernate.search.engine.search.projection.spi
-
- EntityReferenceProjectionOptionsStep<S extends EntityReferenceProjectionOptionsStep<?,R>,R> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in an "entity reference" projection definition, where optional parameters can be set.
- equals(Object) - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- equals(Object) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- equals(Object) - Method in class org.hibernate.search.engine.search.aggregation.AggregationKey
-
- EventContexts - Class in org.hibernate.search.engine.reporting.spi
-
- except(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
- except(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
- except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
Add a "must not" clause to be defined by the given function.
- execute() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Start executing all the works in this plan, and clear the plan so that it can be re-used.
- executeAndReport() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Start executing all the works in this plan, and clear the plan so that it can be re-used.
- exists() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where a given field exists.
- exists() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- exists(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- ExistsPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- ExistsPredicateFieldStep<N extends ExistsPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in an "exists" predicate definition, where the target field can be set.
- ExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in an "exists" predicate definition, where optional parameters can be set.
- explicitRouting() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
Inform the model collector that documents will always be provided along
with an explicit routing key,
to be used to route the document to a specific shard.
- explicitRouting() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
-
Inform the backend that documents for the mapped index will always be provided along
with an explicit routing key,
to be used to route the document to a specific shard.
- extendAggregationFactory(SearchAggregationFactory) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- ExtendedSearchFetchable<H,R extends SearchResult<H>> - Interface in org.hibernate.search.engine.search.query
-
A base interface for subtypes of
SearchFetchable allowing to
easily override the result type for all relevant methods.
- ExtendedSearchQuery<H,R extends SearchResult<H>> - Interface in org.hibernate.search.engine.search.query
-
A base interface for subtypes of
SearchQuery allowing to
easily override the result type for all relevant methods.
- extendOptional(FromDocumentFieldValueConvertContext, BackendSessionContext) - 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, BackendMappingContext) - 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, BackendMappingContext) - 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(SearchAggregationFactory, SearchAggregationDslContext<?>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optional in case of failure.
- extendOptional(SearchPredicateFactory, SearchPredicateBuilderFactory<C, B>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optional in case of failure.
- extendOptional(SearchProjectionFactory<R, E>, SearchProjectionBuilderFactory) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optional in case of failure.
- extendOptional(SearchQueryHitTypeStep<?, R, E, ?, ?>, IndexScope<?>, BackendSessionContext, LoadingContextBuilder<R, E>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryDslExtension
-
Attempt to extend a given DSL step, returning an empty
Optional in case of failure.
- extendOptional(SearchQuery<H>, LoadingContext<?, ?>) - Method in interface org.hibernate.search.engine.search.query.SearchQueryExtension
-
Attempt to extend a given query, returning an empty
Optional in case of failure.
- extendOptional(SearchSortFactory, SearchSortDslContext<?, ?>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optional in case of failure.
- extendOrFail(IndexFieldTypeFactory) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryExtension
-
Attempt to extend a given factory, throwing an exception in case of failure.
- extendPredicateFactory(SearchPredicateFactory) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- extendSortFactory(SearchSortFactory) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentFieldValueConvertContext
-
Extend the current context with the given extension,
resulting in an extended context offering more options.
- extension(FromDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
-
- extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
-
- extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContext
-
- extension(ToDocumentIdentifierValueConvertContextExtension<T>) - Method in class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextImpl
-
- extension(ToDocumentFieldValueConvertContextExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.converter.runtime.ToDocumentFieldValueConvertContext
-
Extend the current context with the given extension,
resulting in an extended context offering more options.
- extension(IndexFieldTypeFactoryExtension<T>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Extend the current factory with the given extension,
resulting in an extended factory offering more field types.
- extension(SearchAggregationFactoryExtension<T>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
-
Extend the current factory with the given extension,
resulting in an extended factory offering different types of aggregations.
- extension(SearchAggregationFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
-
- extension(SearchPredicateFactoryExtension<T>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Extend the current factory with the given extension,
resulting in an extended factory offering different types of predicates.
- extension() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Create a DSL step allowing multiple attempts to apply extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchPredicateFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- extension() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- extension(SearchProjectionFactoryExtension<T, R, E>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Extend the current factory with the given extension,
resulting in an extended factory offering different types of projections.
- extension() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a DSL step allowing multiple attempts to apply extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchProjectionFactoryExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- extension() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- extension(SearchQueryDslExtension<T, R, E>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryHitTypeStep
-
Extend the current DSL step with the given extension,
resulting in an extended step offering more query options.
- extension(SearchQueryDslExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- extension(SearchQueryDslExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- extension(SearchQueryExtension<Q, H>) - Method in interface org.hibernate.search.engine.search.query.SearchQuery
-
Extend the current query with the given extension,
resulting in an extended query offering more options or a more detailed result type.
- extension(SearchSortFactoryExtension<T>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Extend the current factory with the given extension,
resulting in an extended factory offering different types of sorts.
- extension() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Create a DSL step allowing multiple attempts to apply extensions one after the other,
failing only if none of the extensions is supported.
- extension(SearchSortFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- extension() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- failAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
- failAfter(long, TimeUnit) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- failAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
-
- failAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryImplementor
-
- failingDocument(DocumentReference) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
-
- failingOperation(Object) - Method in class org.hibernate.search.engine.reporting.FailureContext.Builder
-
- FailureCollector - Interface in org.hibernate.search.engine.reporting.spi
-
A failure collector without any context.
- FailureContext - Class in org.hibernate.search.engine.reporting
-
Contextual information about a failing background operation.
- FailureContext.Builder - Class in org.hibernate.search.engine.reporting
-
- FailureHandler - Interface in org.hibernate.search.engine.reporting
-
A handler for failures occurring during background operations,
which may not have been reported to the caller due to being executed asynchronously.
- fetch(Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
-
- fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
-
- fetch(Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetch(Integer) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
-
- fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
-
- fetch(Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the
SearchResult,
limiting to
limit hits.
- fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the
SearchResult,
skipping
offset hits and limiting to
limit hits.
- fetch(Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchAll() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
-
- fetchAll() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchAll() - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
-
- fetchAll() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the
SearchResult,
including
all hits, without any sort of limit.
- fetchAll() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchAllHits() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchAllHits() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return
all hits as a
List,
without any sort of limit.
- fetchAllHits() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchHits(Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchHits(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchHits(Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the hits as a
List,
limiting to
limit hits.
- fetchHits(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the hits as a
List,
skipping
offset hits and limiting to
limit hits.
- fetchHits(Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchHits(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchSingleHit() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchSingleHit() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the hits as a single, optional element.
- fetchSingleHit() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
-
- fetchTotalHitCount() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- fetchTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the total hit count.
- field(String, IndexFieldType<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the given type.
- field(String, IndexFieldTypeFinalStep<F>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the given almost-built type.
- field(String, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<F>>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field to this index schema element with the type to be defined by the given function.
- field(String, Class<F>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationFieldStep
-
Target the given field in the range aggregation.
- field(String, Class<F>, ValueConvert) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationFieldStep
-
Target the given field in the range aggregation.
- field(String, Class<F>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationFieldStep
-
Target the given field in the terms aggregation.
- field(String, Class<F>, ValueConvert) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationFieldStep
-
Target the given field in the terms aggregation.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.ExistsPredicateFieldStep
-
Target the given field in the "exists" predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldMoreStep
-
Target the given field in the match predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldStep
-
Target the given field in the match predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateFieldMoreStep
-
Target the given field in the phrase predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateFieldStep
-
Target the given field in the phrase predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateFieldMoreStep
-
Target the given field in the range predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateFieldStep
-
Target the given field in the range predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateFieldMoreStep
-
Target the given field in the simple query string predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateFieldStep
-
Target the given field in the simple query string predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldMoreStep
-
Target the given field in the "within" predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldStep
-
Target the given field in the "within" predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateFieldMoreStep
-
Target the given field in the wildcard predicate,
as an alternative to the already-targeted fields.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateFieldStep
-
Target the given field in the wildcard predicate.
- field(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- field(String, Class<T>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to the value of a field in the indexed document.
- field(String, Class<T>, ValueConvert) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to the value of a field in the indexed document.
- field(String) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to the value of a field in the indexed document, without specifying a type.
- field(String, ValueConvert) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project to the value of a field in the indexed document, without specifying a type.
- field(String, Class<T>, ValueConvert) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- field(String, ValueConvert) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- field(String, Class<T>, ValueConvert) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- field(String) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order elements by the value of a specific field.
- field(String) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- field(String) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- FieldProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
- FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,T>,T> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in a "field" projection definition, where optional parameters can be set.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldMoreStep
-
Target the given fields in the match predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateFieldStep
-
Target the given fields in the match predicate.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateFieldMoreStep
-
Target the given fields in the phrase predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateFieldStep
-
Target the given fields in the phrase predicate.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateFieldMoreStep
-
Target the given fields in the range predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateFieldStep
-
Target the given fields in the range predicate.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateFieldMoreStep
-
Target the given fields in the simple query string predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateFieldStep
-
Target the given fields in the simple query string predicate.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldMoreStep
-
Target the given fields in the "within" predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateFieldStep
-
Target the given fields in the "within" predicate.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateFieldMoreStep
-
Target the given fields in the wildcard predicate,
as an alternative to the already-targeted fields.
- fields(String...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateFieldStep
-
Target the given fields in the wildcard predicate.
- FieldSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
- FieldSortMissingValueBehaviorStep<N> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The step in a sort definition where the behavior on missing values can be set.
- FieldSortOptionsStep<S extends FieldSortOptionsStep<?>> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The initial and final step in a "field" sort definition, where optional parameters can be set.
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- filter(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- filter(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- finalizeIntegration() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationFinalizer
-
Finalize the building of the integration.
- finalizeMapping(MappingKey<PBM, M>, MappingFinalizer<PBM, M>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationFinalizer
-
Finalize the building of a mapping.
- finalizeMapping(MappingFinalizationContext, PBM) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingFinalizer
-
- finalizer(ConfigurationPropertySource, ConfigurationPropertyChecker) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationPartialBuildState
-
- findClass(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
-
- findResource(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
-
- first() - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortMissingValueBehaviorStep
-
Put documents with missing values first in the sorting.
- flush() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
-
- forKey(String) - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Start the creation of a configuration property.
- 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(BackendSessionContext) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentFieldValueConvertContextImpl
-
- FromDocumentFieldValueConverter<F,V> - Interface in org.hibernate.search.engine.backend.types.converter
-
A converter from a source index field value to a different value.
- fromDocumentReference(DocumentReference) - Method in interface org.hibernate.search.engine.backend.common.spi.DocumentReferenceConverter
-
- fromIndexFieldAbsolutePath(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexFieldAbsolutePaths(List<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexName(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexNameAndShardId(String, Optional<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexNames(String...) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromIndexNames(Set<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromMap(Map<String, ?>) - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
- fromMeters(Double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
- fromNormalizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromShardId(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromTokenFilter(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromTokenizer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fromType(MappableTypeModel) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- fuzzy() - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Enable fuzziness for this match predicate; only works for text fields.
- fuzzy(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- GeoBoundingBox - Interface in org.hibernate.search.engine.spatial
-
A bounding box in the geocentric coordinate system.
- GeoPoint - Interface in org.hibernate.search.engine.spatial
-
A point in the geocentric coordinate system.
- GeoPolygon - Interface in org.hibernate.search.engine.spatial
-
A polygon in the geocentric coordinate system.
- get() - Static method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
-
- get(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get the value of this configuration property.
- get(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
- get(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- get() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
-
- get(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
-
- getAggregation(AggregationKey<A>) - Method in interface org.hibernate.search.engine.search.query.SearchResult
-
- getAggregation(AggregationKey<T>) - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- getAndMap(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property.
- getAndMapOrThrow(ConfigurationPropertySource, Function<T, R>, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property, throwing an exception if the value is not present.
- getAndTransform(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get and transform the value of this configuration property.
- getAscendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getBackend(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- getBean(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
-
Provide a bean referenced by its type.
- getBean(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
-
Provide a bean referenced by its type and name.
- getBean(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- getBean(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- getBeanNoClosingNecessary(Class<T>) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- getBeanNoClosingNecessary(Class<T>, String) - Method in class org.hibernate.search.engine.environment.bean.spi.ReflectionBeanProvider
-
- getBeanResolver() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
-
- getBeanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getBeanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
-
- getBeanResolver() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanCreationContext
-
- getBeanResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getBottomRight() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
- getBuilderFactory() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
-
- getBuilderFactory() - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
-
- getClassResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getClassResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getCompletion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- getCompletion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getConfigurationPropertySource() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingFinalizationContext
-
- getDecimalScale() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
-
- getDefault() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- getDefiningTypeModel() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- getDelegate() - Method in class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
-
- getDelegate() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- getDelegate() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- getDescendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getEncounteredFieldPaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
-
- getEntityReferences() - Method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext
-
- getEventContext() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
-
- getExternalRepresentation() - Method in enum org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
-
- getFailingDocuments() - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
-
- getFailingOperation() - Method in class org.hibernate.search.engine.reporting.FailureContext
-
- 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.building.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.
- getFailureHandler() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getFailureHandler() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getHits() - Method in interface org.hibernate.search.engine.search.query.SearchResult
-
- getHits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- getId() - Method in interface org.hibernate.search.engine.backend.common.DocumentReference
-
- getIdentifier() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
-
- getIncludePaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- getIndexManager(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
-
- getIndexName() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappedIndexManagerBuilder
-
- getIndexName() - Method in class org.hibernate.search.engine.reporting.IndexFailureContext
-
- getIndexScope() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- getLatitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
-
- getLoaded(Object) - Method in interface org.hibernate.search.engine.search.loading.spi.LoadingResult
-
- getLoadingContextBuilder() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- getLongitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
-
- getMappingContext() - Method in interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
-
- getMappingContext() - Method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
-
- getMaskedPropertySource() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- getMaxDepth() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- getName() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- getName() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- getName() - Method in class org.hibernate.search.engine.search.aggregation.AggregationKey
-
- getOrCreatePathTracker(IndexedEmbeddedDefinition) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingMapperContext
-
Get the shared path-tracker for a given indexed-embedded definition.
- getOrThrow(ConfigurationPropertySource, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get the value of this configuration property, throwing an exception if the value is not present.
- getParentIndexObjectReferences() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
-
- getPoints() - Method in interface org.hibernate.search.engine.spatial.GeoPolygon
-
- getProjectionHitMapper() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContext
-
- getQueryString() - Method in interface org.hibernate.search.engine.search.query.SearchQuery
-
- getRelativePrefix() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- getResourceResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getResourceResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getResources(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
-
- getRootBindingContext() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappedIndexManagerBuilder
-
- getRoutingKey() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
-
- getSchemaElement() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- getSchemaElement(IndexSchemaContributionListener) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
- getSchemaRootNodeBuilder() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
-
- getSearchAggregationFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
-
- getSearchPredicateBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
-
- getSearchProjectionFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
-
- getSearchQueryBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
-
- getSearchSortBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
-
- getSessionContext() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryHitTypeStep
-
- getStorage() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- getTenantIdentifier() - Method in interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
-
- getTenantIdentifier() - Method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
-
- getThreadPoolProvider() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
-
- getThreadPoolProvider() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
-
- getThreadProvider() - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
-
- getThrowable() - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
-
- getThrowable() - Method in class org.hibernate.search.engine.reporting.FailureContext
-
- getTook() - Method in interface org.hibernate.search.engine.search.query.SearchResult
-
- getTook() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- getTopLeft() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
- getTotalHitCount() - Method in interface org.hibernate.search.engine.search.query.SearchResult
-
- getTotalHitCount() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- getTypeName() - Method in interface org.hibernate.search.engine.backend.common.DocumentReference
-
- getTypesContributedTo() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
-
- getUncommittedOperations() - Method in class org.hibernate.search.engine.reporting.IndexFailureContext
-
- getUselessIncludePaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
-
- getVersionString() - Static method in class org.hibernate.search.engine.Version
-
- greaterThan(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "strictly greater than" the given value,
with no limit as to how high it can be.
- greaterThan(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "strictly greater than" the given value,
with no limit as to how high it can be.
- id() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where the identifier is among the given values.
- id() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- id() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
-
- idDslConverter(ToDocumentIdentifierValueConverter<?>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEntityBindingContext
-
Order the backend to use the given converter to convert IDs passed to the predicate DSL.
- identity() - Static method in interface org.hibernate.search.engine.search.loading.spi.EntityLoader
-
- ifMoreThan(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchConditionStep
-
Start adding a
"minimumShouldMatch" constraint that will be applied
if (and only if) there are strictly more than
ignoreConstraintCeiling "should" clauses.
- ifSupported(Object, Optional<E>, Consumer<E>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- ifSupported(Object, Optional<E>, Function<E, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- ifSupported(SearchPredicateFactoryExtension<T>, Function<T, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedStep
-
- ifSupported(SearchProjectionFactoryExtension<T, R, E>, Function<T, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedStep
-
- ifSupported(SearchSortFactoryExtension<T>, Function<T, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedStep
-
- 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.
- 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.
- IndexedEmbeddedDefinition - Class in org.hibernate.search.engine.mapper.mapping.building.spi
-
- IndexedEmbeddedDefinition(MappableTypeModel, String, ObjectFieldStorage, Integer, Set<String>) - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
- IndexedEmbeddedPathTracker - Class in org.hibernate.search.engine.mapper.mapping.building.spi
-
A tracker for paths actually affected by an indexed embedded definition.
- IndexedEmbeddedPathTracker(IndexedEmbeddedDefinition) - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
-
- IndexedEntityBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The binding context associated to the root node in the entity tree.
- IndexedEntityBindingMapperContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- INDEXES - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
-
The root property whose children are index names, e.g.
- IndexFailureContext - Class in org.hibernate.search.engine.reporting
-
Contextual information about a failing index operation.
- IndexFailureContext.Builder - Class in org.hibernate.search.engine.reporting
-
- IndexFieldReference<F> - Interface in org.hibernate.search.engine.backend.document
-
A reference to an "object" field of an indexed document,
allowing to add new values to this field for a given document.
- IndexFieldType<F> - Interface in org.hibernate.search.engine.backend.types
-
The type of a field in the index.
- IndexFieldTypeConverterStep<S extends IndexFieldTypeConverterStep<?,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The step in an index field type definition where DSL converters (applied when using the search DSL)
and projection converters (applied when projecting in a search query) can be set.
- IndexFieldTypeDefaultsProvider - Class in org.hibernate.search.engine.mapper.mapping.building.spi
-
- IndexFieldTypeDefaultsProvider() - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
-
- IndexFieldTypeDefaultsProvider(Integer) - Constructor for class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
-
- IndexFieldTypeFactory - Interface in org.hibernate.search.engine.backend.types.dsl
-
A factory for types of index fields.
- IndexFieldTypeFactoryExtension<T> - Interface in org.hibernate.search.engine.backend.types.dsl
-
An extension to the index field type DSL, allowing to create non-standard types in an index schema.
- IndexFieldTypeFinalStep<F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The final step in an index field type definition, where the type can be retrieved.
- IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The final step in an index field type definition, where optional parameters can be set.
- IndexIndexer<D> - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
An indexer scoped to a single index.
- IndexIndexingPlan<D> - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
A set of works to be executed on a single index.
- IndexIndexingPlanExecutionReport - Class in org.hibernate.search.engine.backend.work.execution.spi
-
- IndexIndexingPlanExecutionReport.Builder - Class in org.hibernate.search.engine.backend.work.execution.spi
-
- 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
-
- 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.
- indexName(String) - Method in class org.hibernate.search.engine.reporting.IndexFailureContext.Builder
-
- indexNullAs(F) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
-
- IndexObjectFieldReference - Interface in org.hibernate.search.engine.backend.document
-
A reference to an "object" field of an indexed document,
allowing to add new values to this field for a given document.
- indexOrder() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order elements by their internal index order.
- indexOrder() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- indexOrder() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- IndexSchemaBuildContext - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexSchemaContributionListener - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- IndexSchemaElement - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
An element of the index schema,
allowing the definition of child fields.
- IndexSchemaFieldFinalStep<R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
The final step in the definition of a field in the index schema,
where a reference to the field can be retrieved.
- IndexSchemaFieldOptionsStep<S extends IndexSchemaFieldOptionsStep<?,R>,R> - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
The final step in the definition of a field in the index schema,
where a reference to the field can be retrieved,
optionally setting some parameters beforehand.
- IndexSchemaObjectField - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
An object field in the index schema,
allowing the definition of child fields,
customization of some characteristics of this object field such as
multi-valued-ness,
and the retrieval of
a field reference to be used when indexing.
- IndexSchemaObjectFieldNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexSchemaObjectNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- indexSchemaRoot() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
-
- IndexSchemaRootNodeBuilder - Interface in org.hibernate.search.engine.backend.document.model.dsl.spi
-
- IndexScope<C> - Interface in org.hibernate.search.engine.backend.scope.spi
-
The scope of an index-related operation, aware of the targeted indexes and of the underlying technology (backend).
- IndexScopeBuilder - Interface in org.hibernate.search.engine.backend.scope.spi
-
- IndexSettings - Class in org.hibernate.search.engine.cfg
-
Configuration properties common to all Hibernate Search indexes regardless of the underlying technology.
- IndexWorkspace - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
The entry point for explicit index operations on a single 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(DslConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
- 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(ProjectionConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
- 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 class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
Check whether converted values can be assigned to the given type.
- isSubTypeOf(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
-
- isTimedOut() - Method in interface org.hibernate.search.engine.search.query.SearchResult
-
- isTimedOut() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- isValidInputType(Class<?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
- mapIndexedTypes(MappedIndexManagerFactory) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
-
Begin the creation of a mapping for all indexed types.
- 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.
- MappedIndexManagerBuilder<D extends DocumentElement> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
A builder for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching.
- MappedIndexManagerFactory - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
A factory for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching.
- MappedIndexScope<R,E> - Interface in org.hibernate.search.engine.mapper.scope.spi
-
- MappedIndexScopeBuilder<R,E> - Interface in org.hibernate.search.engine.mapper.scope.spi
-
- Mapper<MPBS extends MappingPartialBuildState> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- MappingAbortedException - Exception in org.hibernate.search.engine.mapper.mapping.building.spi
-
An exception thrown by
Mapper.prepareBuild() when detecting that failures were
collected
and deciding to abort early to avoid a snowball effect creating too many failures,
which would make the failure report unclear.
- MappingAbortedException() - Constructor for exception org.hibernate.search.engine.mapper.mapping.building.spi.MappingAbortedException
-
- MappingBuildContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
A build context for mappings.
- MappingConfigurationCollector<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
- MappingFinalizationContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The context passed to the mapper during the very last step of bootstrap.
- MappingFinalizer<PBM,M> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
An object responsible for finalizing a mapping.
- 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.building.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.building.spi
-
- markAsEncountered(String, boolean) - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
-
- markAsFailed(Throwable) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkSet
-
- match() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where targeted fields have a value that "matches" a given single value.
- match() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- match(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- matchAll() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match all documents.
- matchAll() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- matchAll() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- MatchAllPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial and final step in "match all" predicate definition, where optional parameters can be set.
- MatchIdPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>,N extends MatchIdPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "match id" predicate definition,
where more IDs to match can be set.
- MatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "match id" predicate definition where the IDs to match can be set.
- MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "match id" predicate definition,
where optional parameters can be set.
- matching(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingStep
-
Target the identifier with the given id.
- matching(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingStep
-
Target the identifier with the given id.
- matching(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateMatchingStep
-
Require at least one of the targeted fields to match the given value.
- matching(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateMatchingStep
-
Require at least one of the targeted fields to match the given value.
- matching(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateMatchingStep
-
Require at least one of the targeted fields to match the given phrase.
- matching(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateMatchingStep
-
Require at least one of the targeted fields to match the given query string.
- matching(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateMatchingStep
-
Require at least one of the targeted fields to match the given wildcard pattern.
- matchingAny(Collection<?>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingStep
-
Target the identifiers matching any of the values in a collection.
- matchingAny(Collection<?>, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingStep
-
Target the identifiers matching any of the values in a collection.
- MatchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- MatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>,N extends MatchPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "match" predicate definition where the value to match can be set
(see the superinterface
MatchPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
- MatchPredicateFieldStep<N extends MatchPredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "match" predicate definition, where the target field can be set.
- MatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "match" predicate definition where the value to match can be set.
- MatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "match" predicate definition, where optional parameters can be set.
- MAX_LONG_AS_BIGDECIMAL - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
-
- MAX_LONG_AS_BIGINTEGER - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
-
- maxTermCount(int) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Requires to only create buckets for the top maxTermCount most frequent terms.
- maxTermCount(int) - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
-
- MIN_LONG_AS_BIGDECIMAL - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
-
- MIN_LONG_AS_BIGINTEGER - Static variable in class org.hibernate.search.engine.cfg.spi.NumberScaleConstants
-
- minDocumentCount(int) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Eliminates buckets with less than minDocumentCount matching documents
from the aggregation result.
- minDocumentCount(int) - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
-
- minimumShouldMatch() - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Start defining the minimum number of "should" constraints that have to match
in order for the boolean predicate to match.
- minimumShouldMatch(Consumer<? super MinimumShouldMatchConditionStep<?>>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Start defining the minimum number of "should" constraints that have to match
in order for the boolean predicate to match.
- MinimumShouldMatchConditionStep<N> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "minimum should match" constraint definition
where a condition can be defined as necessary for the following requirements to be enforced.
- MinimumShouldMatchMoreStep<N> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
- minimumShouldMatchNumber(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- minimumShouldMatchNumber(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- minimumShouldMatchPercent(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- minimumShouldMatchPercent(int, int) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- MinimumShouldMatchRequireStep<N> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "minimum should match" constraint definition
where the minimum required number or percentage of should clauses to match can be set.
- missing() - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortOptionsStep
-
Start describing the behavior of this sort when a document doesn't have any value for the targeted field.
- missingAs(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- missingFirst() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- missingLast() - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
-
- MultiFieldPredicateFieldBoostStep<S> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a predicate definition where the boost of the last added field(s) can be set.
- multiValued() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldOptionsStep
-
Mark the field as multi-valued.
- multiValued() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectFieldNodeBuilder
-
Mark the current node as multi-valued.
- multivalued() - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
-
- must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- must(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- must(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- mustNot(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- mustNot(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- parseDuration(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseGeoPoint(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseInstant(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseLocalDate(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseLocalDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseLocalTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseMonthDay(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseOffsetDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseOffsetTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parsePeriod(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseString(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- ParseUtils - Class in org.hibernate.search.engine.cfg.spi
-
- parseYear(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseYearMonth(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseZonedDateTime(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- parseZoneOffset(String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
-
- PassThroughFromDocumentFieldValueConverter<F> - Class in org.hibernate.search.engine.backend.types.converter.spi
-
- PassThroughFromDocumentFieldValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
-
- PassThroughToDocumentFieldValueConverter<F> - Class in org.hibernate.search.engine.backend.types.converter.spi
-
- PassThroughToDocumentFieldValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
-
- pattern(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.WildcardPredicateBuilder
-
- phrase() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where targeted fields have a value that contains a given phrase.
- phrase() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- phrase(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
-
- phrase(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- PhrasePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- PhrasePredicateFieldMoreStep<S extends PhrasePredicateFieldMoreStep<?,N>,N extends PhrasePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "phrase" predicate definition where the phrase to match can be set
(see the superinterface
PhrasePredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
- PhrasePredicateFieldStep<N extends PhrasePredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "phrase" predicate definition, where the target field can be set.
- PhrasePredicateMatchingStep<N extends PhrasePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "phrase" predicate definition where the phrase to match can be set.
- PhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "phrase" predicate definition, where optional parameters can be set.
- planLoading(DocumentReference) - Method in class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
-
- planLoading(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.spi.ProjectionHitMapper
-
Plan the loading of an entity.
- polygon(GeoPolygon) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateAreaStep
-
Require at least one of the targeted fields to point to a location within the given polygon.
- polygon(GeoPolygon) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinPolygonPredicateBuilder
-
- predicate() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
-
- predicate(SearchPredicate) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryPredicateStep
-
Set the predicate for this query.
- predicate(Function<? super PDF, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryPredicateStep
-
Set the predicate for this query.
- predicate(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- predicate(SearchPredicate) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQueryHitTypeStep
-
- predicate(SearchPredicate) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- predicate(Function<? super PDF, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- PredicateBoostStep<S> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a predicate definition where the predicate boost can be set.
- PredicateFinalStep - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a predicate definition, where the predicate can be retrieved.
- PredicateScoreStep<S> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a predicate definition where score-related options can be set.
- PREFIX - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The prefix expected for the key of every Hibernate Search configuration property.
- PREFIX - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
The prefix expected for the key of every Hibernate Search configuration property.
- prepareBuild() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- prepareBuild() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
-
Partially build the mapping based on the
indexed types
added so far.
- prepareIndexedTypes(Consumer<Optional<String>>) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.Mapper
-
Prepare for the mapping of indexed types
and inform the engine of the names of all backends this mapper depends on.
- preStop() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
- preStop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- preStop() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
- process() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Process works before their execution, i.e.
- projectable(Projectable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
-
- Projectable - Enum in org.hibernate.search.engine.backend.types
-
Whether or not we want to be able to obtain the value of the field as a projection.
- projection() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
-
- ProjectionConverter<F,V> - Class in org.hibernate.search.engine.backend.types.converter.spi
-
A converter from a value obtained from the backend to a projected value.
- ProjectionConverter(Class<V>, FromDocumentFieldValueConverter<F, V>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
- projectionConverter(Class<V>, FromDocumentFieldValueConverter<? super F, V>) - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
-
Define how values returned when projecting on fields of this type
should be converted before being returned to the user.
- ProjectionFinalStep<T> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The final step in a projection definition, where the projection can be retrieved.
- ProjectionHitMapper<R,E> - Interface in org.hibernate.search.engine.search.loading.spi
-
Contract binding result hits and the mapper.
- purge() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
-
- range(F, F) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
-
Add a bucket for the range [lowerBound, upperBound) (lower bound included, upper bound excluded),
or (lowerBound, upperBound) (both bounds excluded) if the lower bound is -Infinity.
- range(Range<? extends F>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
-
Add a bucket for given range.
- range() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
-
Perform aggregation in range buckets.
- range() - Method in class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
-
- range(Range<? extends K>) - Method in interface org.hibernate.search.engine.search.aggregation.spi.RangeAggregationBuilder
-
- range(Range<?>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be in the given range.
- range(Range<?>, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be in the given range.
- range() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where targeted fields have a value within lower and upper bounds.
- range() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- range(Range<?>, ValueConvert, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
-
- range(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- RangeAggregationBuilder<K> - Interface in org.hibernate.search.engine.search.aggregation.spi
-
- RangeAggregationFieldStep - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The initial step in a "range" aggregation definition, where the target field can be set.
- RangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,F,A>,F,A> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The final step in a "range" aggregation definition, where optional parameters can be set.
- RangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,?,F>,N extends RangeAggregationOptionsStep<?,F,Map<Range<F>,Long>>,F> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The step in a "range" aggregation definition where optional parameters can be set,
(see the superinterface
RangeAggregationOptionsStep),
or more ranges can be added.
- RangeAggregationRangeStep<N extends RangeAggregationRangeMoreStep<?,?,F>,F> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The step in a "range" aggregation definition where the ranges can be set.
- RangePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- RangePredicateFieldMoreStep<S extends RangePredicateFieldMoreStep<?,N>,N extends RangePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "range" predicate definition where the limits of the range to match can be set
(see the superinterface
RangePredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
- RangePredicateFieldStep<N extends RangePredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "range" predicate definition, where the target field can be set.
- RangePredicateMatchingStep<N extends RangePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "range" predicate definition where the range to match can be set.
- RangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "range" predicate definition, where optional parameters can be set.
- ranges(Collection<? extends Range<? extends F>>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
-
Add one bucket for each of the given ranges.
- ReflectionBeanProvider - Class in org.hibernate.search.engine.environment.bean.spi
-
- resolve(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Resolve the key for this configuration property
as registered in the underlying configuration source,
if possible.
- resolve(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
- resolve(String) - Method in class org.hibernate.search.engine.cfg.spi.ConsumedPropertyTrackingConfigurationPropertySource
-
- resolve(BeanResolver) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Resolve this reference into a bean using the given resolver.
- resolve(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a bean by its type.
- resolve(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a bean by its name.
- resolve(BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
- resolve(List<? extends BeanReference<? extends T>>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
- resolveAll(String) - Method in interface org.hibernate.search.engine.cfg.spi.AllAwareConfigurationPropertySource
-
- resolveOrRaw(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Resolve the key for this configuration property
as registered in the underlying configuration source,
or, if not possible, just return the "raw" key passed to
ConfigurationProperty.forKey(String).
- resolveRole(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve the given role into a list of beans.
- ResourceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java resources.
- returnIfSupported(Object, Optional<E>) - Static method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
-
- routing(String) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Configure routing of the search query.
- routing(Collection<String>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Configure routing of the search query.
- routing(String) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- routing(Collection<String>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
- score() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project on the score of the hit.
- score() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
-
- score() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
-
- score() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order elements by their relevance score.
- score() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
-
- score() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
- ScoreProjectionBuilder - Interface in org.hibernate.search.engine.search.projection.spi
-
- ScoreProjectionOptionsStep<S extends ScoreProjectionOptionsStep<?>> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial and final step in a "score" projection definition, where optional parameters can be set.
- ScoreSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
- ScoreSortOptionsStep<S extends ScoreSortOptionsStep<?>> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The initial and final step in a "score" sort definition, where optional parameters can be set.
- search(BackendSessionContext, LoadingContextBuilder<R, E>) - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
-
- searchable(Searchable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
-
- Searchable - Enum in org.hibernate.search.engine.backend.types
-
Whether or not we want to be able to search the document using this field.
- SearchAggregation<A> - Interface in org.hibernate.search.engine.search.aggregation
-
A search aggregation, i.e.
- SearchAggregationBuilder<A> - Interface in org.hibernate.search.engine.search.aggregation.spi
-
A search aggregation builder, i.e.
- SearchAggregationBuilderFactory<C> - Interface in org.hibernate.search.engine.search.aggregation.spi
-
A factory for search aggregation builders.
- SearchAggregationDslContext<F extends SearchAggregationBuilderFactory<?>> - Interface in org.hibernate.search.engine.search.aggregation.dsl.spi
-
Represents the current context in the search DSL,
including in particular the aggregation builder factory.
- SearchAggregationFactory - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
A factory for search aggregations.
- SearchAggregationFactoryExtension<T> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
An extension to the search aggregation DSL, allowing the use of non-standard aggregations in a query.
- searchAnalyzer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
-
- SearchFetchable<H> - Interface in org.hibernate.search.engine.search.query
-
A component allowing to fetch search results.
- SearchIntegration - Interface in org.hibernate.search.engine.common.spi
-
- SearchIntegrationBuilder - Interface in org.hibernate.search.engine.common.spi
-
- SearchIntegrationFinalizer - 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.predicate
-
A query predicate that can be used to filter queries.
- SearchPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
A search predicate builder, i.e.
- SearchPredicateBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
A factory for search predicate builders.
- SearchPredicateFactory - Interface in org.hibernate.search.engine.search.predicate.dsl
-
A factory for search predicates.
- SearchPredicateFactoryExtension<T> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
- SearchPredicateFactoryExtensionIfSupportedMoreStep - Interface in org.hibernate.search.engine.search.predicate.dsl
-
- SearchPredicateFactoryExtensionIfSupportedStep - Interface in org.hibernate.search.engine.search.predicate.dsl
-
- SearchProjection<P> - Interface in org.hibernate.search.engine.search.projection
-
A query projection that can be used to obtain particular values of an indexed document.
- SearchProjectionBuilder<T> - Interface in org.hibernate.search.engine.search.projection.spi
-
A search projection builder, i.e.
- SearchProjectionBuilderFactory - Interface in org.hibernate.search.engine.search.projection.spi
-
A factory for search projection builders.
- SearchProjectionFactory<R,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
A factory for search projections.
- SearchProjectionFactoryExtension<T,R,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
An extension to the search projection DSL, allowing the use of non-standard projections in a query.
- SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
- SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
- SearchQuery<H> - Interface in org.hibernate.search.engine.search.query
-
A search query, allowing to fetch search results.
- SearchQueryBuilder<H,C> - Interface in org.hibernate.search.engine.search.query.spi
-
A builder for search queries.
- SearchQueryBuilderFactory<C> - Interface in org.hibernate.search.engine.search.query.spi
-
A factory for search query builders.
- SearchQueryDslExtension<T,R,E> - Interface in org.hibernate.search.engine.search.query.dsl
-
An extension to the search query DSL, allowing to set non-standard options on a query.
- SearchQueryExtension<Q,H> - Interface in org.hibernate.search.engine.search.query
-
An extension to the search query, allowing to wrap a query.
- SearchQueryFinalStep<H> - Interface in org.hibernate.search.engine.search.query.dsl
-
- SearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.query.dsl
-
The initial step in a query definition, where the type of query hits can be set,
or where the predicate can be set directly, assuming that query hits are returned as entities.
- SearchQueryImplementor<H> - Interface in org.hibernate.search.engine.search.query.spi
-
Defines the "service program contract" for
SearchQuery.
- SearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,SF,AF>,H,SF extends SearchSortFactory,AF extends SearchAggregationFactory> - Interface in org.hibernate.search.engine.search.query.dsl
-
- SearchQueryPredicateStep<N extends SearchQueryOptionsStep<?,H,?,?>,H,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.query.dsl
-
The step in a query definition where the predicate can be set.
- SearchResult<H> - Interface in org.hibernate.search.engine.search.query
-
- SearchSort - Interface in org.hibernate.search.engine.search.sort
-
A search sort that can be used to sort search query results.
- SearchSortBuilder<B> - Interface in org.hibernate.search.engine.search.sort.spi
-
A search sort builder, i.e.
- SearchSortBuilderFactory<C,B> - Interface in org.hibernate.search.engine.search.sort.spi
-
A factory for search sort builders.
- SearchSortDslContext<F extends SearchSortBuilderFactory<?,B>,B> - Interface in org.hibernate.search.engine.search.sort.dsl.spi
-
Represents the current context in the search DSL,
including in particular the sort builder factory
and the knowledge of previous sorts chained using
SortThenStep.then().
- SearchSortFactory - Interface in org.hibernate.search.engine.search.sort.dsl
-
A factory for search sorts.
- SearchSortFactoryExtension<T> - Interface in org.hibernate.search.engine.search.sort.dsl
-
An extension to the search sort DSL, allowing the use of non-standard sorts in a query.
- SearchSortFactoryExtensionIfSupportedMoreStep - Interface in org.hibernate.search.engine.search.sort.dsl
-
The second and later step when attempting to apply multiple extensions
to a
SearchSortFactory.
- SearchSortFactoryExtensionIfSupportedStep - Interface in org.hibernate.search.engine.search.sort.dsl
-
The initial step when attempting to apply multiple extensions
to a
SearchSortFactory.
- ServiceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java services.
- setBeanProvider(BeanProvider) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- setClassResolver(ClassResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- setResourceResolver(ResourceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- setServiceResolver(ServiceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
-
- should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- should(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
- should(B) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
-
- SimpleNameClassFormatter - Class in org.hibernate.search.engine.logging.spi
-
- SimpleNameClassFormatter(Class<?>) - Constructor for class org.hibernate.search.engine.logging.spi.SimpleNameClassFormatter
-
- simpleQueryString() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents according to a given query string,
with a simple query language adapted to end users.
- simpleQueryString() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- simpleQueryString() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- simpleQueryString(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- SimpleQueryStringPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SimpleQueryStringPredicateBuilder.FieldState - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SimpleQueryStringPredicateFieldMoreStep<S extends SimpleQueryStringPredicateFieldMoreStep<?,N>,N extends SimpleQueryStringPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "simple query string" predicate definition where the query string to match can be set
(see the superinterface
SimpleQueryStringPredicateMatchingStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
- SimpleQueryStringPredicateFieldStep<N extends SimpleQueryStringPredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "simple query string" predicate definition, where the target field can be set.
- SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in an "simple query string" predicate definition where the query string to match can be set.
- SimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in an "simple query string" predicate definition, where optional parameters can be set.
- SimpleSearchResult<H> - Class in org.hibernate.search.engine.search.query.spi
-
- SimpleSearchResult(long, List<H>, Map<AggregationKey<?>, ?>, Duration, Boolean) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
-
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchPredicateOptionsStep
-
Any analyzer and normalizer defined on any field will be ignored to interpret the value to match.
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateOptionsStep
-
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateOptionsStep
-
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
-
- skipAnalysis() - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
-
- slop(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.PhrasePredicateOptionsStep
-
Sets the slop, which defines how permissive the phrase predicate will be.
- slop(int) - Method in interface org.hibernate.search.engine.search.predicate.spi.PhrasePredicateBuilder
-
- sort() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
-
- sort(SearchSort) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Add a sort to this query.
- sort(Function<? super SF, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Add a sort to this query.
- sort(SearchSort) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- sort(Function<? super SF, ? extends SortFinalStep>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
-
- sortable(Sortable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
-
- Sortable - Enum in org.hibernate.search.engine.backend.types
-
Whether a field can be used in sorts.
- SortFinalStep - Interface in org.hibernate.search.engine.search.sort.dsl
-
The final step in a sort definition, where the sort can be retrieved.
- SortOrder - Enum in org.hibernate.search.engine.search.sort.dsl
-
- SortOrderStep<S> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The step in a sort definition where the order can be set.
- SortThenStep - Interface in org.hibernate.search.engine.search.sort.dsl
-
The step in a sort definition where another sort can be chained.
- spatial() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Access the different types of spatial predicates.
- spatial() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
-
- SpatialPredicateInitialStep - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step of all spatial predicate definitions.
- spatialWithinBoundingBox(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinBoundingBoxPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- spatialWithinCircle(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinCirclePredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- spatialWithinPolygon(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
- SpatialWithinPolygonPredicateBuilder<B> - Interface in org.hibernate.search.engine.search.predicate.spi
-
- SpatialWithinPredicateAreaStep<N extends SpatialWithinPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "within" predicate definition where the area to match can be set.
- SpatialWithinPredicateFieldMoreStep<S extends SpatialWithinPredicateFieldMoreStep<?,N>,N extends SpatialWithinPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "within" predicate definition where the area to match can be set
(see the superinterface
SpatialWithinPredicateAreaStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added.
- SpatialWithinPredicateFieldStep<N extends SpatialWithinPredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "within" predicate definition, where the target field can be set.
- SpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "within" predicate definition, where optional parameters can be set.
- StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>,F> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
- start(IndexManagerStartContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
Start any resource necessary to operate the index manager at runtime.
- start() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- start(ThreadPoolProvider) - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
- start(BackendStartContext) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Start any resource necessary to operate the backend at runtime.
- StaticProjectionFinalStep<T> - Class in org.hibernate.search.engine.search.projection.dsl.spi
-
- StaticProjectionFinalStep(SearchProjectionBuilder<T>) - Constructor for class org.hibernate.search.engine.search.projection.dsl.spi.StaticProjectionFinalStep
-
- StaticSortThenStep<B> - Class in org.hibernate.search.engine.search.sort.dsl.spi
-
- StaticSortThenStep(SearchSortDslContext<?, B>, B) - Constructor for class org.hibernate.search.engine.search.sort.dsl.spi.StaticSortThenStep
-
- stop() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
Stop and release any resource necessary to operate the backend at runtime.
- stop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- stop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
- stop() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Stop and release any resource necessary to operate the backend at runtime.
- StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>> - Interface in org.hibernate.search.engine.backend.types.dsl
-
The initial and final step in a "string" index field type definition, where optional parameters can be set.
- StringToDocumentIdentifierValueConverter - Class in org.hibernate.search.engine.backend.types.converter.spi
-
- StringToDocumentIdentifierValueConverter() - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
-
- submit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
- submit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
Submit a set of works for execution.
- submitTo(P) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor.WorkSet
-
- validateCharacter(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
-
- validateEnum(String, Class<? extends Enum>) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
-
- ValidateUtils - Class in org.hibernate.search.engine.cfg.spi
-
- validateUUID(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
-
- validateZoneId(String) - Static method in class org.hibernate.search.engine.cfg.spi.ValidateUtils
-
- value(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchIdPredicateBuilder
-
- value(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.MatchPredicateBuilder
-
- ValueConvert - Enum in org.hibernate.search.engine.search.common
-
Specifies whether values should be converted during search queries.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Aggregable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Norms
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Projectable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Searchable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.Sortable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.types.TermVector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.common.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.common.ValueConvert
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.search.sort.dsl.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.search.engine.backend.document.model.dsl.ObjectFieldStorage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Aggregable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Norms
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Projectable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Searchable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.Sortable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.types.TermVector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.common.BooleanOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.common.ValueConvert
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.search.sort.dsl.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hibernate.search.engine.spatial.DistanceUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.hibernate.search.engine
-