org.apache.lucene.util.packed
public class EliasFanoDocIdSet extends DocIdSet
| Constructor and Description |
|---|
EliasFanoDocIdSet(int numValues,
int upperBound) |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeFromDisi(DocIdSetIterator disi) |
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isCacheable()
This DocIdSet implementation is cacheable.
|
DocIdSetIterator |
iterator()
Provides a
DocIdSetIterator to access encoded document ids. |
public void encodeFromDisi(DocIdSetIterator disi) throws IOException
IOExceptionpublic DocIdSetIterator iterator()
DocIdSetIterator to access encoded document ids.public boolean isCacheable()
trueisCacheable in class DocIdSetCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.