public final class TermsStringOrdinalsFacetExecutor.ReaderAggregator extends Object implements Releasable
Constructor and Description |
---|
ReaderAggregator(org.apache.lucene.index.RandomAccessOrds values,
int ordinalsCacheLimit,
CacheRecycler cacheRecycler) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.apache.lucene.util.BytesRef |
copyCurrent() |
boolean |
nextPosition() |
public ReaderAggregator(org.apache.lucene.index.RandomAccessOrds values, int ordinalsCacheLimit, CacheRecycler cacheRecycler)
public boolean nextPosition()
public org.apache.lucene.util.BytesRef copyCurrent()
public void close()
close
in interface AutoCloseable
close
in interface Releasable
Copyright © 2009–2015. All rights reserved.