Uses of Interface
org.apache.lucene.DocumentBuilder

Packages that use DocumentBuilder
org.apache.lucene.facet.enhancements Enhanced category features 
org.apache.lucene.facet.index Indexing of document categories 
 

Uses of DocumentBuilder in org.apache.lucene.facet.enhancements
 

Classes in org.apache.lucene.facet.enhancements that implement DocumentBuilder
 class EnhancementsDocumentBuilder
          An EnhancementsDocumentBuilder is a CategoryDocumentBuilder which adds categories to documents according to the list of CategoryEnhancements from EnhancementsIndexingParams.
 

Uses of DocumentBuilder in org.apache.lucene.facet.index
 

Classes in org.apache.lucene.facet.index that implement DocumentBuilder
 class CategoryDocumentBuilder
          A utility class which allows attachment of CategoryPaths or CategoryAttributes to a given document using a taxonomy.
Construction could be done with either a given FacetIndexingParams or the default implementation DefaultFacetIndexingParams.
A CategoryDocumentBuilder can be reused by repeatedly setting the categories and building the document.
 



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