Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexScope
-
-
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchSearchIndexScope Modifier and Type Method Description <H> ElasticsearchSearchQueryBuilder<H>IndexManagerBackendContext. 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 Modifier and Type Class Description classElasticsearchSearchIndexScopeImpl -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Fields in org.hibernate.search.backend.elasticsearch.search.aggregation.impl declared as ElasticsearchSearchIndexScope Modifier and Type Field Description protected ElasticsearchSearchIndexScope<?>AbstractElasticsearchAggregation.AbstractBuilder. scopeMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchSearchIndexScope Modifier and Type Method Description org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchRangeAggregation.TypeSelector<?>ElasticsearchRangeAggregation.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchTermsAggregation.TypeSelector<?>ElasticsearchTermsAggregation.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)Constructors in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field)AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field)ElasticsearchSearchAggregationBuilderFactory(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 ElasticsearchSearchIndexScope Modifier and Type Interface Description interfaceElasticsearchSearchIndexScope<S extends ElasticsearchSearchIndexScope<?>>Methods in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexScope Modifier and Type Method Description abstract TAbstractElasticsearchValueFieldSearchQueryElementFactory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)Constructors in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description ElasticsearchMultiIndexSearchIndexCompositeNodeContext(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 ElasticsearchSearchIndexScope Modifier and Type Method Description static ElasticsearchSearchHighlighterElasticsearchSearchHighlighter. 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 Constructor Description Builder(ElasticsearchSearchIndexScope<?> scope)ElasticsearchSearchHighlighterFactory(ElasticsearchSearchIndexScope<?> scope) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Fields in org.hibernate.search.backend.elasticsearch.search.predicate.impl declared as ElasticsearchSearchIndexScope Modifier and Type Field Description protected ElasticsearchSearchIndexScope<?>AbstractElasticsearchPredicate.AbstractBuilder. scopeConstructors in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, String absoluteFieldPath, List<String> nestedPathHierarchy)AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexNodeContext node)ElasticsearchSearchPredicateBuilderFactory(ElasticsearchSearchIndexScope<?> scope) -
Uses of ElasticsearchSearchIndexScope in org.hibernate.search.backend.elasticsearch.search.projection.impl
Fields in org.hibernate.search.backend.elasticsearch.search.projection.impl declared as ElasticsearchSearchIndexScope Modifier and Type Field Description protected ElasticsearchSearchIndexScope<?>AbstractElasticsearchProjection.AbstractBuilder. scopeConstructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)AbstractElasticsearchProjection(ElasticsearchSearchIndexScope<?> scope)Builder(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 ElasticsearchSearchIndexScope Modifier and Type Method Description <H> ElasticsearchSearchQueryBuilder<H>SearchBackendContext. createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection)Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description ElasticsearchSearchQueryBuilder(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 ElasticsearchSearchIndexScope Modifier and Type Field Description protected ElasticsearchSearchIndexScope<?>AbstractElasticsearchSort.AbstractBuilder. scopeMethods in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type ElasticsearchSearchIndexScope Modifier and Type Method Description static ElasticsearchSearchSortElasticsearchSearchSort. from(ElasticsearchSearchIndexScope<?> scope, SearchSort sort)Constructors in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type ElasticsearchSearchIndexScope Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)AbstractBuilder(ElasticsearchSearchIndexScope<?> scope)AbstractElasticsearchSort(ElasticsearchSearchIndexScope<?> scope)Builder(ElasticsearchSearchIndexScope<?> scope)ElasticsearchSearchSortBuilderFactory(ElasticsearchSearchIndexScope<?> scope) -
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 ElasticsearchSearchIndexScope Modifier and Type Method Description 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)ElasticsearchSimpleQueryStringPredicateBuilderFieldStateElasticsearchSimpleQueryStringPredicateBuilderFieldState.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field)MatchPredicateBuilderElasticsearchStandardMatchPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)TermsPredicateBuilderElasticsearchTermsPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)MatchPredicateBuilderElasticsearchTextMatchPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field)PhrasePredicateBuilderElasticsearchTextPhrasePredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field)RegexpPredicateBuilderElasticsearchTextRegexpPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field)WildcardPredicateBuilderElasticsearchTextWildcardPredicate.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 ElasticsearchSearchIndexScope Modifier and Type Method Description DistanceSortBuilderElasticsearchDistanceSort.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)
-