| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.metrics.tophits | |
| org.elasticsearch.search.fetch | |
| org.elasticsearch.search.internal |
| Constructor and Description |
|---|
InternalTopHits(String name,
int from,
int size,
org.apache.lucene.search.TopDocs topDocs,
InternalSearchHits searchHits,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalSearchHits |
FetchSearchResult.hits() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchSearchResult.hits(InternalSearchHits hits) |
| Modifier and Type | Method and Description |
|---|---|
static InternalSearchHits |
InternalSearchHits.empty() |
static InternalSearchHits |
InternalSearchHits.readSearchHits(StreamInput in) |
static InternalSearchHits |
InternalSearchHits.readSearchHits(StreamInput in,
InternalSearchHits.StreamContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalSearchHit.setInnerHits(Map<String,InternalSearchHits> innerHits) |
| Constructor and Description |
|---|
InternalSearchResponse(InternalSearchHits hits,
InternalAggregations aggregations,
Suggest suggest,
InternalProfileShardResults profileResults,
boolean timedOut,
Boolean terminatedEarly) |
Copyright © 2009–2017. All rights reserved.