Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SearchRequest
Packages that use SearchRequest
Package
Description
-
Uses of SearchRequest in com.amazonaws.services.cloudsearchdomain
Methods in com.amazonaws.services.cloudsearchdomain with parameters of type SearchRequestModifier and TypeMethodDescriptionAbstractAmazonCloudSearchDomain.search
(SearchRequest request) AmazonCloudSearchDomain.search
(SearchRequest searchRequest) Retrieves a list of documents that match the specified search criteria.AmazonCloudSearchDomainClient.search
(SearchRequest searchRequest) Retrieves a list of documents that match the specified search criteria.AbstractAmazonCloudSearchDomainAsync.searchAsync
(SearchRequest request) AbstractAmazonCloudSearchDomainAsync.searchAsync
(SearchRequest request, AsyncHandler<SearchRequest, SearchResult> asyncHandler) AmazonCloudSearchDomainAsync.searchAsync
(SearchRequest searchRequest) Retrieves a list of documents that match the specified search criteria.AmazonCloudSearchDomainAsync.searchAsync
(SearchRequest searchRequest, AsyncHandler<SearchRequest, SearchResult> asyncHandler) Retrieves a list of documents that match the specified search criteria.AmazonCloudSearchDomainAsyncClient.searchAsync
(SearchRequest request) AmazonCloudSearchDomainAsyncClient.searchAsync
(SearchRequest request, AsyncHandler<SearchRequest, SearchResult> asyncHandler) Method parameters in com.amazonaws.services.cloudsearchdomain with type arguments of type SearchRequestModifier and TypeMethodDescriptionAbstractAmazonCloudSearchDomainAsync.searchAsync
(SearchRequest request, AsyncHandler<SearchRequest, SearchResult> asyncHandler) AmazonCloudSearchDomainAsync.searchAsync
(SearchRequest searchRequest, AsyncHandler<SearchRequest, SearchResult> asyncHandler) Retrieves a list of documents that match the specified search criteria.AmazonCloudSearchDomainAsyncClient.searchAsync
(SearchRequest request, AsyncHandler<SearchRequest, SearchResult> asyncHandler) -
Uses of SearchRequest in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SearchRequestModifier and TypeMethodDescriptionSearchRequest.clone()
SearchRequest.withCursor
(String cursor) Retrieves a cursor value you can use to page through large result sets.Defines one or more numeric expressions that can be used to sort results or specify search or filter criteria.Specifies one or more fields for which to get facet information, and options that control how the facet information is returned.SearchRequest.withFilterQuery
(String filterQuery) Specifies a structured query that filters the results of a search without affecting how the results are scored and sorted.SearchRequest.withHighlight
(String highlight) Retrieves highlights for matches in the specifiedtext
ortext-array
fields.SearchRequest.withPartial
(Boolean partial) Enables partial results to be returned if one or more index partitions are unavailable.Specifies the search criteria for the request.SearchRequest.withQueryOptions
(String queryOptions) Configures options for the query parser specified in thequeryParser
parameter.SearchRequest.withQueryParser
(QueryParser queryParser) Specifies which query parser to use to process the request.SearchRequest.withQueryParser
(String queryParser) Specifies which query parser to use to process the request.SearchRequest.withReturn
(String returnValue) Specifies the field and expression values to include in the response.Specifies the maximum number of search hits to include in the response.Specifies the fields or custom expressions to use to sort the search results.Specifies the offset of the first search hit you want to return.Specifies one or more fields for which to get statistics information.