Uses of Class
org.hibernate.search.util.common.data.Range
-
-
Uses of Range in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type Range Modifier and Type Method Description SearchExceptionLog_$logger. elasticsearchRangeAggregationRequiresCanonicalFormForRanges(Range<?> range)SearchExceptionLog. 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 Range Modifier and Type Method Description protected Map<Range<K>,Long>ElasticsearchRangeAggregation. doExtract(AggregationExtractContext context, com.google.gson.JsonElement buckets) -
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 Range Modifier and Type Method Description static <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 Range Modifier and Type Method Description protected <E> Range<E>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder. convertAndEncode(LuceneStandardFieldCodec<F,E> codec, Range<?> range, ValueConvert convertLowerBound, ValueConvert convertUpperBound)Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type Range Modifier and Type Method Description protected <E> Range<E>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder. convertAndEncode(LuceneStandardFieldCodec<F,E> codec, Range<?> range, ValueConvert convertLowerBound, ValueConvert convertUpperBound) -
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 Range Modifier and Type Method Description Map<Range<K>,Long>LuceneNumericRangeAggregation. extract(AggregationExtractContext context)Methods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type Range Modifier and Type Method Description voidLuceneNumericRangeAggregation.Builder. range(Range<? extends K> 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 Range Modifier and Type Method Description org.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 Range Modifier and Type Interface Description interfaceRangeAggregationRangeMoreStep<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 Range Modifier and Type Method Description NRangeAggregationRangeStep. range(Range<? extends F> range)Add a bucket for given range.Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type Range Modifier and Type Method Description NRangeAggregationRangeStep. 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 Modifier and Type Method Description voidRangeAggregationBuilder. range(Range<? extends K> 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 Range Modifier and Type Method Description default NRangePredicateMatchingStep. range(Range<?> range)Require at least one of the targeted fields to be in the given range.NRangePredicateMatchingStep. range(Range<?> range, ValueConvert convert)Require at least one of the targeted fields to be in the given range. -
Uses of Range in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type Range Modifier and Type Method Description voidRangePredicateBuilder. range(Range<?> range, ValueConvert convertLowerBound, ValueConvert convertUpperBound) -
Uses of Range in org.hibernate.search.util.common.data
Methods in org.hibernate.search.util.common.data that return Range Modifier and Type Method Description static <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.static <T> Range<T>Range. greaterThan(T lowerBoundValue)static <T> Range<T>Range. lessThan(T upperBoundValue)<R> Range<R>Range. map(Function<? super T,? extends R> function) -
Uses of Range in org.hibernate.search.util.common.data.impl
Methods in org.hibernate.search.util.common.data.impl that return Range Modifier and Type Method Description Range<Integer>RangeHashTable. rangeForBucket(int index)
-