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(org.apache.lucene.index.LeafReaderContext context) |
void |
setRangeStatsCollectorReaders(org.apache.lucene.index.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(org.apache.lucene.index.LeafReaderContext context)
throws IOException
IOExceptionvoid setRangeStatsCollectorReaders(org.apache.lucene.index.LeafReaderContext context)
throws IOException
IOExceptionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.