public class InternalSearchHitField extends Object implements SearchHitField
| コンストラクタと説明 |
|---|
InternalSearchHitField(String name,
List<Object> values) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName()
The name of the field.
|
Object |
getValue()
The first value of the hit.
|
List<Object> |
getValues()
The field values.
|
boolean |
isMetadataField() |
Iterator<Object> |
iterator() |
String |
name()
The name of the field.
|
void |
readFrom(StreamInput in) |
static InternalSearchHitField |
readSearchHitField(StreamInput in) |
Object |
value()
The first value of the hit.
|
List<Object> |
values()
The field values.
|
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic String name()
SearchHitFieldname インタフェース内 SearchHitFieldpublic String getName()
SearchHitFieldgetName インタフェース内 SearchHitFieldpublic Object value()
SearchHitFieldvalue インタフェース内 SearchHitFieldpublic Object getValue()
SearchHitFieldgetValue インタフェース内 SearchHitFieldpublic List<Object> values()
SearchHitFieldvalues インタフェース内 SearchHitFieldpublic List<Object> getValues()
SearchHitFieldgetValues インタフェース内 SearchHitFieldpublic boolean isMetadataField()
isMetadataField インタフェース内 SearchHitFieldpublic static InternalSearchHitField readSearchHitField(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.