Java com.amazonaws.services.cloudsearchdomain.model SearchRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudsearchdomain.model SearchRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudsearchdomain.model SearchRequest.

The text is from its open source code.

Constructor

Method

voidsetExpr(String expr)

Defines one or more numeric expressions that can be used to sort results or specify search or filter criteria.

voidsetQuery(String query)

Specifies the search criteria for the request.

voidsetQueryParser(String queryParser)

Specifies which query parser to use to process the request.

voidsetQueryParser(QueryParser queryParser)

Specifies which query parser to use to process the request.

voidsetSize(Long size)

Specifies the maximum number of search hits to include in the response.

voidsetSort(String sort)

Specifies the fields or custom expressions to use to sort the search results.

voidsetStart(Long start)

Specifies the offset of the first search hit you want to return.