Package org.apache.lucene.util.bkd
Interface PointValue
-
public interface PointValue
Represents a dimensional point value written in the BKD tree.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
docID()
Returns the docIDBytesRef
packedValue()
Returns the packed values for the dimensionsBytesRef
packedValueDocIDBytes()
Returns the byte representation of the packed value together with the docID
-