public class SearchHitResponse extends Object
| Constructor and Description |
|---|
SearchHitResponse(float score,
String index,
String id,
String type,
long version,
Map<String,Object> fields) |
SearchHitResponse(Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFields() |
Object |
getFieldValue(String name) |
String |
getId() |
String |
getIndex() |
float |
getScore() |
String |
getType() |
long |
getVersion() |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.