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 class
private static class
private static class
Fields in org.apache.lucene.facet declared as MultiDoubleValuesSourceModifier and TypeFieldDescriptionprivate final MultiDoubleValuesSource
MultiDoubleValuesSource.LongDoubleValuesSource.in
(package private) MultiDoubleValuesSource
MultiDoubleValuesSource.SortableMultiLongValuesSource.inner
Methods in org.apache.lucene.facet that return MultiDoubleValuesSourceModifier and TypeMethodDescriptionstatic MultiDoubleValuesSource
MultiDoubleValuesSource.fromDoubleField
(String field) Creates a MultiDoubleValuesSource that wraps a double-valued fieldstatic MultiDoubleValuesSource
MultiDoubleValuesSource.fromField
(String field, LongToDoubleFunction decoder) Creates a MultiDoubleValuesSource that wraps a generic NumericDocValues/SortedNumericDocValues field.static MultiDoubleValuesSource
MultiDoubleValuesSource.fromFloatField
(String field) Creates a MultiDoubleValuesSource that wraps a float-valued fieldstatic MultiDoubleValuesSource
MultiDoubleValuesSource.fromIntField
(String field) Creates a MultiDoubleValuesSource that wraps an int-valued fieldstatic MultiDoubleValuesSource
MultiDoubleValuesSource.fromLongField
(String field) Creates a MultiDoubleValuesSource that wraps a long-valued fieldstatic MultiDoubleValuesSource
MultiDoubleValuesSource.fromSingleValued
(DoubleValuesSource singleValued) Creates a MultiDoubleValuesSource that wraps a single-valuedDoubleValuesSource
final MultiDoubleValuesSource
MultiLongValuesSource.toMultiDoubleValuesSource()
Convert to a MultiDoubleValuesSource by casting long values to doublesMethods in org.apache.lucene.facet with parameters of type MultiDoubleValuesSourceModifier and TypeMethodDescriptionstatic DoubleValuesSource
MultiDoubleValuesSource.unwrapSingleton
(MultiDoubleValuesSource in) Returns a single-valued view of theMultiDoubleValuesSource
if 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 MultiDoubleValuesSource
DoubleRange.MultiValueSourceQuery.valueSource
Methods in org.apache.lucene.facet.range with parameters of type MultiDoubleValuesSourceModifier and TypeMethodDescriptionprivate void
DoubleRangeFacetCounts.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 providedMultiDoubleValuesSource
if non-null.DoubleRangeFacetCounts
(String field, MultiDoubleValuesSource valuesSource, FacetsCollector hits, Query fastMatchQuery, DoubleRange... ranges) CreateRangeFacetCounts
, using the providedMultiDoubleValuesSource
if 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.