Fields

class Fields(fields: Map<String, List<Any>>)

Functions

contains
Link copied to clipboard
operator fun contains(field: FieldOperations<*>): Boolean
Checks if the search hit contains the given field.
operator fun contains(field: String): Boolean
Checks if the search hit contains the given field name.
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
get
Link copied to clipboard
operator fun <V> get(field: BoundField<V, *>): List<V>?
Returns deserialized value for the corresponding field.
operator fun get(field: String): List<Any>
Returns the value for the corresponding field name.
hashCode
Link copied to clipboard
open override fun hashCode(): Int