Class ReindexingEnrichedDirectoryTaxonomyWriter

java.lang.Object
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter
org.apache.lucene.facet.taxonomy.directory.ReindexingEnrichedDirectoryTaxonomyWriter
All Implemented Interfaces:
Closeable, AutoCloseable, TaxonomyWriter, TwoPhaseCommit

public class ReindexingEnrichedDirectoryTaxonomyWriter extends DirectoryTaxonomyWriter
Use this TaxonomyWriter to append arbitrary fields to the ordinal documents in the taxonomy. To update the custom data added to the docs, it is required to reindexWithNewOrdinalData(BiConsumer).