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 |
---|---|
XsDoubleVal |
XsValue.doubleVal(double value)
Takes a double primitive and constructs an xs:double value
|
Modifier and Type | Method and Description |
---|---|
XsDoubleSeqVal |
XsValue.doubleSeq(XsDoubleVal... values)
Takes any number of xs:double values and constructs an xs:double sequence
|
CtsQueryExpr |
CtsExpr.nearQuery(ServerExpression queries,
XsDoubleVal distance)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
Modifier and Type | Method and Description |
---|---|
XsDoubleVal[] |
XsDoubleSeqVal.getDoubleItems() |
XsDoubleVal |
PlanSearchOptions.getQualityWeight() |
Modifier and Type | Method and Description |
---|---|
PlanSearchOptions |
PlanSearchOptions.withQualityWeight(XsDoubleVal qualityWeight) |
Copyright © 2013-2021 MarkLogic Corporation.