public class IndexQueryResult extends Object
| Constructor and Description |
|---|
IndexQueryResult(String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResultMessage> |
buildResults(org.elasticsearch.search.SearchHits hits) |
String |
getBuiltQuery() |
String |
getOriginalQuery() |
org.elasticsearch.common.unit.TimeValue |
took() |
public IndexQueryResult(String originalQuery, org.elasticsearch.common.bytes.BytesReference builtQuery, org.elasticsearch.common.unit.TimeValue took)
public String getOriginalQuery()
public String getBuiltQuery()
public org.elasticsearch.common.unit.TimeValue took()
protected List<ResultMessage> buildResults(org.elasticsearch.search.SearchHits hits)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.