public abstract class LongFacetAggregatorBase extends Object
LongValues| Constructor and Description |
|---|
LongFacetAggregatorBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
missing() |
void |
onDoc(int docId,
org.apache.lucene.index.SortedNumericDocValues values) |
protected abstract void |
onValue(int docId,
long next) |
int |
total() |
Copyright © 2009–2016. All rights reserved.