elasticmagic
/
dev.evo.elasticmagic
/
SearchHit
/
Fields
Fields
class
Fields
(fields:
Map
<
String
,
List
<
Any
>>)
Content copied to clipboard
Functions
Functions
contains
Link copied to clipboard
operator fun
contains
(field:
FieldOperations
<*>):
Boolean
Content copied to clipboard
Checks if the search hit contains the given field.
operator fun
contains
(field:
String
):
Boolean
Content copied to clipboard
Checks if the search hit contains the given field name.
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator fun <
V
>
get
(field:
BoundField
<
V
, *>):
List
<
V
>?
Content copied to clipboard
Returns deserialized value for the corresponding field.
operator fun
get
(field:
String
):
List
<
Any
>
Content copied to clipboard
Returns the value for the corresponding field name.
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard