| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.search | |
| org.elasticsearch.search.aggregations.metrics.tophits | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
SearchHits |
SearchResponse.getHits()
The search hits.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchHits> |
SearchHit.getInnerHits() |
| Modifier and Type | Method and Description |
|---|---|
SearchHits |
TopHits.getHits() |
SearchHits |
InternalTopHits.getHits() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSearchHits |
| Modifier and Type | Method and Description |
|---|---|
SearchHits |
InternalSearchResponse.hits() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchHits> |
InternalSearchHit.getInnerHits() |
Copyright © 2009–2017. All rights reserved.