Package | Description |
---|---|
org.elasticsearch.search | |
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
SearchHit |
SearchHits.getAt(int position)
Return the hit as the provided position.
|
SearchHit[] |
SearchHits.getHits()
The hits of the search request (based on the search type, and from / size provided).
|
SearchHit[] |
SearchHits.hits()
The hits of the search request (based on the search type, and from / size provided).
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSearchHit |
Modifier and Type | Method and Description |
---|---|
SearchHit |
InternalSearchHits.getAt(int position) |
SearchHit[] |
InternalSearchHits.getHits() |
SearchHit[] |
InternalSearchHits.hits() |
Modifier and Type | Method and Description |
---|---|
Iterator<SearchHit> |
InternalSearchHits.iterator() |
Copyright © 2009–2015. All rights reserved.