Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and Description |
---|---|
Hit |
Hit.addExprsEntry(String key,
String value) |
Hit |
Hit.addFieldsEntry(String key,
List<String> value) |
Hit |
Hit.addHighlightsEntry(String key,
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(Map<String,String> exprs)
The expressions returned from a document that matches the search request.
|
Hit |
Hit.withFields(Map<String,List<String>> fields)
The fields returned from a document that matches the search request.
|
Hit |
Hit.withHighlights(Map<String,String> highlights)
The highlights returned from a document that matches the search request.
|
Hit |
Hit.withId(String id)
The document ID of a document that matches the search request.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Hit> hit)
A document that matches the search request.
|
Hits |
Hits.withHit(Collection<Hit> hit)
A document that matches the search request.
|
Copyright © 2018. All rights reserved.