| 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 |
AWSkendraClient.query(QueryRequest request)
Searches an active index.
|
QueryResult |
AWSkendra.query(QueryRequest queryRequest)
Searches an active index.
|
QueryResult |
AbstractAWSkendra.query(QueryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest)
Searches an active index.
|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request) |
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
Searches an active index.
|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AWSkendraAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Future<QueryResult> |
AWSkendraAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
Searches an active index.
|
Future<QueryResult> |
AbstractAWSkendraAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
| 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 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.withSpellCorrectedQueries(Collection<SpellCorrectedQuery> spellCorrectedQueries)
A list of information related to suggested spell corrections for a query.
|
QueryResult |
QueryResult.withSpellCorrectedQueries(SpellCorrectedQuery... spellCorrectedQueries)
A list of information related to suggested spell corrections for a query.
|
QueryResult |
QueryResult.withTotalNumberOfResults(Integer totalNumberOfResults)
The total number of items found by the search; however, you can only retrieve up to 100 items.
|
QueryResult |
QueryResult.withWarnings(Collection<Warning> warnings)
A list of warning codes and their messages on problems with your query.
|
QueryResult |
QueryResult.withWarnings(Warning... warnings)
A list of warning codes and their messages on problems with your query.
|
Copyright © 2022. All rights reserved.