public interface FacetValueAccumulator
| Modifier and Type | Method and Description |
|---|---|
void |
collectField(int doc,
String facetName,
String facetValue) |
void |
collectQuery(int doc,
String facetName,
String facetValue) |
void |
collectRange(int doc,
String facetName,
String facetValue) |
void |
setQueryStatsCollectorReaders(LeafReaderContext context) |
void |
setRangeStatsCollectorReaders(LeafReaderContext context) |
void collectField(int doc,
String facetName,
String facetValue)
throws IOException
IOExceptionvoid collectQuery(int doc,
String facetName,
String facetValue)
throws IOException
IOExceptionvoid collectRange(int doc,
String facetName,
String facetValue)
throws IOException
IOExceptionvoid setQueryStatsCollectorReaders(LeafReaderContext context) throws IOException
IOExceptionvoid setRangeStatsCollectorReaders(LeafReaderContext context) throws IOException
IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.