Package | Description |
---|---|
org.elasticsearch.search.aggregations.metrics.tophits | |
org.elasticsearch.search.fetch | |
org.elasticsearch.search.internal |
Constructor and Description |
---|
InternalTopHits(String name,
InternalSearchHits searchHits) |
InternalTopHits(String name,
int from,
int size,
org.apache.lucene.search.TopDocs topDocs,
InternalSearchHits searchHits) |
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,
InternalFacets facets,
InternalAggregations aggregations,
Suggest suggest,
boolean timedOut,
Boolean terminatedEarly) |
Copyright © 2009–2015. All rights reserved.