Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private Hits |
SearchResult.hits
The documents that match the search criteria.
|
Modifier and Type | Method and Description |
---|---|
Hits |
Hits.clone() |
Hits |
SearchResult.getHits()
The documents that match the search criteria.
|
Hits |
Hits.withCursor(java.lang.String cursor)
A cursor that can be used to retrieve the next set of matching documents
when you want to page through a large result set.
|
Hits |
Hits.withFound(java.lang.Long found)
The total number of documents that match the search request.
|
Hits |
Hits.withHit(java.util.Collection<Hit> hit)
A document that matches the search request.
|
Hits |
Hits.withHit(Hit... hit)
A document that matches the search request.
|
Hits |
Hits.withStart(java.lang.Long start)
The index of the first matching document.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setHits(Hits hits)
The documents that match the search criteria.
|
SearchResult |
SearchResult.withHits(Hits hits)
The documents that match the search criteria.
|
Modifier and Type | Method and Description |
---|---|
Hits |
HitsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HitsJsonMarshaller.marshall(Hits hits,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|