Class TaxonomyFacetSumIntAssociations

    • Constructor Detail

      • TaxonomyFacetSumIntAssociations

        public TaxonomyFacetSumIntAssociations​(TaxonomyReader taxoReader,
                                               FacetsConfig config,
                                               FacetsCollector fc)
                                        throws java.io.IOException
        Create TaxonomyFacetSumIntAssociations against the default index field.
        Throws:
        java.io.IOException
      • TaxonomyFacetSumIntAssociations

        public TaxonomyFacetSumIntAssociations​(java.lang.String indexFieldName,
                                               TaxonomyReader taxoReader,
                                               FacetsConfig config,
                                               FacetsCollector fc)
                                        throws java.io.IOException
        Create TaxonomyFacetSumIntAssociations against the specified index field.
        Throws:
        java.io.IOException