csquery v1.0.0 API Reference

Modules

A query builder for the AWS [CloudSearch][] [structured search syntax][sss]. This query builder is largely inspired by [csquery for Python][csquery.py]. The queries built with this library are raw input to the q parameter of a CloudSearch request when q.parser=structured

A representation of an expression in the AWS CloudSearch structured query syntax

A representation of a field value pattern matcher for the AWS CloudSearch structured query syntax. If the CSQuery.FieldValue does not have a name, then all text and text-array fields will be searched. If it does have a name, then only the named field will be searched

A struct representing an option for one of the structured query syntax operators

An AWS CloudSearch structured query syntax representation of ranges that may be inclusive or exclusive, open or closed, and may be constructed of integers, floats, DateTime.t/0 values, or (in some cases) strings

Exceptions