get

operator fun get(field: String): List<Any>

Returns the value for the corresponding field name.

Throws

if field name is missing in the search hit.


operator fun <V> get(field: BoundField<V, *>): List<V>

Returns deserialized value for the corresponding field.

Throws

if field is missing in the search hit.

if the field value cannot be deserialized.