| Package | Description |
|---|---|
| org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
| org.apache.lucene.facet.index |
Indexing of document categories
Attachment of
CategoryPath's
or CategoryAttribute's
to a given document using a
Taxonomy. |
| Modifier and Type | Method and Description |
|---|---|
CategoryContainer |
RandomFacetSource.getNextFacets(CategoryContainer facets) |
abstract CategoryContainer |
FacetSource.getNextFacets(CategoryContainer facets)
Returns the next
facets content item. |
| Modifier and Type | Method and Description |
|---|---|
CategoryContainer |
RandomFacetSource.getNextFacets(CategoryContainer facets) |
abstract CategoryContainer |
FacetSource.getNextFacets(CategoryContainer facets)
Returns the next
facets content item. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryContainer.merge(CategoryContainer other)
Add the categories from another
CategoryContainer to this one. |