Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexValueFieldContext
-
-
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.document.model.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchSearchIndexValueFieldContext Modifier and Type Class Description classElasticsearchIndexValueField<F> -
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Fields in org.hibernate.search.backend.elasticsearch.search.aggregation.impl declared as ElasticsearchSearchIndexValueFieldContext Modifier and Type Field Description protected ElasticsearchSearchIndexValueFieldContext<?>AbstractElasticsearchNestableAggregation.AbstractBuilder. fieldMethods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchSearchIndexValueFieldContext 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 ElasticsearchSearchIndexValueFieldContext Constructor Description AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field)AbstractBuilder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field) -
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.search.common.impl
Classes in org.hibernate.search.backend.elasticsearch.search.common.impl that implement ElasticsearchSearchIndexValueFieldContext Modifier and Type Class Description classElasticsearchMultiIndexSearchIndexValueFieldContext<F>Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return ElasticsearchSearchIndexValueFieldContext Modifier and Type Method Description protected ElasticsearchSearchIndexValueFieldContext<F>ElasticsearchMultiIndexSearchIndexValueFieldContext. self()ElasticsearchSearchIndexValueFieldContext<?>ElasticsearchMultiIndexSearchIndexCompositeNodeContext. toValueField()ElasticsearchSearchIndexValueFieldContext<?>ElasticsearchSearchIndexNodeContext. toValueField()Methods in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchSearchIndexValueFieldContext Modifier and Type Method Description abstract TAbstractElasticsearchValueFieldSearchQueryElementFactory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)protected ElasticsearchSearchIndexValueFieldTypeContext<F>ElasticsearchMultiIndexSearchIndexValueFieldContext. typeOf(ElasticsearchSearchIndexValueFieldContext<F> indexElement)Constructor parameters in org.hibernate.search.backend.elasticsearch.search.common.impl with type arguments of type ElasticsearchSearchIndexValueFieldContext Constructor Description ElasticsearchMultiIndexSearchIndexValueFieldContext(ElasticsearchSearchIndexScope<?> scope, String absolutePath, List<? extends ElasticsearchSearchIndexValueFieldContext<F>> fieldForEachIndex) -
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchSearchIndexValueFieldContext Modifier and Type Method Description ExistsPredicateBuilderElasticsearchExistsPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)RangePredicateBuilderElasticsearchRangePredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field) -
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexValueFieldContext Modifier and Type Method Description ElasticsearchDistanceToFieldProjection.BuilderElasticsearchDistanceToFieldProjection.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)HighlightProjectionBuilderElasticsearchFieldHighlightProjection.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)ElasticsearchFieldProjection.TypeSelector<?>ElasticsearchFieldProjection.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field)Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchIndexValueFieldContext Constructor Description Builder(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<?> field) -
Uses of ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.types.predicate.impl that return ElasticsearchSearchIndexValueFieldContext Modifier and Type Method Description ElasticsearchSearchIndexValueFieldContext<String>ElasticsearchSimpleQueryStringPredicateBuilderFieldState. field()Methods in org.hibernate.search.backend.elasticsearch.types.predicate.impl with parameters of type ElasticsearchSearchIndexValueFieldContext 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 ElasticsearchSearchIndexValueFieldContext in org.hibernate.search.backend.elasticsearch.types.sort.impl
Methods in org.hibernate.search.backend.elasticsearch.types.sort.impl with parameters of type ElasticsearchSearchIndexValueFieldContext 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)
-