Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexScope
Packages that use ElasticsearchSearchIndexScope
Package
Description
-
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptioncom.google.gson.JsonElementElasticsearchIndexValueField.convertAndEncode(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Object value, ValueModel valueModel, BiFunction<ElasticsearchFieldCodec<F>, F, com.google.gson.JsonElement> encodeFunction) <T> Function<T,com.google.gson.JsonElement> ElasticsearchIndexValueField.encoder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Class<T> expectedType, ValueModel valueModel) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionIndexManagerBackendContext.createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.scope.model.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.model.impl that implement ElasticsearchSearchIndexScope -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Fields in org.hibernate.search.backend.elasticsearch.search.aggregation.impl declared as ElasticsearchSearchIndexScopeModifier and TypeFieldDescriptionprotected final ElasticsearchSearchIndexScope<?>AbstractElasticsearchAggregation.AbstractBuilder.scopeMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchRangeAggregation.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchTermsAggregation.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) static <A> ElasticsearchSearchAggregation<A>ElasticsearchSearchAggregation.from(ElasticsearchSearchIndexScope<?> scope, SearchAggregation<A> aggregation) Constructors in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionAbstractBuilder(ElasticsearchSearchIndexScope<?> scope) AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field) AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field) Builder(ElasticsearchSearchIndexScope<?> scope) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.common.impl
Classes in org.hibernate.search.backend.elasticsearch.search.common.impl with type parameters of type ElasticsearchSearchIndexScopeModifier and TypeInterfaceDescriptioninterfaceElasticsearchSearchIndexScope<S extends ElasticsearchSearchIndexScope<?>>Methods in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptioncom.google.gson.JsonElementElasticsearchSearchEncodingContext.convertAndEncode(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Object value, ValueModel valueModel, BiFunction<ElasticsearchFieldCodec<F>, F, com.google.gson.JsonElement> encodeFunction) abstract TAbstractElasticsearchValueFieldSearchQueryElementFactory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) <T> Function<T,com.google.gson.JsonElement> ElasticsearchSearchEncodingContext.encoder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Class<T> expectedType, ValueModel valueModel) Constructors in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionElasticsearchMultiIndexSearchIndexCompositeNodeContext(ElasticsearchSearchIndexScope<?> scope, String absolutePath, List<? extends ElasticsearchSearchIndexCompositeNodeContext> nodeForEachIndex) ElasticsearchMultiIndexSearchIndexValueFieldContext(ElasticsearchSearchIndexScope<?> scope, String absolutePath, List<? extends ElasticsearchSearchIndexValueFieldContext<F>> fieldForEachIndex) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.highlighter.impl
Methods in org.hibernate.search.backend.elasticsearch.search.highlighter.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchSearchHighlighter.from(ElasticsearchSearchIndexScope<?> scope, SearchHighlighter highlighter) protected SearchHighlighterBuilderElasticsearchSearchHighlighterFactory.highlighterBuilder(ElasticsearchSearchIndexScope<?> scope) Constructors in org.hibernate.search.backend.elasticsearch.search.highlighter.impl with parameters of type ElasticsearchSearchIndexScope -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Fields in org.hibernate.search.backend.elasticsearch.search.predicate.impl declared as ElasticsearchSearchIndexScopeModifier and TypeFieldDescriptionprotected final ElasticsearchSearchIndexScope<?>AbstractElasticsearchPredicate.AbstractBuilder.scopeMethods in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchExistsPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchExistsPredicate.ObjectFieldFactory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node) ElasticsearchKnnPredicate.Elasticsearch812Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchKnnPredicate.OpenSearch214Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchKnnPredicate.OpenSearch2Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchNamedPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node) ElasticsearchNestedPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext node) ElasticsearchRangePredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) static ElasticsearchSearchPredicateElasticsearchSearchPredicate.from(ElasticsearchSearchIndexScope<?> scope, SearchPredicate predicate) Constructors in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(ElasticsearchSearchIndexScope<?> scope, String absoluteFieldPath, List<String> nestedPathHierarchy) protectedPredicateRequestContext(BackendSessionContext sessionContext, ElasticsearchSearchIndexScope<?> searchIndexScope, Set<String> routingKeys, QueryParameters parameters) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.projection.impl
Fields in org.hibernate.search.backend.elasticsearch.search.projection.impl declared as ElasticsearchSearchIndexScopeModifier and TypeFieldDescriptionprotected final ElasticsearchSearchIndexScope<?>AbstractElasticsearchProjection.AbstractBuilder.scopeMethods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchDistanceToFieldProjection.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) ElasticsearchFieldHighlightProjection.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchFieldProjection.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchObjectProjection.BuilderElasticsearchObjectProjection.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexCompositeNodeContext objectField) static <P> ElasticsearchSearchProjection<P>ElasticsearchSearchProjection.from(ElasticsearchSearchIndexScope<?> scope, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(ElasticsearchSearchIndexScope<?> scope) protectedBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field) ElasticsearchConstantProjection(ElasticsearchSearchIndexScope<?> scope, T value) ElasticsearchEntityCompositeProjection(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchProjection<E> delegate) ElasticsearchSearchProjectionBuilderFactory(SearchProjectionBackendContext searchProjectionBackendContext, ElasticsearchSearchIndexScope<?> scope) ElasticsearchThrowingProjection(ElasticsearchSearchIndexScope<?> scope, Supplier<SearchException> exceptionSupplier) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionSearchBackendContext.createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionElasticsearchSearchQueryBuilder(ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractorFactory searchResultExtractorFactory, ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection, Integer scrollTimeout) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.sort.impl
Fields in org.hibernate.search.backend.elasticsearch.search.sort.impl declared as ElasticsearchSearchIndexScopeModifier and TypeFieldDescriptionprotected final ElasticsearchSearchIndexScope<?>AbstractElasticsearchSort.AbstractBuilder.scopeMethods in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionstatic ElasticsearchSearchSortElasticsearchSearchSort.from(ElasticsearchSearchIndexScope<?> scope, SearchSort sort) Constructors in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type ElasticsearchSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(ElasticsearchSearchIndexScope<?> scope) protectedAbstractBuilder(ElasticsearchSearchIndexScope<?> scope) protectedprotectedBuilder(ElasticsearchSearchIndexScope<?> scope) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.types.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.types.mapping.impl that return types with arguments of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionprotected <F> SearchQueryElementFactory<? extends KnnPredicateBuilder,ElasticsearchSearchIndexScope<?>, ElasticsearchSearchIndexValueFieldContext<F>> OpenSearch214VectorFieldTypeMappingContributor.getKnnPredicateFactory(ElasticsearchIndexValueFieldType.Builder<F> builder) protected <F> SearchQueryElementFactory<? extends KnnPredicateBuilder,ElasticsearchSearchIndexScope<?>, ElasticsearchSearchIndexValueFieldContext<F>> OpenSearch2VectorFieldTypeMappingContributor.getKnnPredicateFactory(ElasticsearchIndexValueFieldType.Builder<F> builder) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.types.predicate.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchCommonQueryStringPredicateBuilderFieldState.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<T> field) org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinBoundingBoxPredicate.BuilderElasticsearchGeoPointSpatialWithinBoundingBoxPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinCirclePredicate.BuilderElasticsearchGeoPointSpatialWithinCirclePredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinPolygonPredicate.BuilderElasticsearchGeoPointSpatialWithinPolygonPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) ElasticsearchStandardMatchPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchTermsPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) ElasticsearchTextMatchPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) ElasticsearchTextPhrasePredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) ElasticsearchTextPrefixPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) ElasticsearchTextRegexpPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) ElasticsearchTextWildcardPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.types.sort.impl
Methods in org.hibernate.search.backend.elasticsearch.types.sort.impl with parameters of type ElasticsearchSearchIndexScopeModifier and TypeMethodDescriptionElasticsearchDistanceSort.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) org.hibernate.search.backend.elasticsearch.types.sort.impl.ElasticsearchStandardFieldSort.Builder<F>ElasticsearchStandardFieldSort.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.elasticsearch.types.sort.impl.ElasticsearchStandardFieldSort.TemporalFieldBuilder<F>ElasticsearchStandardFieldSort.TemporalFieldFactory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.elasticsearch.types.sort.impl.ElasticsearchStandardFieldSort.TextFieldBuilderElasticsearchStandardFieldSort.TextFieldFactory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field)