org.apache.lucene.facet.encoding
public final class DGapIntDecoder extends IntDecoder
IntDecoder which wraps another decoder and reverts the d-gap that
was encoded by DGapIntEncoder.| Constructor and Description |
|---|
DGapIntDecoder(IntDecoder decoder) |
public DGapIntDecoder(IntDecoder decoder)
public void decode(BytesRef buf, IntsRef values)
IntDecoderIntsRef. Note
that values.offset is set to 0, and values.length is
updated to denote the number of decoded values.decode in class IntDecoderCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.