| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
AbstractAWSkendra.query(QueryRequest request) |
QueryResult |
AWSkendraClient.query(QueryRequest request)
Searches an active index.
|
QueryResult |
AWSkendra.query(QueryRequest queryRequest)
Searches an active index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request) |
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest)
Searches an active index.
|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
Searches an active index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
Searches an active index.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.clone() |
QueryResult |
QueryResult.withFacetResults(Collection<FacetResult> facetResults)
Contains the facet results.
|
QueryResult |
QueryResult.withFacetResults(FacetResult... facetResults)
Contains the facet results.
|
QueryResult |
QueryResult.withQueryId(String queryId)
The unique identifier for the search.
|
QueryResult |
QueryResult.withResultItems(Collection<QueryResultItem> resultItems)
The results of the search.
|
QueryResult |
QueryResult.withResultItems(QueryResultItem... resultItems)
The results of the search.
|
QueryResult |
QueryResult.withTotalNumberOfResults(Integer totalNumberOfResults)
The number of items returned by the search.
|
Copyright © 2019. All rights reserved.