public interface FacetCountCollector extends FacetAccessible
| Modifier and Type | Field and Description |
|---|---|
static List<BrowseFacet> |
EMPTY_FACET_LIST
Empty facet list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int docid)
Collect a hit.
|
void |
collectAll()
Collects all hits.
|
int[] |
getCountDistribution()
Returns an integer array representing the distribution function of a given facet.
|
String |
getName()
Gets the name of the facet
|
close, getFacet, getFacetHitsCount, getFacets, iteratorstatic final List<BrowseFacet> EMPTY_FACET_LIST
void collect(int docid)
docid - docvoid collectAll()
String getName()
int[] getCountDistribution()
Copyright © 2005–2013. All rights reserved.