Class IntAssociationFacetField

    • Constructor Detail

      • IntAssociationFacetField

        public IntAssociationFacetField​(int assoc,
                                        java.lang.String dim,
                                        java.lang.String... path)
        Creates this from dim and path and an int association
    • Method Detail

      • intToBytesRef

        public static BytesRef intToBytesRef​(int v)
        Encodes an int as a 4-byte BytesRef, big-endian.
      • bytesRefToInt

        public static int bytesRefToInt​(BytesRef b)
        Decodes a previously encoded int.
      • toString

        public java.lang.String toString()
        Description copied from class: Field
        Prints a Field for human consumption.
        Overrides:
        toString in class AssociationFacetField