public interface BoboMapFunctionWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
finalizePartition()
The callback method, after the partition was processed
|
void |
finalizeSegment(BoboIndexReader reader,
FacetCountCollector[] facetCountCollectors)
The callback method, after the segment was processed
|
MapReduceResult |
getResult() |
void |
mapFullIndexReader(BoboIndexReader reader,
FacetCountCollector[] facetCountCollectors)
When there is no filter, map reduce will try to map the entire segment
|
void |
mapSingleDocument(int docId,
BoboIndexReader reader)
The basic callback method for a single doc
|
void mapFullIndexReader(BoboIndexReader reader, FacetCountCollector[] facetCountCollectors)
reader - void mapSingleDocument(int docId,
BoboIndexReader reader)
docId - reader - void finalizeSegment(BoboIndexReader reader, FacetCountCollector[] facetCountCollectors)
reader - void finalizePartition()
MapReduceResult getResult()
Copyright © 2005–2013. All rights reserved.