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).
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

  • Method Details