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 and 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 and Description |
---|---|
ValueQueryDefinition |
ValuesDefinition.getQueryDefinition()
Returns the query definition associated with
this values query.
|
Modifier and Type | Method and Description |
---|---|
void |
ValuesDefinition.setQueryDefinition(ValueQueryDefinition qdef)
Set the query definition associated with this
values query.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.