Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
CtsReferenceSeqExpr |
CtsExpr.referenceSeq(CtsReferenceExpr... items)
Constructs a sequence of CtsReferenceExpr items.
|
Modifier and Type | Method and Description |
---|---|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionExpr... region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionSeqExpr region,
java.lang.String... options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionSeqExpr region,
java.lang.String options,
double weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
java.lang.String operator,
java.lang.String value,
java.lang.String options,
double weight)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(CtsReferenceSeqExpr index,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CtsReferenceExpr
An instance of a cts.reference expression.
|
Copyright © 2013-2020 MarkLogic Corporation.