| Modifier and Type | Method and Description |
|---|---|
abstract FacetCountCollector |
FacetCountCollectorSource.getFacetCountCollector(BoboIndexReader reader,
int docBase) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesFacetCountCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketFacetCountCollector |
class |
DefaultFacetCountCollector |
class |
GeoFacetCountCollector |
class |
GeoSimpleFacetCountCollector |
class |
GroupByFacetCountCollector |
static class |
HistogramFacetHandler.HistogramCollector<T extends Number> |
class |
MultiValuedPathFacetCountCollector |
static class |
MultiValueFacetHandler.MultiValueFacetCountCollector |
class |
PathFacetCountCollector |
class |
RangeFacetCountCollector |
static class |
SimpleFacetHandler.SimpleFacetCountCollector |
static class |
SimpleFacetHandler.SimpleGroupByFacetCountCollector |
| Constructor and Description |
|---|
HistogramFacetHandler.HistogramCollector(String facetName,
FacetCountCollector baseCollector,
FacetDataCache<?> dataCache,
FacetSpec ospec,
T start,
T end,
T unit) |
| Modifier and Type | Method and Description |
|---|---|
FacetCountStatistics |
FacetCountStatisicsGenerator.generateStatistic(FacetCountCollector countHitCollector,
int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoboMapFunctionWrapper.finalizeSegment(BoboIndexReader reader,
FacetCountCollector[] facetCountCollectors)
The callback method, after the segment was processed
|
void |
BoboMapFunctionWrapper.mapFullIndexReader(BoboIndexReader reader,
FacetCountCollector[] facetCountCollectors)
When there is no filter, map reduce will try to map the entire segment
|
| Modifier and Type | Field and Description |
|---|---|
FacetCountCollector |
FacetHitCollector.CurrentPointers.facetCountCollector |
| Modifier and Type | Field and Description |
|---|---|
LinkedList<FacetCountCollector> |
FacetHitCollector._collectAllCollectorList |
LinkedList<FacetCountCollector> |
FacetHitCollector._countCollectorList |
Copyright © 2005–2013. All rights reserved.