public class TaxonomyMergeUtils extends Object
| Constructor and Description |
|---|
TaxonomyMergeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
merge(Directory srcIndexDir,
Directory srcTaxDir,
DirectoryTaxonomyWriter.OrdinalMap map,
IndexWriter destIndexWriter,
DirectoryTaxonomyWriter destTaxWriter,
FacetIndexingParams params)
Merges the given taxonomy and index directories and commits the changes to
the given writers.
|
public static void merge(Directory srcIndexDir, Directory srcTaxDir, DirectoryTaxonomyWriter.OrdinalMap map, IndexWriter destIndexWriter, DirectoryTaxonomyWriter destTaxWriter, FacetIndexingParams params) throws IOException
IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.