static class OfflinePointReader.OfflinePointValue extends java.lang.Object implements PointValue
| Modifier and Type | Field and Description |
|---|---|
(package private) BytesRef |
docIDBytes |
(package private) BytesRef |
packedValue |
| Constructor and Description |
|---|
OfflinePointValue(byte[] value,
int packedValueLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
docID()
Returns the document id
|
BytesRef |
docIDBytes()
Returns the byte representation of the document id
|
BytesRef |
packedValue()
Returns the packed values for the dimensions
|
void |
setOffset(int offset)
Sets a new value by changing the offset.
|
public void setOffset(int offset)
public BytesRef packedValue()
PointValuepackedValue in interface PointValuepublic int docID()
PointValuedocID in interface PointValuepublic BytesRef docIDBytes()
PointValuedocIDBytes in interface PointValue