public interface SearchHitField extends Streamable, Iterable<Object>
SearchHit.SearchHit| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName()
The name of the field.
|
<V> V |
getValue()
The first value of the hit.
|
List<Object> |
getValues()
The field values.
|
boolean |
isMetadataField() |
String |
name()
The name of the field.
|
<V> V |
value()
The first value of the hit.
|
List<Object> |
values()
The field values.
|
readFrom, writeToforEach, iterator, spliteratorCopyright © 2009–2016. All rights reserved.