Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Hit> |
Hits.hit
A document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
Hit |
Hit.addExprsEntry(java.lang.String key,
java.lang.String value) |
Hit |
Hit.addFieldsEntry(java.lang.String key,
java.util.List<java.lang.String> value) |
Hit |
Hit.addHighlightsEntry(java.lang.String key,
java.lang.String value) |
Hit |
Hit.clearExprsEntries()
Removes all the entries added into Exprs.
|
Hit |
Hit.clearFieldsEntries()
Removes all the entries added into Fields.
|
Hit |
Hit.clearHighlightsEntries()
Removes all the entries added into Highlights.
|
Hit |
Hit.clone() |
Hit |
Hit.withExprs(java.util.Map<java.lang.String,java.lang.String> exprs)
The expressions returned from a document that matches the search request.
|
Hit |
Hit.withFields(java.util.Map<java.lang.String,java.util.List<java.lang.String>> fields)
The fields returned from a document that matches the search request.
|
Hit |
Hit.withHighlights(java.util.Map<java.lang.String,java.lang.String> highlights)
The highlights returned from a document that matches the search request.
|
Hit |
Hit.withId(java.lang.String id)
The document ID of a document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Hit> |
Hits.getHit()
A document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
Hits |
Hits.withHit(Hit... hit)
A document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
void |
Hits.setHit(java.util.Collection<Hit> hit)
A document that matches the search request.
|
Hits |
Hits.withHit(java.util.Collection<Hit> hit)
A document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
Hit |
HitJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HitJsonMarshaller.marshall(Hit hit,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|