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 CategoryContainer
FacetSource. getNextFacets(CategoryContainer facets)
Returns the nextfacets content item
.CategoryContainer
RandomFacetSource. getNextFacets(CategoryContainer facets)
Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type CategoryContainer Modifier and Type Method Description abstract CategoryContainer
FacetSource. getNextFacets(CategoryContainer facets)
Returns the nextfacets content item
.CategoryContainer
RandomFacetSource. 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 void
CategoryContainer. merge(CategoryContainer other)
Add the categories from anotherCategoryContainer
to this one.
-