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

    Modifier and Type
    Method
    Description
    int
    Returns the docID
    Returns the packed values for the dimensions
    Returns the byte representation of the packed value together with the docID
  • Method Details

    • packedValue

      BytesRef packedValue()
      Returns the packed values for the dimensions
    • docID

      int docID()
      Returns the docID
    • packedValueDocIDBytes

      BytesRef packedValueDocIDBytes()
      Returns the byte representation of the packed value together with the docID