Uses of Class
org.apache.lucene.facet.index.CategoryContainer
-
Packages that use CategoryContainer Package Description 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 Modifier and Type Method Description abstract CategoryContainerFacetSource. getNextFacets(CategoryContainer facets)Returns the nextfacets content item.CategoryContainerRandomFacetSource. getNextFacets(CategoryContainer facets)Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type CategoryContainer Modifier and Type Method Description abstract CategoryContainerFacetSource. getNextFacets(CategoryContainer facets)Returns the nextfacets content item.CategoryContainerRandomFacetSource. getNextFacets(CategoryContainer facets) -
Uses of CategoryContainer in org.apache.lucene.facet.index
Methods in org.apache.lucene.facet.index with parameters of type CategoryContainer Modifier and Type Method Description voidCategoryContainer. merge(CategoryContainer other)Add the categories from anotherCategoryContainerto this one.
-