|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacetCountCollector
Collects facet counts for a given browse request
| Field Summary | |
|---|---|
static List<BrowseFacet> |
EMPTY_FACET_LIST
Empty facet list. |
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface com.browseengine.bobo.api.FacetAccessible |
|---|
close, getFacet, getFacets, iterator |
| Field Detail |
|---|
static final List<BrowseFacet> EMPTY_FACET_LIST
| Method Detail |
|---|
void collect(int docid)
docid - docvoid collectAll()
String getName()
int[] getCountDistribution()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||