A B C D E F G H I K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absolutePath() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- absolutize(String, String, String) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- absolutize(String, String, SimpleGlobPattern) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- AbstractDelegatingSearchQuerySelectStep<R,E,LOS> - Class in org.hibernate.search.engine.search.query.dsl.spi
- AbstractDelegatingSearchQuerySelectStep(SearchQuerySelectStep<?, R, E, LOS, ?, ?>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SC extends SearchScroll<H>,LOS,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>, LoadingContextBuilder<?, ?, LOS>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
- AbstractPredicateFinalStep - Class in org.hibernate.search.engine.search.predicate.dsl.spi
-
An abstract base for
PredicateFinalStepimplementations. - AbstractPredicateFinalStep(SearchPredicateDslContext<?>) - 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
-
An abstract base for implementations of
SearchQuery. - AbstractSearchQuery() - Constructor for class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
- AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,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>, LoadingContextBuilder<?, ?, LOS>) - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- AbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> - Class in org.hibernate.search.engine.search.query.dsl.spi
- AbstractSearchQuerySelectStep() - Constructor for class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQuerySelectStep
- AbstractSortThenStep - Class in org.hibernate.search.engine.search.sort.dsl.spi
- AbstractSortThenStep(SearchSortDslContext<?, ?>) - 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
- accumulate(F, F) - Method in class org.hibernate.search.engine.search.projection.spi.SingleValuedProjectionAccumulator
- accumulate(List<F>, F) - Method in class org.hibernate.search.engine.search.projection.spi.ListProjectionAccumulator
- accumulate(U, F) - Method in interface org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
-
Folds a new value in the given accumulated container.
- add(String) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
- add(Throwable) - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
- add(DocumentReferenceProvider, DocumentContributor) - 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(DocumentReferenceProvider, DocumentContributor, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexer
-
Add a document to the index, assuming that the document is absent from the index.
- add(IndexIndexingPlanExecutionReport<R>) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
- 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. - 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(SearchSort) - Method in interface org.hibernate.search.engine.search.sort.spi.CompositeSortBuilder
- addField(String, IndexFieldInclusion, 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.
- addFieldTemplate(String, IndexFieldInclusion, IndexFieldType<?>, String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new field template 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(String) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a
nullobject to a field in this document element. - addNullObject(String) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
- addNullObject(IndexObjectFieldReference) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a
nullobject to the referenced field in this document element. - addNullObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
- addObject(String) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a new object to a field in this document element.
- addObject(String) - 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 a field in this document element.
- addObject(IndexObjectFieldReference) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
- addObjectField(String, IndexFieldInclusion, ObjectStructure) - 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.
- addObjectFieldTemplate(String, ObjectStructure, String, IndexFieldInclusion) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
-
Create a new object field template and add it to the current builder.
- addOrUpdate(DocumentReferenceProvider, DocumentContributor) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Update a document in the index, or add it if it's absent from the index.
- addOrUpdate(DocumentReferenceProvider, DocumentContributor, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexer
-
Update a document in the index, or add it if it's absent from the index.
- 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(String, Object) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a new value to a field in this document element.
- addValue(String, Object) - Method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
- addValue(IndexFieldReference<F>, F) - Method in interface org.hibernate.search.engine.backend.document.DocumentElement
-
Add a new value to a 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() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- aggregable(Aggregable) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
- Aggregable - Enum in org.hibernate.search.engine.backend.types
-
Whether the field can be used in projections.
- 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<A>) - Method in interface org.hibernate.search.engine.search.query.SearchResult
- aggregation(AggregationKey<A>, Function<? super AF, ? extends AggregationFinalStep<A>>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- aggregation(AggregationKey<A>, SearchAggregation<A>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- aggregation(AggregationKey<T>) - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- 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<T>, SearchAggregation<T>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Add an aggregation to this query.
- AggregationFilterStep<S,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The step in an aggregation definition where a filter can be set to select nested objects from which values will be extracted for this aggregation.
- 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
- ALL - org.hibernate.search.engine.backend.document.model.spi.IndexFieldFilter
-
Returns all fields independently from their inclusion.
- 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.
- allConfiguredForRole(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Return all the bean references configured for the given role.
- allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport<R>>>) - 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
- analyzerName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- AnalyzerNames - Class in org.hibernate.search.engine.backend.analysis
-
Constants for the names of built-in analyzers.
- AND - org.hibernate.search.engine.search.common.BooleanOperator
-
AND operator: all terms/clauses must match
- AND - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
ANDoperator (+) - ANY - org.hibernate.search.engine.environment.bean.BeanRetrieval
-
Retrieve a bean using any available method.
- append(SearchSort) - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
-
Create a new context with a sort 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
BigDecimalin Hibernate Search. - asBigInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
BigIntegerin Hibernate Search. - asBoolean() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Booleanin 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
Bytein Hibernate Search. - asc() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
-
Sort in ascending order.
- ASC - org.hibernate.search.engine.search.sort.dsl.SortOrder
-
Sort in ascending order.
- ascendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- asDouble() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Doublein Hibernate Search. - asFloat() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Floatin Hibernate Search. - asGeoPoint() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
GeoPointin Hibernate Search. - asInstant() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
Instantin Hibernate Search. - asInteger() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
Integerin 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
LocalDatein Hibernate Search. - asLocalDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
LocalDateTimein Hibernate Search. - asLocalTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
LocalTimein Hibernate Search. - asLong() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Longin 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
MonthDayin Hibernate Search. - asOffsetDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
OffsetDateTimein Hibernate Search. - asOffsetTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as an
OffsetTimein Hibernate Search. - asShort() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Shortin Hibernate Search. - asString() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Stringin Hibernate Search. - asString() - Method in interface org.hibernate.search.engine.cfg.spi.KeyContext
- asSubTypeOf(Class<U>) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Cast this reference into a reference whose
BeanReference.resolve(BeanResolver)method is is guaranteed to either fail or return an instance of the given type. - asYear() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
Yearin Hibernate Search. - asYearMonth() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
YearMonthin Hibernate Search. - asZonedDateTime() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
Define a field type whose values are represented as a
ZonedDateTimein 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.
- AVG - org.hibernate.search.engine.search.common.SortMode
-
When a field has multiple values, compute the average of all the values.
B
- backend() - Method in interface org.hibernate.search.engine.backend.index.IndexManager
- backend() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
- backend(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
- Backend - Interface in org.hibernate.search.engine.backend
-
A backend as viewed by Hibernate Search users.
- BACKEND - Static variable in class org.hibernate.search.engine.cfg.EngineSettings
-
The root property for properties of the default backend, e.g.
- BACKEND - Static variable in class org.hibernate.search.engine.cfg.EngineSettings.Radicals
- BackendBuildContext - Interface in org.hibernate.search.engine.backend.spi
-
A build context for backends.
- BackendFactory - Interface in org.hibernate.search.engine.backend.spi
- BackendImplementor - Interface in org.hibernate.search.engine.backend.spi
- backendKey(String) - Static method in class org.hibernate.search.engine.cfg.BackendSettings
-
Builds a configuration property key for the default backend, with the given radical.
- backendKey(String, String) - Static method in class org.hibernate.search.engine.cfg.BackendSettings
-
Builds a configuration property key for the given backend, with the given radical.
- 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 for properties of named backends, 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
FailureHandlerinstance 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
- BatchedWork<P> - Interface in org.hibernate.search.engine.backend.orchestration.spi
-
A work ready to be submitted to a
BatchingExecutor, and eventually processed in a batch by aBatchedWorkProcessor. - BatchedWorkProcessor - Interface in org.hibernate.search.engine.backend.orchestration.spi
-
A processor of batched works submitted to a
BatchingExecutor. - BatchingExecutor<P extends BatchedWorkProcessor> - 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
- BEAN - org.hibernate.search.engine.environment.bean.BeanRetrieval
-
Retrieve an actual managed bean.
- BEAN_CONFIGURERS - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
The
BeanConfigurerinstances 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
- BeanHolder<T> - Interface in org.hibernate.search.engine.environment.bean
-
An object holding a bean instance, and allowing to release it.
- beanManagerBeanProvider(BeanProvider) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
- BeanNotFoundException - Exception in org.hibernate.search.engine.environment.bean.spi
-
Indicates a bean was not found by a
BeanProvider. - BeanNotFoundException(String) - Constructor for exception org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException
- BeanNotFoundException(String, Throwable) - Constructor for exception org.hibernate.search.engine.environment.bean.spi.BeanNotFoundException
- BeanProvider - Interface in org.hibernate.search.engine.environment.bean.spi
-
The interface to be implemented by components providing beans to Hibernate Search.
- BeanReference<T> - Interface in org.hibernate.search.engine.environment.bean
-
A reference to a bean, allowing the retrieval of that bean when
passedaBeanResolver. - beanResolver() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
- beanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- beanResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
- beanResolver() - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanCreationContext
- beanResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- beanResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingFinalizationContext
- beanResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
- 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.
- BeanRetrieval - Enum in org.hibernate.search.engine.environment.bean
-
Defines where beans are retrieved from.
- beforeBoot() - Method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
- beginBatch() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchedWorkProcessor
-
Initializes internal state before works are submitted.
- 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() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- bool() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- 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(Consumer<? super BooleanPredicateClausesStep<?>>) - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- BooleanOperator - Enum in org.hibernate.search.engine.search.common
- BooleanPredicateBuilder - 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.PredicateScoreStep
-
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
- bottomRight() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
- 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.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 the mapping based on the
IndexManagerBuilder.schemaRootNodeBuilder()metadata contributed} so far. - 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 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 class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
- build() - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder
- build() - Method in interface org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
- build() - Method in interface org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
- build() - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilder
- build() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
- build() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
- build() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.StaticSortThenStep
- build() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilder
- build(ProjectionAccumulator.Provider<Double, P>) - Method in interface org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
- build(ProjectionAccumulator.Provider<T, P>) - Method in interface org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
- builder() - Static method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
- builder() - Static method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext
- builder() - Static method in class org.hibernate.search.engine.reporting.FailureContext
- builder(ConfigurationPropertySource, ConfigurationPropertyChecker) - Static method in interface org.hibernate.search.engine.common.spi.SearchIntegration
- builderFactory() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
- builderFactory() - Method in interface org.hibernate.search.engine.search.predicate.dsl.spi.SearchPredicateDslContext
- builderFactory() - Method in interface org.hibernate.search.engine.search.projection.dsl.spi.SearchProjectionDslContext
- builderFactory() - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
- BUILTIN - org.hibernate.search.engine.environment.bean.BeanRetrieval
-
Retrieve a built-in bean.
C
- center(GeoPoint) - Method in interface org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
- center(GeoPoint) - Method in interface org.hibernate.search.engine.search.sort.spi.DistanceSortBuilder
- checkNoFailure() - Method in class org.hibernate.search.engine.reporting.spi.RootFailureCollector
- checkTimedOut() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- 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(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(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(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, DistanceUnit) - Method in interface org.hibernate.search.engine.search.predicate.spi.SpatialWithinCirclePredicateBuilder
- CLASS - org.hibernate.search.engine.environment.bean.BeanRetrieval
-
Retrieve an instance of a class.
- classForName(Class<T>, String, ClassResolver) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
- 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
ClassLoadingExceptionusing the specified message and cause. - classResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- classResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- classResolver(ClassResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
- 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 interface org.hibernate.search.engine.search.query.SearchScroll
- 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
- complete() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchedWorkProcessor
-
Executes any outstanding operation, or schedule their execution.
- complete() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.SingletonTask.Worker
-
Executes any outstanding operation, or schedule their execution.
- completion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
- completion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
- completion() - Method in class org.hibernate.search.engine.backend.orchestration.spi.SingletonTask
- compose(String, String) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- compose(String, SimpleGlobPattern) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- compose(IndexFieldInclusion) - Method in enum org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
- composite() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
Order by a sort composed of several elements.
- composite() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- composite() - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
- composite(BiFunction<P1, P2, P>, SearchProjection<P1>, SearchProjection<P2>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
- 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(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>, SearchProjection<P1>, SearchProjection<P2>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- 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(Consumer<? super CompositeSortComponentsStep<?>>) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- composite(Function<List<?>, P>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
- 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<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>, SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- 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(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>, SearchProjection<P>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- composite(Function<P1, P>, SearchProjection<P1>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
- composite(ProjectionFinalStep<?>...) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a
Listbased on the given almost-built projections. - composite(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Create a projection that will compose a
Listbased on the given projections. - composite(TriFunction<P1, P2, P3, P>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
- 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(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>, SearchProjection<P1>, SearchProjection<P2>, SearchProjection<P3>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- 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.
- CompositeSortBuilder - Interface in org.hibernate.search.engine.search.sort.spi
- 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
ConfigurationPropertySourceand requiring special hooks to be called before and after bootstrap. - ConfigurationPropertyCheckingStrategyName - Enum in org.hibernate.search.engine.cfg
- configurationPropertySource() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
- configurationPropertySource() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
- configurationPropertySource() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- configurationPropertySource() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingFinalizationContext
- configurationPropertySource() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
- 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
- CONSTRUCTOR - org.hibernate.search.engine.environment.bean.BeanRetrieval
-
Retrieve an instance of a class through the constructor directly, ignoring any bean manager.
- 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(C, AggregationKey<A>, SearchAggregation<A>) - Method in interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilderFactory
-
Contribute an aggregation to a collector.
- contribute(C, SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
-
Contribute a predicate builder to a collector.
- contribute(C, SearchSort) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
-
Contribute a sort builder to a collector.
- contribute(DocumentElement) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentContributor
- convert(F, FromDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
- convert(F, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
- convert(F, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
- convert(F, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
- convert(I, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
- 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.
- convert(String, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
- convert(V, ToDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
- convert(V, ToDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
- convertBeanReference(Class<T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
- convertBigDecimal(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to BigDecimal if necessary.
- convertBigInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to BigInteger if necessary.
- convertBoolean(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to boolean if necessary, allowing only either "true" or "false".
- convertByte(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to byte if necessary.
- convertDouble(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to double if necessary.
- convertFloat(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to float if necessary.
- convertInteger(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to int if necessary.
- convertLong(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
-
Convert a property value from String to long if necessary.
- convertMultiValue(Pattern, Function<Object, T>, Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
- convertReference(DocumentReference) - Method in interface org.hibernate.search.engine.search.loading.spi.LoadingResult
-
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, ToDocumentIdentifierValueConvertContext) - Method in class org.hibernate.search.engine.backend.types.converter.spi.StringToDocumentIdentifierValueConverter
- convertUnknown(Object, ToDocumentIdentifierValueConvertContext) - Method in interface org.hibernate.search.engine.backend.types.converter.spi.ToDocumentIdentifierValueConverter
-
Convert an input value of unknown type that may not have the required type
I. - convertUnknown(Object, ToDocumentFieldValueConvertContext) - Method in 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. - ConvertUtils - Class in org.hibernate.search.engine.cfg.spi
- create() - Static method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
- 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
- create(EventContext, BackendBuildContext, ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.backend.spi.BackendFactory
- 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.AbstractSearchQuerySelectStep
- createEntityReference(String, Object) - Method in interface org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
- createIfMissing() - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Creates the schema if it doesn't already exist.
- createIndexer(BackendSessionContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
- createIndexer(BackendSessionContext) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
- createIndexingPlan(BackendSessionContext, EntityReferenceFactory<R>, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
- createIndexingPlan(BackendSessionContext, EntityReferenceFactory<R>, 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
- createInitial() - Method in class org.hibernate.search.engine.search.projection.spi.ListProjectionAccumulator
- createInitial() - Method in interface org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
-
Creates the initial accumulated container.
- createInitial() - Method in class org.hibernate.search.engine.search.projection.spi.SingleValuedProjectionAccumulator
- 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
- createOrUpdate() - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Creates the schema if it doesn't already exist, or updates the existing schema to match requirements expressed by the mapper.
- createOrValidate(ContextualFailureCollector) - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Creates the schema if it doesn't already exist, or validates the existing schema against requirements expressed by the mapper.
- createProjectionHitMapper() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContext
- 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() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
- createTypeFactory(IndexFieldTypeDefaultsProvider) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaRootNodeBuilder
- 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
D
- Deadline - Interface in org.hibernate.search.engine.common.timing.spi
-
Common interface providing a deadline through the method
Deadline.remainingTimeMillis(). - deadlineOrNull() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- decimalScale() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
- decimalScale(int) - Method in interface org.hibernate.search.engine.backend.types.dsl.ScaledNumberIndexFieldTypeOptionsStep
- DEFAULT - org.hibernate.search.engine.backend.types.Aggregable
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.Norms
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.ObjectStructure
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.Projectable
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.Searchable
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.Sortable
-
Use the backend-specific default.
- DEFAULT - org.hibernate.search.engine.backend.types.TermVector
-
Use the backend-specific default.
- DEFAULT - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The default analyzer.
- defaultBackend() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- DefaultClassResolver - Class in org.hibernate.search.engine.environment.classpath.spi
-
Default implementation of
ClassResolverrelying on anAggregatedClassLoader. - defaultContext() - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- 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
-
Default implementation of
ClassResolverrelying on anAggregatedClassLoader. - DefaultServiceResolver - Class in org.hibernate.search.engine.environment.classpath.spi
-
Default implementation of
ClassResolverrelying on anAggregatedClassLoader. - define(Class<T>, String, BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
-
Define a way to resolve a bean referenced by its
exposedTypeandname. - define(Class<T>, BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanConfigurationContext
-
Define a way to resolve a bean referenced by its
exposedType. - definingTypeModel() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- delegate() - Method in class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
- delegate() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- delegate() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- DelegatingSearchAggregationFactory<PDF extends SearchPredicateFactory> - Class in org.hibernate.search.engine.search.aggregation.dsl.spi
-
A delegating
SearchAggregationFactory. - DelegatingSearchAggregationFactory(SearchAggregationFactory, SearchAggregationDslContext<?, ? extends PDF>) - Constructor for class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
- DelegatingSearchPredicateFactory - Class in org.hibernate.search.engine.search.predicate.dsl.spi
-
A delegating
SearchPredicateFactory. - 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<PDF extends SearchPredicateFactory> - Class in org.hibernate.search.engine.search.sort.dsl.spi
-
A delegating
SearchSortFactory. - DelegatingSearchSortFactory(SearchSortFactory, SearchSortDslContext<?, ? extends PDF>) - 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.
- delete(DocumentReferenceProvider, DocumentCommitStrategy, DocumentRefreshStrategy) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexer
-
Delete a document from the index.
- desc() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
-
Sort in descending order.
- DESC - org.hibernate.search.engine.search.sort.dsl.SortOrder
-
Sort in descending order.
- descendingSuperTypes() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- descriptor() - Method in interface org.hibernate.search.engine.backend.index.IndexManager
- 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) - Method in interface org.hibernate.search.engine.search.projection.spi.SearchProjectionBuilderFactory
- distance(String) - Method in interface org.hibernate.search.engine.search.sort.spi.SearchSortBuilderFactory
- distance(String, double, double) - Method in interface org.hibernate.search.engine.search.sort.dsl.ExtendedSearchSortFactory
- 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 interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project on the distance from the center to a
GeoPointfield. - 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.sort.dsl.ExtendedSearchSortFactory
- 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, GeoPoint) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- DistanceSortBuilder - Interface in org.hibernate.search.engine.search.sort.spi
- DistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory> - 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<?,T>,T> - 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.
- DistanceToFieldProjectionValueStep<N extends DistanceToFieldProjectionOptionsStep<?,T>,T> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial step in a "distance to field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and 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 - 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() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
Project the match to a
DocumentReference. - 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
- DocumentReference - Interface in org.hibernate.search.engine.backend.common
-
A reference to an indexed document.
- 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(ConfigurationPropertySource) - 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
- dropAndCreate() - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Drops the schema and all indexed data if it exists, then creates the schema.
- dropIfExisting() - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Drops the schema and all indexed data if it exists.
- dslArgumentClass() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- dslContext - Variable in class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
- dslContext() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
- 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.
- 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, ? extends F>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
- DslExtensionState<R> - Class in org.hibernate.search.engine.common.dsl.spi
-
A utility class holding the state of the extension contexts found in several DSLs.
- DslExtensionState() - Constructor for class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
E
- elapsedTimeEstimateMillis() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- empty() - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
- encounteredFieldPaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
- 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.BatchedWorkProcessor
-
Ensures all works submitted since the last call to
BatchedWorkProcessor.beginBatch()will actually be executed, along with any finishing task (commit, ...). - EngineSettings - Class in org.hibernate.search.engine.cfg
-
Configuration properties for the Hibernate Search engine.
- EngineSettings.Defaults - Class in org.hibernate.search.engine.cfg
-
Default values for the different settings if no values are given.
- 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. - ensureScheduled() - Method in class org.hibernate.search.engine.backend.orchestration.spi.SingletonTask
-
Ensures the task will run in the future.
- ensureTimeEstimateIsInitialized() - Method in interface org.hibernate.search.engine.common.timing.spi.TimingSource
-
Needs to be invoked at least once before
TimingSource.monotonicTimeEstimate()can be used. - 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
- entityIdentifier() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
- 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() - 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
- entityReference(Object) - Method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext.Builder
- EntityReferenceFactory<R> - Interface in org.hibernate.search.engine.backend.common.spi
- 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.
- entityReferences() - Method in class org.hibernate.search.engine.reporting.EntityIndexingFailureContext
- 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
- ESCAPE - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
ESCAPEoperator (\) - eventContext() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
- EventContexts - Class in org.hibernate.search.engine.reporting.spi
- exact(long) - Static method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- 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.
- except(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
Add a "must not" clause based on an almost-built
SearchPredicate. - except(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
Add a "must not" clause based on a previously-built
SearchPredicate, - EXCEPTION - org.hibernate.search.engine.search.timeout.spi.TimeoutManager.Type
- EXCLUDED - org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
-
The field is excluded.
- 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 - 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
- ExtendedSearchAggregationFactory<PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
A base interface for subtypes of
SearchAggregationFactoryallowing to easily override the predicate factory type for all relevant methods. - ExtendedSearchFetchable<H,R extends SearchResult<H>,SC extends SearchScroll<H>> - Interface in org.hibernate.search.engine.search.query
-
A base interface for subtypes of
SearchFetchableallowing to easily override the result type for all relevant methods. - ExtendedSearchQuery<H,R extends SearchResult<H>,SC extends SearchScroll<H>> - Interface in org.hibernate.search.engine.search.query
-
A base interface for subtypes of
SearchQueryallowing to easily override the result type for all relevant methods. - ExtendedSearchScroll<H,R extends SearchScrollResult<H>> - Interface in org.hibernate.search.engine.search.query
-
A base interface for subtypes of
SearchScrollallowing to easily override the result type for all relevant methods. - ExtendedSearchSortFactory<PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.sort.dsl
-
A base interface for subtypes of
SearchSortFactoryallowing to easily override the predicate factory 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
Optionalin 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
Optionalin 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
Optionalin 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
Optionalin case of failure. - extendOptional(SearchPredicateFactory, SearchPredicateDslContext<?>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optionalin case of failure. - extendOptional(SearchProjectionFactory<R, E>, SearchProjectionDslContext<?>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtension
-
Attempt to extend a given factory, returning an empty
Optionalin case of failure. - extendOptional(SearchQuerySelectStep<?, R, E, LOS, ?, ?>, IndexScope<?>, BackendSessionContext, LoadingContextBuilder<R, E, LOS>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryDslExtension
-
Attempt to extend a given DSL step, returning an empty
Optionalin 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
Optionalin 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
Optionalin 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() - 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() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- 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() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- 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() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- 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(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 class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
- 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(SearchPredicateFactoryExtension<T>) - 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(SearchProjectionFactoryExtension<T, R, E>) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- extension(SearchQueryDslExtension<T, R, E, LOS>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Extend the current DSL step with the given extension, resulting in an extended step offering more query options.
- extension(SearchQueryDslExtension<T, R, E, LOS>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- extension(SearchQueryDslExtension<T, R, E, LOS>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQuerySelectStep
- 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(SearchSortFactoryExtension<T>) - Method in class org.hibernate.search.engine.search.sort.dsl.spi.DelegatingSearchSortFactory
- externalRepresentation() - Method in enum org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
F
- failAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Stop the query and throw a
SearchTimeoutExceptionafter a given timeout. - 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
- failingEntityReference(EntityReferenceFactory<R>, String, Object) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
- failingEntityReference(R) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
- failingEntityReferences() - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
- failingOperation() - Method in class org.hibernate.search.engine.reporting.FailureContext
- failingOperation(Object) - Method in class org.hibernate.search.engine.reporting.FailureContext.Builder
- failureCollector() - 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.
- failureCollector() - 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.
- failureCollector() - 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.
- failureCollector() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingPreStopContext
-
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the shutdown process.
- failureCollector() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingStartContext
-
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.
- 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() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- failureHandler() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- 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) - 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) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the
SearchResult, limiting tolimithits. - 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.dsl.spi.AbstractExtendedSearchQueryOptionsStep
- fetch(Integer, Integer) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
- fetch(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
- 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) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query and return the hits as a
List, limiting tolimithits. - 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.dsl.spi.AbstractSearchQueryOptionsStep
- fetchHits(Integer, Integer) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
- 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) - Method in interface org.hibernate.search.engine.backend.metamodel.IndexDescriptor
-
Get a field by its path.
- 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) - 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) - Method in interface org.hibernate.search.engine.search.sort.dsl.ExtendedSearchSortFactory
- 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
- 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>) - 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.RangeAggregationFieldStep
-
Target the given field in the range 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, 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, Class<T>, 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, 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, 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, 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, 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, ValueConvert) - Method in class org.hibernate.search.engine.search.projection.dsl.spi.DelegatingSearchProjectionFactory
- FieldPaths - Class in org.hibernate.search.engine.backend.common.spi
- FieldPaths.RelativizedPath - Class in org.hibernate.search.engine.backend.common.spi
- 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.
- FieldProjectionValueStep<N extends FieldProjectionOptionsStep<?,T>,T> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial step in a "field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and 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 - 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<?,PDF>,PDF extends SearchPredicateFactory> - 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.
- fieldTemplate(String, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<?>>) - 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.
- fieldTemplate(String, IndexFieldTypeFinalStep<?>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field template to this index schema element with the given almost-built type.
- fieldTemplate(String, IndexFieldType<?>) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add a field template to this index schema element with the given type.
- filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "filter" clause to be defined by the given function.
- filter(Function<? super PDF, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
-
Filter nested objects from which values will be extracted for this aggregation.
- filter(Function<? super PDF, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SortFilterStep
-
Filter nested objects from which values will be extracted for this sort.
- filter(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
-
Filter nested objects from which values will be extracted for this aggregation.
- filter(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "filter" clause based on an almost-built
SearchPredicate. - filter(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.sort.dsl.SortFilterStep
-
Filter nested objects from which values will be extracted for this sort.
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFilterStep
-
Filter nested objects from which values will be extracted for this aggregation.
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.aggregation.spi.RangeAggregationBuilder
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "filter" clause based on a previously-built
SearchPredicate. - filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.sort.dsl.SortFilterStep
-
Filter nested objects from which values will be extracted for this sort.
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.sort.spi.DistanceSortBuilder
- filter(SearchPredicate) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
- filter(T, IndexFieldInclusion) - Method in enum org.hibernate.search.engine.backend.document.model.spi.IndexFieldFilter
- finalizeIntegration() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationFinalizer
-
Finalize the building of the integration.
- finalizeMapping(MappingFinalizationContext, PBM) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingFinalizer
- finalizeMapping(MappingKey<PBM, M>, MappingFinalizer<PBM, M>) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationFinalizer
-
Finalize the building of a mapping.
- 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
- finish(F, ProjectionConverter<? super F, ? extends V>, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.search.projection.spi.SingleValuedProjectionAccumulator
- finish(List<F>, ProjectionConverter<? super F, ? extends V>, FromDocumentFieldValueConvertContext) - Method in class org.hibernate.search.engine.search.projection.spi.ListProjectionAccumulator
- finish(U, ProjectionConverter<? super F, ? extends V>, FromDocumentFieldValueConvertContext) - Method in interface org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
-
Finishes the collecting, converting the accumulated container into the final result.
- first() - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortMissingValueBehaviorStep
-
Put documents with missing values first in the sorting.
- flags(Set<SimpleQueryFlag>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateOptionsStep
-
Enable operation in the given flags.
- flags(Set<SimpleQueryFlag>) - Method in interface org.hibernate.search.engine.search.predicate.spi.SimpleQueryStringPredicateBuilder
- flags(SimpleQueryFlag...) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SimpleQueryStringPredicateOptionsStep
-
Enable operation in the given flags.
- FLATTENED - org.hibernate.search.engine.backend.types.ObjectStructure
-
Flatten multi-valued object fields.
- flush() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
- FORCE - org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy
-
After a change to an indexed document, force a commit of the relevant shard and wait for that commit to finish, to ensure changes are persisted to disk.
- FORCE - org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
After a change to an indexed document, force a refresh of the corresponding shard to make the updated document searchable immediately, and wait for that refresh to finish.
- forceTimeout(Exception) - Method in interface org.hibernate.search.engine.common.timing.spi.Deadline
- forceTimeoutAndCreateException(Exception) - Method in interface org.hibernate.search.engine.common.timing.spi.Deadline
- forKey(String) - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Start the creation of a configuration property.
- forType(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
-
Provide a bean referenced by its type.
- forTypeAndName(Class<T>, String) - Method in interface org.hibernate.search.engine.environment.bean.spi.BeanProvider
-
Provide a bean referenced by its type and name.
- fromAnalyzer(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- fromBackendName(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- fromCharFilter(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- FromDocumentFieldValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime
- FromDocumentFieldValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime
-
An extension to
FromDocumentFieldValueConvertContext, allowing to access non-standard context specific to a given mapper. - FromDocumentFieldValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
- FromDocumentFieldValueConvertContextImpl(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
- fromFieldTemplateAbsolutePath(String) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- 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(Object) - 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
- FUZZY - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
FUZZYoperators: (~) on single terms
G
- GeoBoundingBox - Interface in org.hibernate.search.engine.spatial
-
A bounding box in the geocentric coordinate system.
- GeoPoint - Interface in org.hibernate.search.engine.spatial
-
A point in the geocentric coordinate system.
- GeoPolygon - Interface in org.hibernate.search.engine.spatial
-
A polygon in the geocentric coordinate system.
- get() - Static method in class org.hibernate.search.engine.backend.document.spi.NoOpDocumentElement
- get() - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
- get() - Method in interface org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
- get(Object) - Method in interface org.hibernate.search.engine.search.loading.spi.LoadingResult
- 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(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get the value of this configuration property.
- get(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
- getAndMap(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property.
- getAndMapOrThrow(ConfigurationPropertySource, Function<T, R>, Function<String, RuntimeException>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalConfigurationProperty
-
Get and transform the value of this configuration property, throwing an exception if the value is not present.
- getAndTransform(ConfigurationPropertySource, Function<T, R>) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationProperty
-
Get and transform the value of this configuration property.
- 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.
- getResources(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.AggregatedClassLoader
- getVersionString() - Static method in class org.hibernate.search.engine.Version
-
Deprecated.Use
Version.versionString()instead. - 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.
H
- handle(EntityIndexingFailureContext) - Method in interface org.hibernate.search.engine.reporting.FailureHandler
-
Handle the failure of entity indexing.
- handle(FailureContext) - Method in interface org.hibernate.search.engine.reporting.FailureHandler
-
Handle a generic failure.
- hardDeadlineOrNull() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- hardTimeout(TimingSource, long, TimeUnit) - Static method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- hasFailure() - Method in interface org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
- hasHardTimeout() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- hashCode() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- hashCode() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- hashCode() - Method in class org.hibernate.search.engine.search.aggregation.AggregationKey
- hasHits() - Method in interface org.hibernate.search.engine.search.query.SearchScrollResult
-
Returns true if this scrolling result contains some index hits.
- hasHits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
- hibernateSearchName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexDescriptor
- hitCount() - Method in interface org.hibernate.search.engine.search.query.SearchResultTotal
- hitCount() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- hitCountLowerBound() - Method in interface org.hibernate.search.engine.search.query.SearchResultTotal
- hitCountLowerBound() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- hits() - Method in interface org.hibernate.search.engine.search.query.SearchResult
- hits() - Method in interface org.hibernate.search.engine.search.query.SearchScrollResult
- hits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- hits() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
I
- id() - Method in interface org.hibernate.search.engine.backend.common.DocumentReference
- 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.
- identifier() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
- 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
-
If the given extension is supported, and none of the previous extensions passed to
SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval. - ifSupported(SearchProjectionFactoryExtension<T, R, E>, Function<T, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedStep
-
If the given extension is supported, and none of the previous extensions passed to
SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting projection for later retrieval. - ifSupported(SearchSortFactoryExtension<T>, Function<T, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedStep
-
If the given extension is supported, and none of the previous extensions passed to
SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting sort for later retrieval. - IGNORE - org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
-
Ignore the result of configuration property checking.
- INCLUDED - org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
-
The field is included.
- INCLUDED_ONLY - org.hibernate.search.engine.backend.document.model.spi.IndexFieldFilter
-
Returns fields that are actually included in the schema.
- includeDepth() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- includePaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- IndexBindingContext - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
The binding context associated to a specific node in the entity tree.
- IndexCompositeElementDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
A composite element in the index.
- IndexDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
A descriptor of an index, exposing in particular the available fields and their characteristics.
- 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, ObjectStructure, 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.
- IndexFieldDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
A field in the index.
- IndexFieldFilter - Enum in org.hibernate.search.engine.backend.document.model.spi
- IndexFieldInclusion - Enum in org.hibernate.search.engine.backend.document.model.spi
- 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 - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
An indexer scoped to a single index.
- IndexIndexingPlan<R> - Interface in org.hibernate.search.engine.backend.work.execution.spi
-
A set of works to be executed on a single index.
- IndexIndexingPlanExecutionReport<R> - Class in org.hibernate.search.engine.backend.work.execution.spi
- IndexIndexingPlanExecutionReport.Builder<R> - Class in org.hibernate.search.engine.backend.work.execution.spi
- indexKey(String, String) - Static method in class org.hibernate.search.engine.cfg.IndexSettings
-
Builds a configuration property key for the index of the given backend, with the given radical.
- indexKey(String, String, String) - Static method in class org.hibernate.search.engine.cfg.IndexSettings
-
Builds a configuration property key for the index of the given backend, with the given radical.
- indexManager(String) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegration
- IndexManager - Interface in org.hibernate.search.engine.backend.index
-
An index manager as viewed by Hibernate Search users.
- IndexManagerBuilder - Interface in org.hibernate.search.engine.backend.index.spi
- IndexManagerImplementor - 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() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappedIndexManagerBuilder
- indexNullAs(F) - Method in interface org.hibernate.search.engine.backend.types.dsl.StandardIndexFieldTypeOptionsStep
- IndexObjectFieldDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
An "object" field in the index, i.e.
- 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.
- IndexObjectFieldTypeDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
The type of an "object" field in the index, exposing its various capabilities.
- 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.
- IndexSchemaFieldTemplateOptionsStep<S extends IndexSchemaFieldTemplateOptionsStep<?>> - Interface in org.hibernate.search.engine.backend.document.model.dsl
-
The final step in the definition of a field template in the index schema, where options can be set.
- IndexSchemaManager - Interface in org.hibernate.search.engine.backend.schema.management.spi
-
A manager for the schema of a single index, i.e.
- 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 ofa field referenceto 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() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQuerySelectStep
- 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.
- IndexValueFieldDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
A "value" field in the index, i.e.
- IndexValueFieldTypeDescriptor - Interface in org.hibernate.search.engine.backend.metamodel
-
The type of a "value" field in the index, exposing its various capabilities and accepted Java types.
- 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<?>) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Creates an instance of target class
- instanceFromClass(Class<T>, Class<?>, 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, 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
ClassLoaderas fallback when the class cannot be found in the context one. - isAbstract() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.FromDocumentFieldValueConverter
- isCompatibleWith(FromDocumentFieldValueConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.PassThroughFromDocumentFieldValueConverter
- isCompatibleWith(DslConverter<?, ?>) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
- 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 class org.hibernate.search.engine.backend.types.converter.spi.PassThroughToDocumentFieldValueConverter
- isCompatibleWith(ToDocumentFieldValueConverter<?, ?>) - Method in interface org.hibernate.search.engine.backend.types.converter.ToDocumentFieldValueConverter
- isHitCountExact() - Method in interface org.hibernate.search.engine.search.query.SearchResultTotal
- isHitCountExact() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- isHitCountLowerBound() - Method in interface org.hibernate.search.engine.search.query.SearchResultTotal
- isHitCountLowerBound() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- isObjectField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
- isObjectField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- isRoot() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
- isSingleValued() - Method in interface org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
- isSubTypeOf(MappableTypeModel) - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- isTimedOut() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- isValueField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
K
- KeyContext - Interface in org.hibernate.search.engine.cfg.spi
- KEYWORD - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The keyword analyzer.
- KILOMETERS - org.hibernate.search.engine.spatial.DistanceUnit
L
- last() - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortMissingValueBehaviorStep
-
Put documents with missing values last in the sorting.
- latitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
- lessThan(Object) - Method in interface org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingStep
-
Require at least one of the targeted fields to be "lesser than" the given value, with no limit as to how low it can be.
- lessThan(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" the given value, with no limit as to how low it can be.
- LIMIT - org.hibernate.search.engine.search.timeout.spi.TimeoutManager.Type
- ListProjectionAccumulator<F,V> - Class in org.hibernate.search.engine.search.projection.spi
-
A
ProjectionAccumulatorthat can accumulate any number of values into aList. - loadBlocking(List<R>, Deadline) - Method in interface org.hibernate.search.engine.search.loading.spi.EntityLoader
-
Loads the entities corresponding to the given references, blocking the current thread while doing so.
- loadBlocking(Deadline) - Method in class org.hibernate.search.engine.search.loading.spi.DefaultProjectionHitMapper
- loadBlocking(Deadline) - Method in interface org.hibernate.search.engine.search.loading.spi.ProjectionHitMapper
-
Loads the entities planned for loading in one go, blocking the current thread while doing so.
- loading(Consumer<? super LOS>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Configure entity loading for this query.
- loading(Consumer<? super LOS>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- LoadingContext<R,E> - Interface in org.hibernate.search.engine.search.loading.context.spi
-
An execution context for queries, providing components allowing to load data from an external source (relational database, ...).
- loadingContextBuilder() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQuerySelectStep
- LoadingContextBuilder<R,E,LOS> - Interface in org.hibernate.search.engine.search.loading.context.spi
-
A builder for
LoadingContext, allowing to change the parameters of object loading while a query is being built. - LoadingResult<R,E> - Interface in org.hibernate.search.engine.search.loading.spi
-
The result of the loading of the entities by the
ProjectionHitMapper. - loadJavaServices(Class<T>) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ServiceResolver
-
Discovers and instantiates implementations of the named service contract.
- locateResource(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultResourceResolver
- locateResource(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ResourceResolver
-
Locate a resource by name (classpath lookup).
- locateResourceStream(String) - Method in class org.hibernate.search.engine.environment.classpath.spi.DefaultResourceResolver
- locateResourceStream(String) - Method in interface org.hibernate.search.engine.environment.classpath.spi.ResourceResolver
-
Locate a resource by name (classpath lookup) and get its stream.
- longitude() - Method in interface org.hibernate.search.engine.spatial.GeoPoint
- lowerBound(long) - Static method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
M
- 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 - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
The object responsible for applying works and searches to a full-text index.
- MappedIndexManagerBuilder - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
-
A builder for
MappedIndexManagerinstances, 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
MappedIndexManagerinstances, 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 werecollectedand 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
- mappingContext() - Method in interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
- mappingContext() - Method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
- 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
-
Tagging interface for objects used as a key to retrieve mappings at different states: when finalizing the mapping in
SearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer). - MappingPartialBuildState - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
- MappingPreStopContext - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
A pre-stop context for mappings.
- MappingStartContext - Interface in org.hibernate.search.engine.mapper.mapping.spi
-
A start context for mappings.
- 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.BatchedWork
- maskedPropertySource() - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
- 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 - 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 - 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) - 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.MatchIdPredicateMatchingStep
-
Target the identifier with the given id.
- 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.
- matchingPathGlob(String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldTemplateOptionsStep
-
Restrict the field template to only fields whose path matches the given glob pattern.
- MatchPredicateBuilder - 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 - org.hibernate.search.engine.search.common.SortMode
-
When a field has multiple values, pick the highest value.
- 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
maxTermCountmost frequent terms. - maxTermCount(int) - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- MEDIAN - org.hibernate.search.engine.search.common.SortMode
-
When a field has multiple values, compute the median of all the values.
- mergeSegments() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
- METERS - org.hibernate.search.engine.spatial.DistanceUnit
- MILES - org.hibernate.search.engine.spatial.DistanceUnit
- MIN - org.hibernate.search.engine.search.common.SortMode
-
When a field has multiple values, pick the lowest value.
- 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
minDocumentCountmatching 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
-
The step in a "minimum should match" constraint definition where the constraint definition can be
ended, ormore conditions can be added. - minimumShouldMatchNumber(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a default "minimumShouldMatch" constraint.
- 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
-
Add a default "minimumShouldMatch" constraint.
- 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
- mode(SortMode) - Method in interface org.hibernate.search.engine.search.sort.dsl.SortModeStep
-
Start describing the behavior of this sort when a document has multiple values for the targeted field.
- mode(SortMode) - Method in interface org.hibernate.search.engine.search.sort.spi.DistanceSortBuilder
- mode(SortMode) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
- monotonicTimeEstimate() - Method in interface org.hibernate.search.engine.common.timing.spi.TimingSource
-
Returns an approximation of
System.nanoTime(). - multi() - Method in interface org.hibernate.search.engine.search.projection.dsl.DistanceToFieldProjectionValueStep
-
Defines the projection as multi-valued, i.e.
- multi() - Method in interface org.hibernate.search.engine.search.projection.dsl.FieldProjectionValueStep
-
Defines the projection as multi-valued, i.e.
- 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.cfg.spi.OptionalPropertyContext
- 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.IndexSchemaFieldTemplateOptionsStep
-
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.backend.metamodel.IndexFieldDescriptor
- multiValuedInRoot() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must" clause to be defined by the given function.
- must(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must" clause based on an almost-built
SearchPredicate. - must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must" clause based on a previously-built
SearchPredicate. - must(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
- mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must not" clause to be defined by the given function.
- mustNot(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must not" clause based on an almost-built
SearchPredicate. - mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "must not" clause based on a previously-built
SearchPredicate. - mustNot(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
N
- name() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
- name() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- name() - Method in class org.hibernate.search.engine.search.aggregation.AggregationKey
- namedConfiguredForRole(Class<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Return named bean references configured for the given role.
- nanoTime() - Method in interface org.hibernate.search.engine.common.timing.spi.TimingSource
-
Returns current system time in nanoseconds.
- NAUTICAL_MILES - org.hibernate.search.engine.spatial.DistanceUnit
- NEAR - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
NEARoperators: (~) on phrases - nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
-
Set the inner predicate defined by the given function.
- nest(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
-
Set the inner predicate to an almost-built
SearchPredicate. - nest(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
-
Set the inner predicate to a previously-built
SearchPredicate. - nested() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexObjectFieldTypeDescriptor
- nested() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where a
nested objectmatches a given predicate. - nested() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- nested(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- nested(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.NestedPredicateBuilder
- NESTED - org.hibernate.search.engine.backend.types.ObjectStructure
-
Store object fields as nested documents.
- NestedPredicateBuilder - Interface in org.hibernate.search.engine.search.predicate.spi
- NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "nested" predicate definition, where the target field can be set.
- NestedPredicateNestStep<N extends NestedPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "nested" predicate definition where the predicate to nest can be set.
- NestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in an "nested" predicate definition, where optional parameters can be set.
- newFixedThreadPool(int, String) - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
-
Creates a new fixed size
ThreadPoolExecutor. - newFixedThreadPool(int, String, int) - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
-
Creates a new fixed size
ThreadPoolExecutor. - newScheduledExecutor(int, String) - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
-
Creates a new fixed size
ScheduledExecutorService. - next() - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchScroll
- next() - Method in interface org.hibernate.search.engine.search.query.SearchScroll
-
Returns the next chunk, with at most
chunkSizehits. - NO - org.hibernate.search.engine.backend.types.Aggregable
-
Do not allow aggregation on the field.
- NO - org.hibernate.search.engine.backend.types.Norms
-
The index-time scoring information is not stored.
- NO - org.hibernate.search.engine.backend.types.Projectable
-
Do not allow projection on the field.
- NO - org.hibernate.search.engine.backend.types.Searchable
-
The field is not searchable, i.e.
- NO - org.hibernate.search.engine.backend.types.Sortable
-
The field is not sortable.
- NO - org.hibernate.search.engine.backend.types.TermVector
-
Do not store term vectors.
- NO - org.hibernate.search.engine.search.common.ValueConvert
-
Disables value conversion.
- NONE - org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy
-
After a change to an indexed document, simply let the global index commit policy follow its course, without waiting for or forcing a commit.
- NONE - org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
After a change to an indexed document, simply let the global index refresh policy follow its course, without waiting for anything.
- NONE - org.hibernate.search.engine.search.timeout.spi.TimeoutManager.Type
- NoOpDocumentElement - Class in org.hibernate.search.engine.backend.document.spi
- normalizer(String) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
-
Define the type as normalized.
- normalizerName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- norms(Norms) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
- Norms - Enum in org.hibernate.search.engine.backend.types
-
Whether index-time scoring information for the field should be stored or not.
- NOT - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
NOToperator (-) - noTimeout(TimingSource) - Static method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- NumberScaleConstants - Class in org.hibernate.search.engine.cfg.spi
O
- objectField(String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field to this index schema element with the default structure.
- objectField(String) - Method in interface org.hibernate.search.engine.search.predicate.dsl.NestedPredicateFieldStep
-
Set the object field to "nest" on.
- objectField(String, ObjectStructure) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field to this index schema element with the given structure.
- objectFieldTemplate(String) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field template to this index schema element with the default structure.
- objectFieldTemplate(String, ObjectStructure) - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement
-
Add an object field template to this index schema element with the given structure.
- ObjectStructure - Enum in org.hibernate.search.engine.backend.types
-
Defines how the structure of an object field is preserved upon indexing.
- of(double, double) - Static method in interface org.hibernate.search.engine.spatial.GeoPoint
-
Create a
GeoPointfrom a latitude and a longitude. - of(double, double, double, double) - Static method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
Create a
GeoBoundingBoxfrom the latitude and longitude of the top-left and bottom-right corners. - of(long, boolean) - Static method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- of(Class<T>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Create a
BeanReferencereferencing a bean by its type only. - of(Class<T>, String) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Create a
BeanReferencereferencing a bean by type and name. - of(Class<T>, String, BeanRetrieval) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Create a
BeanReferencereferencing a bean by type and name. - of(Class<T>, BeanRetrieval) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Create a
BeanReferencereferencing a bean by its type only. - of(String) - Static method in enum org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
- of(String) - Static method in class org.hibernate.search.engine.search.aggregation.AggregationKey
- of(List<? extends BeanHolder<? extends T>>) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
- of(List<GeoPoint>) - Static method in interface org.hibernate.search.engine.spatial.GeoPolygon
-
Create a
GeoPolygonfrom a list of points. - of(BackendMappingContext, String) - Static method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
- of(BackendSessionContext) - Static method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
- of(TimingSource, Long, TimeUnit, boolean) - Static method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- of(GeoPoint, GeoPoint) - Static method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
-
Create a
GeoBoundingBoxfrom the top-left and bottom-right corners. - of(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Static method in interface org.hibernate.search.engine.spatial.GeoPolygon
-
Create a
GeoPolygonfrom points. - of(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanHolder
- ofInstance(T) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Create a
BeanReferencereferencing a bean instance directly. - ofMilliseconds(long) - Static method in interface org.hibernate.search.engine.common.timing.spi.Deadline
- onGet(Consumer<String>) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
- onSchemaContributed() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexSchemaContributionListener
-
Called at least once if something was contributed to the schema.
- OptionalConfigurationProperty<T> - Interface in org.hibernate.search.engine.cfg.spi
- OptionalPropertyContext<T> - Interface in org.hibernate.search.engine.cfg.spi
- OR - org.hibernate.search.engine.search.common.BooleanOperator
-
OR operator: at least one term/clause must match.
- OR - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
ORoperator (|) - order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
-
Sort in the given order.
- order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.spi.DistanceSortBuilder
- order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
- order(SortOrder) - Method in interface org.hibernate.search.engine.search.sort.spi.ScoreSortBuilder
- orderByCountAscending() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Order buckets by ascending document count in the aggregation result.
- orderByCountAscending() - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- orderByCountDescending() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Order buckets by descending document count in the aggregation result.
- orderByCountDescending() - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- orderByTermAscending() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Order buckets by ascending term value in the aggregation result.
- orderByTermAscending() - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- orderByTermDescending() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.TermsAggregationOptionsStep
-
Order buckets by descending term value in the aggregation result.
- orderByTermDescending() - Method in interface org.hibernate.search.engine.search.aggregation.spi.TermsAggregationBuilder
- orElse(Function<SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchPredicateFactory; otherwise return the predicate created in the first succeedingifSupportedcall. - orElse(Function<SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)was supported so far, apply the given function to the current (non-extended)SearchProjectionFactory; otherwise return the projection created in the first succeedingifSupportedcall. - orElse(Function<SearchSortFactory, ? extends SortFinalStep>) - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchSortFactory; otherwise return the sort created in the first succeedingifSupportedcall. - orElse(T, Consumer<T>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
- orElse(T, Function<T, ? extends R>) - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
- orElseFail() - Method in class org.hibernate.search.engine.common.dsl.spi.DslExtensionState
- orElseFail() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, throw an exception; otherwise return the predicate created in the first succeedingifSupportedcall. - orElseFail() - Method in interface org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)was supported so far, throw an exception; otherwise return the projection created in the first succeedingifSupportedcall. - orElseFail() - Method in interface org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedMoreStep
-
If no extension passed to
SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, throw an exception; otherwise return the sort created in the first succeedingifSupportedcall. - org.hibernate.search.engine - package org.hibernate.search.engine
- org.hibernate.search.engine.backend - package org.hibernate.search.engine.backend
- org.hibernate.search.engine.backend.analysis - package org.hibernate.search.engine.backend.analysis
- org.hibernate.search.engine.backend.common - package org.hibernate.search.engine.backend.common
- org.hibernate.search.engine.backend.common.spi - package org.hibernate.search.engine.backend.common.spi
- org.hibernate.search.engine.backend.document - package org.hibernate.search.engine.backend.document
- org.hibernate.search.engine.backend.document.model.dsl - package org.hibernate.search.engine.backend.document.model.dsl
- org.hibernate.search.engine.backend.document.model.dsl.spi - package org.hibernate.search.engine.backend.document.model.dsl.spi
- org.hibernate.search.engine.backend.document.model.spi - package org.hibernate.search.engine.backend.document.model.spi
- org.hibernate.search.engine.backend.document.spi - package org.hibernate.search.engine.backend.document.spi
- org.hibernate.search.engine.backend.index - package org.hibernate.search.engine.backend.index
- org.hibernate.search.engine.backend.index.spi - package org.hibernate.search.engine.backend.index.spi
- org.hibernate.search.engine.backend.mapping.spi - package org.hibernate.search.engine.backend.mapping.spi
- org.hibernate.search.engine.backend.metamodel - package org.hibernate.search.engine.backend.metamodel
- org.hibernate.search.engine.backend.orchestration.spi - package org.hibernate.search.engine.backend.orchestration.spi
- org.hibernate.search.engine.backend.schema.management.spi - package org.hibernate.search.engine.backend.schema.management.spi
- org.hibernate.search.engine.backend.scope.spi - package org.hibernate.search.engine.backend.scope.spi
- org.hibernate.search.engine.backend.session.spi - package org.hibernate.search.engine.backend.session.spi
- org.hibernate.search.engine.backend.spi - package org.hibernate.search.engine.backend.spi
- org.hibernate.search.engine.backend.types - package org.hibernate.search.engine.backend.types
- org.hibernate.search.engine.backend.types.converter - package org.hibernate.search.engine.backend.types.converter
- org.hibernate.search.engine.backend.types.converter.runtime - package org.hibernate.search.engine.backend.types.converter.runtime
- org.hibernate.search.engine.backend.types.converter.runtime.spi - package org.hibernate.search.engine.backend.types.converter.runtime.spi
- org.hibernate.search.engine.backend.types.converter.spi - package org.hibernate.search.engine.backend.types.converter.spi
- org.hibernate.search.engine.backend.types.dsl - package org.hibernate.search.engine.backend.types.dsl
- org.hibernate.search.engine.backend.work.execution - package org.hibernate.search.engine.backend.work.execution
- org.hibernate.search.engine.backend.work.execution.spi - package org.hibernate.search.engine.backend.work.execution.spi
- org.hibernate.search.engine.cfg - package org.hibernate.search.engine.cfg
-
This package contains everything related to the configuration of the Hibernate Search engine.
- org.hibernate.search.engine.cfg.spi - package org.hibernate.search.engine.cfg.spi
- org.hibernate.search.engine.common.dsl.spi - package org.hibernate.search.engine.common.dsl.spi
- org.hibernate.search.engine.common.spi - package org.hibernate.search.engine.common.spi
- org.hibernate.search.engine.common.timing.spi - package org.hibernate.search.engine.common.timing.spi
- org.hibernate.search.engine.environment.bean - package org.hibernate.search.engine.environment.bean
- org.hibernate.search.engine.environment.bean.spi - package org.hibernate.search.engine.environment.bean.spi
- org.hibernate.search.engine.environment.classpath.spi - package org.hibernate.search.engine.environment.classpath.spi
- org.hibernate.search.engine.environment.thread.spi - package org.hibernate.search.engine.environment.thread.spi
- org.hibernate.search.engine.logging.spi - package org.hibernate.search.engine.logging.spi
- org.hibernate.search.engine.mapper.mapping.building.spi - package org.hibernate.search.engine.mapper.mapping.building.spi
- org.hibernate.search.engine.mapper.mapping.spi - package org.hibernate.search.engine.mapper.mapping.spi
- org.hibernate.search.engine.mapper.model.spi - package org.hibernate.search.engine.mapper.model.spi
- org.hibernate.search.engine.mapper.scope.spi - package org.hibernate.search.engine.mapper.scope.spi
- org.hibernate.search.engine.reporting - package org.hibernate.search.engine.reporting
- org.hibernate.search.engine.reporting.spi - package org.hibernate.search.engine.reporting.spi
- org.hibernate.search.engine.search.aggregation - package org.hibernate.search.engine.search.aggregation
- org.hibernate.search.engine.search.aggregation.dsl - package org.hibernate.search.engine.search.aggregation.dsl
- org.hibernate.search.engine.search.aggregation.dsl.spi - package org.hibernate.search.engine.search.aggregation.dsl.spi
- org.hibernate.search.engine.search.aggregation.spi - package org.hibernate.search.engine.search.aggregation.spi
- org.hibernate.search.engine.search.common - package org.hibernate.search.engine.search.common
- org.hibernate.search.engine.search.loading.context.spi - package org.hibernate.search.engine.search.loading.context.spi
- org.hibernate.search.engine.search.loading.spi - package org.hibernate.search.engine.search.loading.spi
- org.hibernate.search.engine.search.predicate - package org.hibernate.search.engine.search.predicate
- org.hibernate.search.engine.search.predicate.dsl - package org.hibernate.search.engine.search.predicate.dsl
- org.hibernate.search.engine.search.predicate.dsl.spi - package org.hibernate.search.engine.search.predicate.dsl.spi
- org.hibernate.search.engine.search.predicate.spi - package org.hibernate.search.engine.search.predicate.spi
- org.hibernate.search.engine.search.projection - package org.hibernate.search.engine.search.projection
- org.hibernate.search.engine.search.projection.dsl - package org.hibernate.search.engine.search.projection.dsl
- org.hibernate.search.engine.search.projection.dsl.spi - package org.hibernate.search.engine.search.projection.dsl.spi
- org.hibernate.search.engine.search.projection.spi - package org.hibernate.search.engine.search.projection.spi
- org.hibernate.search.engine.search.query - package org.hibernate.search.engine.search.query
- org.hibernate.search.engine.search.query.dsl - package org.hibernate.search.engine.search.query.dsl
- org.hibernate.search.engine.search.query.dsl.spi - package org.hibernate.search.engine.search.query.dsl.spi
- org.hibernate.search.engine.search.query.spi - package org.hibernate.search.engine.search.query.spi
- org.hibernate.search.engine.search.sort - package org.hibernate.search.engine.search.sort
- org.hibernate.search.engine.search.sort.dsl - package org.hibernate.search.engine.search.sort.dsl
- org.hibernate.search.engine.search.sort.dsl.spi - package org.hibernate.search.engine.search.sort.dsl.spi
- org.hibernate.search.engine.search.sort.spi - package org.hibernate.search.engine.search.sort.spi
- org.hibernate.search.engine.search.timeout.spi - package org.hibernate.search.engine.search.timeout.spi
- org.hibernate.search.engine.spatial - package org.hibernate.search.engine.spatial
P
- parent() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- parentIndexObjectReferences() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedBindingContext
- parentPath - Variable in class org.hibernate.search.engine.backend.common.spi.FieldPaths.RelativizedPath
- parse(Class<T>, String) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
- parse(String) - Static method in interface org.hibernate.search.engine.environment.bean.BeanReference
- parseDiscreteValues(T[], Function<T, String>, BiFunction<String, List<String>, RuntimeException>, String) - Static method in class org.hibernate.search.engine.cfg.spi.ParseUtils
- 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
- PATH_SEPARATOR - Static variable in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- PATH_SEPARATOR_REGEX_STRING - Static variable in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- PATH_SEPARATOR_STRING - Static variable in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- 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
- PHRASE - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
PHRASEoperator (") - PhrasePredicateBuilder - 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.
- points() - Method in interface org.hibernate.search.engine.spatial.GeoPolygon
- 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
- PRECEDENCE - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
PRECEDENCEoperators:(and) - predicate() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
- predicateFactory() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
- predicateFactory() - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
- 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(String, String) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- prefix(String, SimpleGlobPattern) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- PREFIX - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
PREFIXoperator (*) - 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 typesadded 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
-
Prepare for
IndexManagerImplementor.stop(). - preStop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
Stop accepting works and return a future that completes when all works have been completely executed.
- preStop() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Prepare for
BackendImplementor.stop(). - preStop(MappingPreStopContext) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
-
Prepare for
MappingImplementor.stop(), executing any operations that needs to be executed before shutdown. - process() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
Process works before their execution, i.e.
- projectable() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- 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.
- projectedValueClass() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- projection() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
- ProjectionAccumulator<F,V,U,R> - Interface in org.hibernate.search.engine.search.projection.spi
-
A variation on
Collectorsuitable for projections on field values. - ProjectionAccumulator.Provider<V,R> - Interface in org.hibernate.search.engine.search.projection.spi
-
Provides an accumulator for a given underlying field type (
F). - 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.
- 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<? super F, V>) - Constructor for class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
- 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.
- provider() - Static method in class org.hibernate.search.engine.search.projection.spi.ListProjectionAccumulator
- provider() - Static method in class org.hibernate.search.engine.search.projection.spi.SingleValuedProjectionAccumulator
- purge(Set<String>) - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
Q
- queryString() - Method in interface org.hibernate.search.engine.search.query.SearchQuery
R
- range() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.ExtendedSearchAggregationFactory
- 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() - 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(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(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- 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(Range<?>, ValueConvert, ValueConvert) - Method in interface org.hibernate.search.engine.search.predicate.spi.RangePredicateBuilder
- range(Range<? extends F>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.RangeAggregationRangeStep
-
Add a bucket for given range.
- range(Range<? extends K>) - Method in interface org.hibernate.search.engine.search.aggregation.spi.RangeAggregationBuilder
- RangeAggregationBuilder<K> - Interface in org.hibernate.search.engine.search.aggregation.spi
- RangeAggregationFieldStep<PDF extends SearchPredicateFactory> - 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<?,PDF,F,A>,PDF extends SearchPredicateFactory,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<?,?,PDF,F>,N extends RangeAggregationOptionsStep<?,PDF,F,Map<Range<F>,Long>>,PDF extends SearchPredicateFactory,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<?,?,PDF,F>,PDF extends SearchPredicateFactory,F> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The step in a "range" aggregation definition where the ranges can be set.
- RangePredicateBuilder - 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.
- refresh() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
- relativeName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- relativePath - Variable in class org.hibernate.search.engine.backend.common.spi.FieldPaths.RelativizedPath
- relativePrefix() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- relativize(String) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- remainingTimeMillis() - Method in interface org.hibernate.search.engine.common.timing.spi.Deadline
- resolve(Class<T>, String, BeanRetrieval) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a bean by its name.
- resolve(Class<T>, BeanRetrieval) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a bean by its type.
- 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(List<? extends BeanReference<? extends T>>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a list of
BeanReferences. - 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(BeanReference<T>) - Method in interface org.hibernate.search.engine.environment.bean.BeanResolver
-
Resolve a
BeanReference. - resolve(BeanResolver) - Method in interface org.hibernate.search.engine.environment.bean.BeanReference
-
Resolve this reference into a bean using the given resolver.
- resolveAll(BiPredicate<String, Object>) - 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). - resourceResolver() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- resourceResolver() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- resourceResolver(ResourceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
- 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
- root() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexDescriptor
- rootBindingContext() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappedIndexManagerBuilder
- RootFailureCollector - Class in org.hibernate.search.engine.reporting.spi
- RootFailureCollector(String) - Constructor for class org.hibernate.search.engine.reporting.spi.RootFailureCollector
- routing(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 interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Configure routing of the search query.
- routing(Collection<String>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- routingKey() - Method in interface org.hibernate.search.engine.backend.work.execution.spi.DocumentReferenceProvider
S
- safeCreateEntityReference(EntityReferenceFactory<R>, String, Object, Consumer<Exception>) - Static method in interface org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
- 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.
- schedule(Runnable) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.SingletonTask.Scheduler
- schemaElement() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
- schemaElement(IndexSchemaContributionListener) - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
- schemaManager() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
- schemaManager() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
- schemaRootNodeBuilder() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerBuilder
- 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 - 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.
- scroll(int) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
- scroll(int) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- scroll(int) - Method in interface org.hibernate.search.engine.search.query.ExtendedSearchFetchable
- scroll(int) - Method in interface org.hibernate.search.engine.search.query.SearchFetchable
-
Execute the query continuously to deliver results in small chunks through a
SearchScroll. - search(BackendSessionContext, LoadingContextBuilder<R, E, LOS>) - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
- searchable() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- 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<?>,PDF extends SearchPredicateFactory> - 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() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
- 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
-
Overrides
StringIndexFieldTypeOptionsStep.analyzer(java.lang.String)to use for query parameters at search time. - searchAnalyzerName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- 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 - Interface in org.hibernate.search.engine.search.predicate.spi
-
A search predicate builder, i.e.
- searchPredicateBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
- SearchPredicateBuilderFactory<C> - Interface in org.hibernate.search.engine.search.predicate.spi
-
A factory for search predicate builders.
- SearchPredicateDslContext<F extends SearchPredicateBuilderFactory<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl.spi
-
Represents the current context in the search DSL, including in particular the predicate builder factory.
- 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
-
The second and later step when attempting to apply multiple extensions to a
SearchPredicateFactory. - SearchPredicateFactoryExtensionIfSupportedStep - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step when attempting to apply multiple extensions to a
SearchPredicateFactory. - 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.
- SearchProjectionDslContext<F extends SearchProjectionBuilderFactory> - Interface in org.hibernate.search.engine.search.projection.dsl.spi
-
Represents the current context in the search DSL, including in particular the projection builder factory.
- searchProjectionFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
- 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
-
The second and later step when attempting to apply multiple extensions to a
SearchProjectionFactory. - SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> - Interface in org.hibernate.search.engine.search.projection.dsl
-
The initial step when attempting to apply multiple extensions to a
SearchProjectionFactory. - SearchQuery<H> - Interface in org.hibernate.search.engine.search.query
-
A search query, allowing to fetch search results.
- SearchQueryBuilder<H,C> - Interface in org.hibernate.search.engine.search.query.spi
-
A builder for search queries.
- searchQueryBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
- SearchQueryBuilderFactory<C> - Interface in org.hibernate.search.engine.search.query.spi
-
A factory for search query builders.
- SearchQueryDslExtension<T,R,E,LOS> - 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
-
The final step in a query definition, where the query can be
executedorretrieved as an object. - SearchQueryImplementor<H> - Interface in org.hibernate.search.engine.search.query.spi
-
Defines the "service program contract" for
SearchQuery. - SearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,LOS,SF,AF>,H,LOS,SF extends SearchSortFactory,AF extends SearchAggregationFactory> - Interface in org.hibernate.search.engine.search.query.dsl
-
The final step in a query definition, where optional parameters such as
sortscan be set, and where the query can beexecutedorretrieved as an object. - SearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,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 element used to represent query hits, i.e.
- SearchQueryWhereStep<N extends SearchQueryOptionsStep<?,H,LOS,?,?>,H,LOS,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.query.dsl
-
The step in a query definition where the predicate, i.e.
- SearchResult<H> - Interface in org.hibernate.search.engine.search.query
- SearchResultTotal - Interface in org.hibernate.search.engine.search.query
-
The total for a search result, pertaining to all matched documents, independently from the offset/limit used when fetching hits.
- SearchScroll<H> - Interface in org.hibernate.search.engine.search.query
-
An ongoing query execution delivering hits continuously from a single snapshot of the index.
- SearchScrollResult<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 - Interface in org.hibernate.search.engine.search.sort.spi
-
A search sort builder, i.e.
- searchSortBuilderFactory() - Method in interface org.hibernate.search.engine.backend.scope.spi.IndexScope
- SearchSortBuilderFactory<C> - Interface in org.hibernate.search.engine.search.sort.spi
-
A factory for search sort builders.
- SearchSortDslContext<F extends SearchSortBuilderFactory<?>,PDF extends SearchPredicateFactory> - 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. - select(Function<? super SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- select(Function<? super PJF, ? extends ProjectionFinalStep<P>>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Select a given projection as a representation of the search hit for each matching document.
- select(BackendSessionContext, LoadingContextBuilder<?, ?, ?>, SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
- select(BackendSessionContext, LoadingContextBuilder<?, ?, ?>, SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
- select(SearchProjection<?>...) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Select a list of projections as a representation of the search hit for each matching document.
- select(SearchProjection<?>...) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- select(SearchProjection<P>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Select a projection as a representation of the search hit for each matching document.
- select(SearchProjection<P>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- selectEntity() - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Select the entity was originally indexed as a representation of the search hit for each matching document.
- selectEntity() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- selectEntity(BackendSessionContext, LoadingContextBuilder<?, E, ?>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
- selectEntityReference() - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Select a reference to the entity that was originally indexed as a representation of the search hit for each matching document.
- selectEntityReference() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- selectEntityReference(BackendSessionContext, LoadingContextBuilder<R, ?, ?>) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilderFactory
- serviceResolver(ServiceResolver) - Method in interface org.hibernate.search.engine.common.spi.SearchIntegrationBuilder
- ServiceResolver - Interface in org.hibernate.search.engine.environment.classpath.spi
-
A resolver of Java services.
- sessionContext() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQuerySelectStep
- should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "should" clause to be defined by the given function.
- should(PredicateFinalStep) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "should" clause based on an almost-built
SearchPredicate. - should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateClausesStep
-
Add a "should" clause based on a previously-built
SearchPredicate. - should(SearchPredicate) - Method in interface org.hibernate.search.engine.search.predicate.spi.BooleanPredicateBuilder
- SIMPLE - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The simple analyzer.
- SimpleQueryFlag - Enum in org.hibernate.search.engine.search.predicate.dsl
- 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 - 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(SearchResultTotal, List<H>, Map<AggregationKey<?>, ?>, Duration, Boolean) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- SimpleSearchResultTotal - Class in org.hibernate.search.engine.search.query.spi
- SimpleSearchScrollResult<H> - Class in org.hibernate.search.engine.search.query.spi
- SimpleSearchScrollResult(SearchResultTotal, boolean, List<H>, Duration, Boolean) - Constructor for class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
- singleton(Supplier<String>) - Static method in class org.hibernate.search.engine.reporting.spi.EventContexts
- SingletonTask - Class in org.hibernate.search.engine.backend.orchestration.spi
-
A task that can be scheduled for a run and is guaranteed to never run concurrently, regardless of the thread pool it's submitted to.
- SingletonTask(String, SingletonTask.Worker, SingletonTask.Scheduler, FailureHandler) - Constructor for class org.hibernate.search.engine.backend.orchestration.spi.SingletonTask
- SingletonTask.Scheduler - Interface in org.hibernate.search.engine.backend.orchestration.spi
- SingletonTask.Worker - Interface in org.hibernate.search.engine.backend.orchestration.spi
- SingleValuedProjectionAccumulator<F,V> - Class in org.hibernate.search.engine.search.projection.spi
-
A
ProjectionAccumulatorthat can accumulate up to one value, and will throw an exception beyond that. - 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
- softTimeout(TimingSource, long, TimeUnit) - Static method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- sort() - Method in interface org.hibernate.search.engine.mapper.scope.spi.MappedIndexScope
- sort(Function<? super SF, ? extends SortFinalStep>) - 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 class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- sort(SearchSort) - 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
- sortable() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- 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.
- SortFilterStep<S,PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The step in a sort definition where a filter can be set to select nested objects from which values will be extracted for this sort.
- SortFinalStep - Interface in org.hibernate.search.engine.search.sort.dsl
-
The final step in a sort definition, where the sort can be retrieved.
- SortMode - Enum in org.hibernate.search.engine.search.common
-
Defines how to pick the value to sort on for multi-valued fields.
- SortModeStep<S> - Interface in org.hibernate.search.engine.search.sort.dsl
-
The step in a sort definition where the
SortModecan be set. - 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 - Interface in org.hibernate.search.engine.search.predicate.spi
- spatialWithinCircle(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- SpatialWithinCirclePredicateBuilder - Interface in org.hibernate.search.engine.search.predicate.spi
- spatialWithinPolygon(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- SpatialWithinPolygonPredicateBuilder - 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.
- split(String) - Static method in class org.hibernate.search.engine.backend.common.spi.FieldPaths
- STANDARD - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The standard analyzer.
- 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() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
-
we start counting from this method call (if needed)
- start(ExecutorService) - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
Start the executor, allowing works to be submitted through
BatchingExecutor.submit(BatchedWork). - start(IndexManagerStartContext) - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
-
Start any resource necessary to operate the index manager at runtime.
- start(BackendStartContext) - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Start any resource necessary to operate the backend at runtime.
- start(ConfigurationPropertySource) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
-
Start any resource necessary to operate the orchestrator at runtime.
- start(MappingStartContext) - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
-
Start any resource necessary to operate the mapping at runtime.
- staticChildren() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
-
Get all statically-defined, direct child fields for this element.
- staticChildrenByName() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
-
Get all statically-defined, direct child fields for this element, mapped by their
relative name. - staticFields() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexDescriptor
-
Get all statically-defined fields for this index.
- StaticPredicateFinalStep - Class in org.hibernate.search.engine.search.predicate.dsl.spi
- StaticPredicateFinalStep(SearchPredicate) - Constructor for class org.hibernate.search.engine.search.predicate.dsl.spi.StaticPredicateFinalStep
- 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 - Class in org.hibernate.search.engine.search.sort.dsl.spi
- StaticSortThenStep(SearchSortDslContext<?, ?>, SearchSort) - 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
-
Forcibly shut down ongoing work and release any resource necessary to operate the orchestrator at runtime.
- stop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
Stop the executor, no longer allowing works to be submitted through
BatchingExecutor.submit(BatchedWork). - stop() - Method in class org.hibernate.search.engine.backend.orchestration.spi.SingletonTask
-
Stop the task.
- stop() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
-
Stop and release any resource necessary to operate the backend at runtime.
- stop() - Method in interface org.hibernate.search.engine.common.timing.spi.TimingSource
-
Invoked on engine integration shutdown.
- stop() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
-
Stop and release any resource necessary to operate the mapping at runtime.
- stop() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- STOP - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The stop analyzer.
- 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
- structure() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
- submit(BatchedWork<? super P>) - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
-
Submit a work for execution.
- submit(W) - Method in class org.hibernate.search.engine.backend.orchestration.spi.AbstractWorkOrchestrator
- submitTo(P) - Method in interface org.hibernate.search.engine.backend.orchestration.spi.BatchedWork
- SUM - org.hibernate.search.engine.search.common.SortMode
-
When a field has multiple values, compute the sum of all the values.
- system() - Static method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
T
- tenantIdentifier() - Method in interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
- tenantIdentifier() - Method in class org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
- terms() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.ExtendedSearchAggregationFactory
- terms() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
-
Perform aggregation in term buckets.
- terms() - Method in class org.hibernate.search.engine.search.aggregation.dsl.spi.DelegatingSearchAggregationFactory
- TermsAggregationBuilder<K> - Interface in org.hibernate.search.engine.search.aggregation.spi
- TermsAggregationFieldStep<PDF extends SearchPredicateFactory> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The initial step in a "terms" aggregation definition, where the target field can be set.
- TermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,PDF,F,A>,PDF extends SearchPredicateFactory,F,A> - Interface in org.hibernate.search.engine.search.aggregation.dsl
-
The final step in a "terms" aggregation definition, where optional parameters can be set.
- termVector(TermVector) - Method in interface org.hibernate.search.engine.backend.types.dsl.StringIndexFieldTypeOptionsStep
- TermVector - Enum in org.hibernate.search.engine.backend.types
-
Defines the term vector storing strategy.
- then() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortThenStep
-
Start defining another sort, to be applied after the current one.
- then() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
- thenRequireNumber(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchRequireStep
- thenRequirePercent(int) - Method in interface org.hibernate.search.engine.search.predicate.dsl.MinimumShouldMatchRequireStep
- thisAsS() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- THREAD_PROVIDER - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Defaults
- THREAD_PROVIDER - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings.Radicals
- THREAD_PROVIDER - Static variable in class org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
The
ThreadProviderused to create threads. - threadPoolProvider() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- threadPoolProvider() - Method in interface org.hibernate.search.engine.backend.spi.BackendStartContext
- threadPoolProvider() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.MappingBuildContext
- ThreadPoolProvider - Interface in org.hibernate.search.engine.environment.thread.spi
- threadProvider() - Method in interface org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
- ThreadProvider - Interface in org.hibernate.search.engine.environment.thread.spi
-
The thread provider, used to customize thread groups and names.
- throwable() - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport
- throwable() - Method in class org.hibernate.search.engine.reporting.FailureContext
- throwable(Throwable) - Method in class org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
- throwable(Throwable) - Method in class org.hibernate.search.engine.reporting.FailureContext.Builder
- timedOut() - Method in interface org.hibernate.search.engine.search.query.SearchResult
- timedOut() - Method in interface org.hibernate.search.engine.search.query.SearchScrollResult
- timedOut() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- timedOut() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
- timeoutBaseline() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- TimeoutManager - Class in org.hibernate.search.engine.search.timeout.spi
- TimeoutManager(TimingSource, Long, TimeUnit, TimeoutManager.Type) - Constructor for class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- TimeoutManager.Type - Enum in org.hibernate.search.engine.search.timeout.spi
- timeoutMs - Variable in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- timeoutUnit - Variable in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- timeoutValue - Variable in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- timingSource - Variable in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- timingSource() - Method in interface org.hibernate.search.engine.backend.spi.BackendBuildContext
- timingSource() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- TimingSource - Interface in org.hibernate.search.engine.common.timing.spi
- toAggregation() - Method in interface org.hibernate.search.engine.search.aggregation.dsl.AggregationFinalStep
-
Create a
SearchAggregationinstance matching the definition given in the previous DSL steps. - toAPI() - Method in interface org.hibernate.search.engine.backend.index.spi.IndexManagerImplementor
- toAPI() - Method in interface org.hibernate.search.engine.backend.spi.BackendImplementor
- toAPI() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappedIndexManager
- toAPI() - Method in interface org.hibernate.search.engine.search.loading.context.spi.LoadingContextBuilder
- toConcreteType() - Method in interface org.hibernate.search.engine.mapper.mapping.spi.MappingImplementor
- ToDocumentFieldValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime
- ToDocumentFieldValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime
-
An extension to
ToDocumentFieldValueConvertContext, allowing to access non-standard context specific to a given mapper. - ToDocumentFieldValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
- ToDocumentFieldValueConvertContextImpl(BackendMappingContext) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentFieldValueConvertContextImpl
- ToDocumentFieldValueConverter<V,F> - Interface in org.hibernate.search.engine.backend.types.converter
-
A converter from a source value to a target value that should be indexed.
- ToDocumentIdentifierValueConvertContext - Interface in org.hibernate.search.engine.backend.types.converter.runtime.spi
- ToDocumentIdentifierValueConvertContextExtension<T> - Interface in org.hibernate.search.engine.backend.types.converter.runtime.spi
-
An extension to
ToDocumentIdentifierValueConvertContext, allowing to access non-standard context specific to a given mapper. - ToDocumentIdentifierValueConvertContextImpl - Class in org.hibernate.search.engine.backend.types.converter.runtime.spi
- ToDocumentIdentifierValueConvertContextImpl(BackendMappingContext) - Constructor for class org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentIdentifierValueConvertContextImpl
- ToDocumentIdentifierValueConverter<I> - Interface in org.hibernate.search.engine.backend.types.converter.spi
-
A converter from a source identifier value to a target value that should be used as a document identifier.
- toIndexFieldType() - Method in interface org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
-
Create an
IndexFieldTypeinstance matching the definition given in the previous DSL steps. - toMeters(double) - Method in enum org.hibernate.search.engine.spatial.DistanceUnit
- toObjectField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
- toObjectField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- took() - Method in interface org.hibernate.search.engine.search.query.SearchResult
- took() - Method in interface org.hibernate.search.engine.search.query.SearchScrollResult
- took() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- took() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
- tookTime() - Method in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
-
Returns the time passed from the start with high precision.
- topLeft() - Method in interface org.hibernate.search.engine.spatial.GeoBoundingBox
- toPredicate() - Method in interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
-
Create a
SearchPredicateinstance matching the definition given in the previous DSL steps. - toPredicate() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.AbstractPredicateFinalStep
- toPredicate() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.StaticPredicateFinalStep
- toProjection() - Method in interface org.hibernate.search.engine.search.projection.dsl.ProjectionFinalStep
-
Create a
SearchProjectioninstance matching the definition given in the previous DSL steps. - toProjection() - Method in class org.hibernate.search.engine.search.projection.dsl.spi.StaticProjectionFinalStep
- toQuery() - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryFinalStep
-
Create a
SearchQueryinstance matching the definition given in the previous DSL steps. - toQuery() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractExtendedSearchQueryOptionsStep
- toQuery() - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- toQueryElementCollector() - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
- toReference() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldFinalStep
-
Create a reference to this field for use when indexing.
- toReference() - Method in interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectFieldNodeBuilder
- toSort() - Method in interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep
-
Create a
SearchSortinstance matching the definition given in the previous DSL steps. - toSort() - Method in class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
- toSort() - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
-
Create a
SearchSortinstance matching the definition given in the previous DSL steps. - toString() - Method in class org.hibernate.search.engine.backend.orchestration.spi.BatchingExecutor
- toString() - Method in class org.hibernate.search.engine.backend.orchestration.spi.SingletonTask
- toString() - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
- toString() - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
- toString() - Method in class org.hibernate.search.engine.logging.spi.AggregationKeyFormatter
- toString() - Method in class org.hibernate.search.engine.logging.spi.MappableTypeModelFormatter
- toString() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexFieldTypeDefaultsProvider
- toString() - Method in interface org.hibernate.search.engine.mapper.model.spi.MappableTypeModel
- toString() - Method in class org.hibernate.search.engine.search.aggregation.AggregationKey
- toString() - Method in class org.hibernate.search.engine.search.projection.spi.ListProjectionAccumulator
- toString() - Method in class org.hibernate.search.engine.search.projection.spi.SingleValuedProjectionAccumulator
- toString() - Method in class org.hibernate.search.engine.search.query.spi.AbstractSearchQuery
- toString() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- toString() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResultTotal
- total() - Method in interface org.hibernate.search.engine.search.query.SearchResult
- total() - Method in interface org.hibernate.search.engine.search.query.SearchScrollResult
- total() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchResult
- total() - Method in class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
- totalHitCountThreshold(long) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Allow Hibernate Search to return a lower-bound estimate of the total hit count if it exceeds
totalHitCountThreshold. - totalHitCountThreshold(long) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- totalHitCountThreshold(long) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
- toValueField() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
- trimIfString(Object) - Static method in class org.hibernate.search.engine.cfg.spi.ConvertUtils
- truncateAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
Stop the query and return truncated results after a given timeout.
- truncateAfter(long, TimeUnit) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- truncateAfter(long, TimeUnit) - Method in interface org.hibernate.search.engine.search.query.spi.SearchQueryBuilder
- type - Variable in class org.hibernate.search.engine.search.timeout.spi.TimeoutManager
- type() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexObjectFieldDescriptor
- type() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldDescriptor
- TYPE - Static variable in class org.hibernate.search.engine.cfg.BackendSettings
-
The type of the backend.
- TypeMetadataContributorProvider<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
- TypeMetadataDiscoverer<C> - Interface in org.hibernate.search.engine.mapper.mapping.building.spi
- typeName() - Method in interface org.hibernate.search.engine.backend.common.DocumentReference
- typesContributedTo() - Method in interface org.hibernate.search.engine.mapper.mapping.building.spi.TypeMetadataContributorProvider
U
- unit(DistanceUnit) - Method in interface org.hibernate.search.engine.search.projection.dsl.DistanceToFieldProjectionOptionsStep
-
Defines the unit of the computed distance (default is meters).
- unit(DistanceUnit) - Method in interface org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
- untypedInstanceFromClass(Class<T>) - Static method in class org.hibernate.search.engine.environment.classpath.spi.ClassLoaderHelper
-
Creates an instance of target class.
- unwrap(Class<T>) - Method in interface org.hibernate.search.engine.backend.Backend
-
Unwrap the backend to some implementation-specific type.
- unwrap(Class<T>) - Method in interface org.hibernate.search.engine.backend.index.IndexManager
-
Unwrap the index manager to some implementation-specific type.
- use(Object) - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortMissingValueBehaviorStep
-
When documents are missing a value on the sort field, use the given value instead.
- use(Object, ValueConvert) - Method in interface org.hibernate.search.engine.search.sort.dsl.FieldSortMissingValueBehaviorStep
-
When documents are missing a value on the sort field, use the given value instead.
- uselessIncludePaths() - Method in class org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
V
- validate(ContextualFailureCollector) - Method in interface org.hibernate.search.engine.backend.schema.management.spi.IndexSchemaManager
-
Validates the existing schema against requirements expressed by the mapper.
- 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
- valueClass() - Method in interface org.hibernate.search.engine.backend.metamodel.IndexValueFieldTypeDescriptor
- 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.spi.IndexFieldFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hibernate.search.engine.backend.document.model.spi.IndexFieldInclusion
-
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.ObjectStructure
-
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.environment.bean.BeanRetrieval
-
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.SortMode
-
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.predicate.dsl.SimpleQueryFlag
-
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.search.timeout.spi.TimeoutManager.Type
-
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.spi.IndexFieldFilter
-
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.document.model.spi.IndexFieldInclusion
-
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.ObjectStructure
-
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.environment.bean.BeanRetrieval
-
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.SortMode
-
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.predicate.dsl.SimpleQueryFlag
-
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.search.timeout.spi.TimeoutManager.Type
-
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.
- valueType() - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
- valueType() - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
- Version - Class in org.hibernate.search.engine
- versionString() - Static method in class org.hibernate.search.engine.Version
W
- WARN - org.hibernate.search.engine.cfg.ConfigurationPropertyCheckingStrategyName
-
Log a warning if a Hibernate Search configuration property is set, but never used.
- where(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- where(Function<? super PDF, ? extends PredicateFinalStep>) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
-
Set the predicate for this query.
- where(Function<? super PDF, ? extends PredicateFinalStep>) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- where(SearchPredicate) - Method in interface org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
-
Set the predicate for this query.
- where(SearchPredicate) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractDelegatingSearchQuerySelectStep
- where(SearchPredicate) - Method in class org.hibernate.search.engine.search.query.dsl.spi.AbstractSearchQueryOptionsStep
- WHITESPACE - org.hibernate.search.engine.search.predicate.dsl.SimpleQueryFlag
-
Enables
WHITESPACEoperators: ' ' '\n' '\r' '\t' - WHITESPACE - Static variable in class org.hibernate.search.engine.backend.analysis.AnalyzerNames
-
The whitespace analyzer.
- wildcard() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
-
Match documents where targeted fields contain a term that matches a given pattern, such as
inter*onorpa?t. - wildcard() - Method in class org.hibernate.search.engine.search.predicate.dsl.spi.DelegatingSearchPredicateFactory
- wildcard(String) - Method in interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilderFactory
- WildcardPredicateBuilder - Interface in org.hibernate.search.engine.search.predicate.spi
- WildcardPredicateFieldMoreStep<S extends WildcardPredicateFieldMoreStep<?,N>,N extends WildcardPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterface
WildcardPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added. - WildcardPredicateFieldStep<N extends WildcardPredicateFieldMoreStep<?,?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The initial step in a "wildcard" predicate definition, where the target field can be set.
- WildcardPredicateMatchingStep<N extends WildcardPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The step in a "wildcard" predicate definition where the pattern to match can be set.
- WildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>> - Interface in org.hibernate.search.engine.search.predicate.dsl
-
The final step in a "wildcard" predicate definition, where optional parameters can be set.
- WITH_OFFSETS - org.hibernate.search.engine.backend.types.TermVector
-
Store the term vectors.
- WITH_POSITIONS - org.hibernate.search.engine.backend.types.TermVector
-
Store the term vectors.
- WITH_POSITIONS_OFFSETS - org.hibernate.search.engine.backend.types.TermVector
-
Store the term vectors.
- WITH_POSITIONS_OFFSETS_PAYLOADS - org.hibernate.search.engine.backend.types.TermVector
-
Store the term vectors.
- WITH_POSITIONS_PAYLOADS - org.hibernate.search.engine.backend.types.TermVector
-
Store the term vectors.
- withContext(EventContext) - Method in interface org.hibernate.search.engine.reporting.spi.FailureCollector
- withContext(EventContext) - Method in class org.hibernate.search.engine.reporting.spi.RootFailureCollector
- withContext(EventContextElement) - Method in interface org.hibernate.search.engine.reporting.spi.FailureCollector
- withContext(EventContextElement) - Method in class org.hibernate.search.engine.reporting.spi.RootFailureCollector
- withConvertedType(Class<T>, EventContextProvider) - Method in class org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
Check whether projected values can be assigned to the given type, and returns the projection converter with an appropriate type.
- withDefault(Supplier<T>) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
- withDefault(T) - Method in interface org.hibernate.search.engine.cfg.spi.OptionalPropertyContext
- withDependencyAutoClosing(BeanHolder<?>...) - Method in interface org.hibernate.search.engine.environment.bean.BeanHolder
- withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2>) - Method in interface org.hibernate.search.engine.search.aggregation.dsl.spi.SearchAggregationDslContext
- withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2>) - Method in interface org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext
- withFallback(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
Create a new configuration source which falls back to another source when a property is missing in this source.
- within() - Method in interface org.hibernate.search.engine.search.predicate.dsl.SpatialPredicateInitialStep
-
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
- withInputType(Class<T>, EventContextProvider) - Method in class org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
Check whether DSL arguments values can have the given type, and returns the DSL converter with an appropriate type.
- withMask(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
- withOverride(ConfigurationPropertySource) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
Create a new configuration source which overrides the properties defined in this source.
- withPrefix(String) - Method in interface org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
- work() - Method in interface org.hibernate.search.engine.backend.orchestration.spi.SingletonTask.Worker
-
Executes a unit of work.
- wrap(AllAwareConfigurationPropertySource) - Method in class org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
Y
- YARDS - org.hibernate.search.engine.spatial.DistanceUnit
- YES - org.hibernate.search.engine.backend.types.Aggregable
-
Allow aggregation on the field.
- YES - org.hibernate.search.engine.backend.types.Norms
-
The index-time scoring information is stored.
- YES - org.hibernate.search.engine.backend.types.Projectable
-
Allow projection on the field.
- YES - org.hibernate.search.engine.backend.types.Searchable
-
The field is searchable, i.e.
- YES - org.hibernate.search.engine.backend.types.Sortable
-
The field is sortable
- YES - org.hibernate.search.engine.backend.types.TermVector
-
Store term vectors.
- YES - org.hibernate.search.engine.search.common.ValueConvert
-
Enables value conversion.
All Classes All Packages