Interface StoredValue


  • public interface StoredValue
    Representation of a field stored on the index. Used to load field values from different index backends.
    • Method Detail

      • asString

        String asString()
        Returns the String value of the field.
      • asInteger

        Integer asInteger()
        Returns the Integer value of the field.
      • asLong

        Long asLong()
        Returns the Long value of the field.
      • asByteArray

        byte[] asByteArray()
        Returns the byte[] value of the field.
      • asByteArrays

        Iterable<byte[]> asByteArrays()
        Returns the byte[] values of the field.