| 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 |
|---|---|
XsQNameSeqVal |
XsValue.QNameSeq(QName... values)
Takes any number of QName values and constructs an xs:QName sequence
|
XsQNameSeqVal |
XsValue.QNameSeq(String... localNames)
Takes any number of local names as a string and constructs an xs:QName sequence
|
XsQNameSeqVal |
XsValue.QNameSeq(String namespace,
String... localNames)
Takes one namespace, one prefix, and any number of local names as a string and constructs an xs:QName sequence
|
XsQNameSeqVal |
XsValue.QNameSeq(XsQNameVal... values)
Takes any number of xs:QName values and constructs an xs:QName sequence
|
| Modifier and Type | Method and Description |
|---|---|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions)
Returns a
cts:query matching elements by name which has specific attributes representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching elements by name which has specific attributes representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching elements by name which has specific attributes representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a
cts:query matching element-attributes by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a
cts:query matching element-attributes by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching element-attributes by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(XsQNameSeqVal elementName,
XsQNameSeqVal attributeName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions)
Returns a
cts:query matching elements by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching elements by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching elements by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementQuery(XsQNameSeqVal elementName,
CtsQueryExpr query)
Returns a
cts:query matching elements by name with the content constrained by the given cts:query in the second parameter. |
CtsQueryExpr |
CtsExpr.elementRangeQuery(XsQNameSeqVal elementName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a
cts:query matching elements by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementRangeQuery(XsQNameSeqVal elementName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a
cts:query matching elements by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementRangeQuery(XsQNameSeqVal elementName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching elements by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementValueQuery(XsQNameSeqVal elementName)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(XsQNameSeqVal elementName,
XsStringSeqVal text)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(XsQNameSeqVal elementName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(XsQNameSeqVal elementName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(XsQNameSeqVal elementName,
XsStringSeqVal text)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(XsQNameSeqVal elementName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(XsQNameSeqVal elementName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching elements by name with text content containing a given phrase.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XsQNameVal
An instance of a server qualified name value.
|
Copyright © 2013-2017 MarkLogic Corporation.