Uses of Class
org.hibernate.search.util.common.data.Range
Packages that use Range
Package
Description
-
Uses of Range in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type RangeModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.elasticsearchRangeAggregationRequiresCanonicalFormForRanges(Range<?> range) -
Uses of Range in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl that return types with arguments of type RangeModifier and TypeMethodDescriptionElasticsearchRangeAggregation.RangeBucketExtractor.doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets) protected ElasticsearchSearchAggregation.Extractor<Map<Range<K>,Long>> ElasticsearchRangeAggregation.extractor(AggregationRequestContext context) -
Uses of Range in org.hibernate.search.backend.lucene.lowlevel.facet.impl
Method parameters in org.hibernate.search.backend.lucene.lowlevel.facet.impl with type arguments of type RangeModifier and TypeMethodDescriptionstatic <T> org.apache.lucene.facet.range.LongRange[]FacetCountsUtils.createLongRangesForFloatingPointValues(Collection<? extends Range<? extends T>> ranges, ToLongFunction<T> encoder, T negativeInfinity, T positiveInfinity) static <T extends Number>
org.apache.lucene.facet.range.LongRange[]FacetCountsUtils.createLongRangesForIntegralValues(Collection<? extends Range<? extends T>> ranges) -
Uses of Range in org.hibernate.search.backend.lucene.search.predicate.impl
Methods in org.hibernate.search.backend.lucene.search.predicate.impl that return RangeModifier and TypeMethodDescriptionprotected <E> Range<E>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder.convertAndEncode(LuceneFieldCodec<F, E> codec, Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel) Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type RangeModifier and TypeMethodDescriptionprotected <E> Range<E>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder.convertAndEncode(LuceneFieldCodec<F, E> codec, Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel) -
Uses of Range in org.hibernate.search.backend.lucene.types.aggregation.impl
Methods in org.hibernate.search.backend.lucene.types.aggregation.impl that return types with arguments of type RangeModifier and TypeMethodDescriptionLuceneNumericRangeAggregation.request(AggregationRequestContext context) Methods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type Range -
Uses of Range in org.hibernate.search.backend.lucene.types.lowlevel.impl
Method parameters in org.hibernate.search.backend.lucene.types.lowlevel.impl with type arguments of type RangeModifier and TypeMethodDescriptionorg.apache.lucene.facet.FacetsLuceneDoubleDomain.createRangeFacetCounts(String absoluteFieldPath, org.apache.lucene.facet.FacetsCollector facetsCollector, Collection<? extends Range<? extends Double>> ranges, NestedDocsProvider nestedDocsProvider) org.apache.lucene.facet.FacetsLuceneFloatDomain.createRangeFacetCounts(String absoluteFieldPath, org.apache.lucene.facet.FacetsCollector facetsCollector, Collection<? extends Range<? extends Float>> ranges, NestedDocsProvider nestedDocsProvider) org.apache.lucene.facet.FacetsLuceneIntegerDomain.createRangeFacetCounts(String absoluteFieldPath, org.apache.lucene.facet.FacetsCollector facetsCollector, Collection<? extends Range<? extends Integer>> ranges, NestedDocsProvider nestedDocsProvider) org.apache.lucene.facet.FacetsLuceneLongDomain.createRangeFacetCounts(String absoluteFieldPath, org.apache.lucene.facet.FacetsCollector facetsCollector, Collection<? extends Range<? extends Long>> ranges, NestedDocsProvider nestedDocsProvider) org.apache.lucene.facet.FacetsLuceneNumericDomain.createRangeFacetCounts(String absoluteFieldPath, org.apache.lucene.facet.FacetsCollector facetsCollector, Collection<? extends Range<? extends E>> ranges, NestedDocsProvider nestedDocsProvider) -
Uses of Range in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type RangeModifier and TypeInterfaceDescriptioninterfaceRangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,?, PDF, F>, N extends RangeAggregationOptionsStep<?, PDF, F, Map<Range<F>, Long>>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where optional parameters can be set, (see the superinterfaceRangeAggregationOptionsStep), or more ranges can be added.Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type RangeModifier and TypeMethodDescriptionAdd a bucket for given range.Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type RangeModifier and TypeMethodDescriptionRangeAggregationRangeStep.ranges(Collection<? extends Range<? extends F>> ranges) Add one bucket for each of the given ranges. -
Uses of Range in org.hibernate.search.engine.search.aggregation.spi
Methods in org.hibernate.search.engine.search.aggregation.spi with parameters of type Range -
Uses of Range in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RangeModifier and TypeMethodDescriptiondefault NDeprecated.default NRangePredicateMatchingStep.range(Range<?> range, ValueConvert convert) Deprecated.default NRequire at least one of the targeted fields to be in the given range.default NRangePredicateMatchingStep.within(Range<?> range, ValueConvert convert) Deprecated.UseRangePredicateMatchingStep.within(Range, ValueModel)instead.RangePredicateMatchingStep.within(Range<?> range, ValueModel valueModel) Require at least one of the targeted fields to be in the given range.default NRequire at least one of the targeted fields to be in any of the given ranges.Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type RangeModifier and TypeMethodDescriptiondefault NRangePredicateMatchingStep.withinAny(Collection<? extends Range<?>> ranges) Require at least one of the targeted fields to be in any of the given ranges.default NRangePredicateMatchingStep.withinAny(Collection<? extends Range<?>> ranges, ValueConvert convert) Deprecated.RangePredicateMatchingStep.withinAny(Collection<? extends Range<?>> ranges, ValueModel valueModel) Require at least one of the targeted fields to be in any of the given ranges. -
Uses of Range in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type RangeModifier and TypeMethodDescriptionvoidRangePredicateBuilder.within(Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel) -
Uses of Range in org.hibernate.search.util.common.data
Methods in org.hibernate.search.util.common.data that return RangeModifier and TypeMethodDescriptionstatic <T> Range<T>Range.all()static <T> Range<T>Range.atLeast(T lowerBoundValue) static <T> Range<T>Range.atMost(T upperBoundValue) static <T> Range<T>Range.between(T lowerBoundValue, RangeBoundInclusion lowerBoundInclusion, T upperBoundValue, RangeBoundInclusion upperBoundInclusion) static <T> Range<T>Range.between(T lowerBoundValue, T upperBoundValue) static <T> Range<T>Range.canonical(T lowerBoundValue, T upperBoundValue) Create a canonical range, i.e. a range in the form[lowerBoundValue, upperBoundValue)(lower bound included, upper bound excluded), or[lowerBoundValue, +Infinity](both bounds included) if the upper bound is+Infinity.static <T> Range<T>Range.greaterThan(T lowerBoundValue) static <T> Range<T>Range.lessThan(T upperBoundValue) <R> Range<R> -
Uses of Range in org.hibernate.search.util.common.data.impl
Methods in org.hibernate.search.util.common.data.impl that return Range
RangePredicateMatchingStep.within(Range)instead.