Uses of Class
org.apache.lucene.facet.MultiDoubleValuesSource
Packages that use MultiDoubleValuesSource
Package
Description
Faceted search.
Provides range faceting capabilities.
Sandbox faceting: Range Faceting
-
Uses of MultiDoubleValuesSource in org.apache.lucene.facet
Subclasses of MultiDoubleValuesSource in org.apache.lucene.facetModifier and TypeClassDescriptionprivate static classprivate static classprivate static classFields in org.apache.lucene.facet declared as MultiDoubleValuesSourceModifier and TypeFieldDescriptionprivate final MultiDoubleValuesSourceMultiDoubleValuesSource.LongDoubleValuesSource.in(package private) MultiDoubleValuesSourceMultiDoubleValuesSource.SortableMultiLongValuesSource.innerMethods in org.apache.lucene.facet that return MultiDoubleValuesSourceModifier and TypeMethodDescriptionstatic MultiDoubleValuesSourceMultiDoubleValuesSource.fromDoubleField(String field) Creates a MultiDoubleValuesSource that wraps a double-valued fieldstatic MultiDoubleValuesSourceMultiDoubleValuesSource.fromField(String field, LongToDoubleFunction decoder) Creates a MultiDoubleValuesSource that wraps a generic NumericDocValues/SortedNumericDocValues field.static MultiDoubleValuesSourceMultiDoubleValuesSource.fromFloatField(String field) Creates a MultiDoubleValuesSource that wraps a float-valued fieldstatic MultiDoubleValuesSourceMultiDoubleValuesSource.fromIntField(String field) Creates a MultiDoubleValuesSource that wraps an int-valued fieldstatic MultiDoubleValuesSourceMultiDoubleValuesSource.fromLongField(String field) Creates a MultiDoubleValuesSource that wraps a long-valued fieldstatic MultiDoubleValuesSourceMultiDoubleValuesSource.fromSingleValued(DoubleValuesSource singleValued) Creates a MultiDoubleValuesSource that wraps a single-valuedDoubleValuesSourcefinal MultiDoubleValuesSourceMultiLongValuesSource.toMultiDoubleValuesSource()Convert to a MultiDoubleValuesSource by casting long values to doublesMethods in org.apache.lucene.facet with parameters of type MultiDoubleValuesSourceModifier and TypeMethodDescriptionstatic DoubleValuesSourceMultiDoubleValuesSource.unwrapSingleton(MultiDoubleValuesSource in) Returns a single-valued view of theMultiDoubleValuesSourceif it was previously wrapped withfromSingleValued(DoubleValuesSource), or null.Constructors in org.apache.lucene.facet with parameters of type MultiDoubleValuesSourceModifierConstructorDescription(package private)(package private) -
Uses of MultiDoubleValuesSource in org.apache.lucene.facet.range
Fields in org.apache.lucene.facet.range declared as MultiDoubleValuesSourceModifier and TypeFieldDescriptionprivate final MultiDoubleValuesSourceDoubleRange.MultiValueSourceQuery.valueSourceMethods in org.apache.lucene.facet.range with parameters of type MultiDoubleValuesSourceModifier and TypeMethodDescriptionprivate voidDoubleRangeFacetCounts.count(MultiDoubleValuesSource valueSource, List<FacetsCollector.MatchingDocs> matchingDocs) Counts from the provided valueSource.DoubleRange.getQuery(Query fastMatchQuery, MultiDoubleValuesSource valueSource) Create a Query that matches documents in this rangeConstructors in org.apache.lucene.facet.range with parameters of type MultiDoubleValuesSourceModifierConstructorDescriptionDoubleRangeFacetCounts(String field, MultiDoubleValuesSource valuesSource, FacetsCollector hits, DoubleRange... ranges) CreateRangeFacetCounts, using the providedMultiDoubleValuesSourceif non-null.DoubleRangeFacetCounts(String field, MultiDoubleValuesSource valuesSource, FacetsCollector hits, Query fastMatchQuery, DoubleRange... ranges) CreateRangeFacetCounts, using the providedMultiDoubleValuesSourceif non-null.(package private)MultiValueSourceQuery(DoubleRange range, Query fastMatchQuery, MultiDoubleValuesSource valueSource) -
Uses of MultiDoubleValuesSource in org.apache.lucene.sandbox.facet.cutters.ranges
Constructors in org.apache.lucene.sandbox.facet.cutters.ranges with parameters of type MultiDoubleValuesSourceModifierConstructorDescriptionDoubleRangeFacetCutter(MultiDoubleValuesSource multiDoubleValuesSource, DoubleRange[] doubleRanges) Constructor.