Uses of Class
org.apache.lucene.facet.index.CategoryContainer

Packages that use CategoryContainer
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
org.apache.lucene.facet.index Indexing of document categories 
 

Uses of CategoryContainer in org.apache.lucene.benchmark.byTask.feeds
 

Methods in org.apache.lucene.benchmark.byTask.feeds that return CategoryContainer
 CategoryContainer RandomFacetSource.getNextFacets(CategoryContainer facets)
           
abstract  CategoryContainer FacetSource.getNextFacets(CategoryContainer facets)
          Returns the next facets content item.
 

Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type CategoryContainer
 CategoryContainer RandomFacetSource.getNextFacets(CategoryContainer facets)
           
abstract  CategoryContainer FacetSource.getNextFacets(CategoryContainer facets)
          Returns the next facets content item.
 

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

Methods in org.apache.lucene.facet.index with parameters of type CategoryContainer
 void CategoryContainer.merge(CategoryContainer other)
          Add the categories from another CategoryContainer to this one.
 



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