Java org.apache.lucene.facet.taxonomy TaxonomyFacetSumValueSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.taxonomy TaxonomyFacetSumValueSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.taxonomy TaxonomyFacetSumValueSource.

The text is from its open source code.

Constructor

TaxonomyFacetSumValueSource(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, DoubleValuesSource valueSource)
Aggreggates double facet values from the provided DoubleValuesSource , pulling ordinals using DocValuesOrdinalsReader against the default indexed facet field FacetsConfig#DEFAULT_INDEX_FIELD_NAME .