Class ReindexingEnrichedDirectoryTaxonomyWriter

    • Constructor Detail

    • Method Detail

      • reindexWithNewOrdinalData

        public void reindexWithNewOrdinalData​(BiConsumer<FacetLabel,​Document> ordinalDataAppender)
                                       throws IOException
        Delete the existing taxonomy index and recreate it using new ordinal data. The ordinals themselves will be preserved, so the caller does not need to update references to them in the main index.
        Throws:
        IOException