Package | Description |
---|---|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
RawCombinedQueryDefinition |
A RawCombinedQueryDefinition provides access to a combined query
in a JSON or XML representation.
|
interface |
RawCtsQueryDefinition |
A RawCtsQueryDefinition allows you to create a query with a serialized cts
query in a JSON or XML representation.
|
interface |
StringQueryDefinition |
A StringQueryDefinition represents the criteria associated with a simple string query.
|
static interface |
StructuredQueryBuilder.Box |
|
static interface |
StructuredQueryBuilder.Circle |
|
static interface |
StructuredQueryBuilder.Point |
|
static interface |
StructuredQueryBuilder.Polygon |
|
static interface |
StructuredQueryBuilder.Region |
A region matched by a geospatial query.
|
interface |
StructuredQueryDefinition |
A StructuredQueryDefinition represents a structured query.
|
Modifier and Type | Method | Description |
---|---|---|
ValueQueryDefinition |
ValuesDefinition.getQueryDefinition() |
Returns the query definition associated with this values query.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ValuesDefinition.setQueryDefinition(ValueQueryDefinition qdef) |
Set the query definition associated with this values query.
|
Copyright © 2013-2019 MarkLogic Corporation.