filterQuery
Specifies a structured query that filters the results of a search without affecting how the results are scored and sorted. You use filterQuery
in conjunction with the query
parameter to filter the documents that match the constraints specified in the query
parameter. Specifying a filter controls only which matching documents are included in the results, it has no effect on how they are scored and sorted. The filterQuery
parameter supports the full structured query syntax.
For more information about using filters, see Filtering Matching Documents in the Amazon CloudSearch Developer Guide.