Class | Description |
---|---|
IndexManager |
Main interface to Cloudant query.
|
QueryResult |
Iterable result of a query executed with
IndexManager . |
Enum | Description |
---|---|
IndexType |
Denotes the type for an Query Index.
|
Exception | Description |
---|---|
QueryException |
This unchecked exception is used to wrap another exception so
we can pass meaningful exception traces over the
QueryResult.iterator()
boundary as we can't change the signature of QueryResult.iterator() to
add a checked exception. |