Uses of Class
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter

Packages that use DirectoryTaxonomyWriter
org.apache.lucene.facet.example.merge   
org.apache.lucene.facet.example.multiCL   
 

Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.example.merge
 

Methods in org.apache.lucene.facet.example.merge with parameters of type DirectoryTaxonomyWriter
static void TaxonomyMergeUtils.merge(org.apache.lucene.store.Directory srcIndexDir, org.apache.lucene.store.Directory srcTaxDir, DirectoryTaxonomyWriter.OrdinalMap map, org.apache.lucene.index.IndexWriter destIndexWriter, DirectoryTaxonomyWriter destTaxWriter)
          Merges the given taxonomy and index directories and commits the changes to the given writers.
static void TaxonomyMergeUtils.merge(org.apache.lucene.store.Directory srcIndexDir, org.apache.lucene.store.Directory srcTaxDir, org.apache.lucene.index.IndexWriter destIndexWriter, DirectoryTaxonomyWriter destTaxWriter)
          Merges the given taxonomy and index directories and commits the changes to the given writers.
 

Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.example.multiCL
 

Methods in org.apache.lucene.facet.example.multiCL with parameters of type DirectoryTaxonomyWriter
static void MultiCLIndexer.index(org.apache.lucene.index.IndexWriter iw, DirectoryTaxonomyWriter taxo, FacetIndexingParams iParams, String[] docTitles, String[] docTexts, CategoryPath[][] cPaths)
          More advanced method for specifying custom indexing params, doc texts, doc titles and category paths.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.