| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
CtsQueryExpr |
CtsExpr.andNotQuery(CtsQueryExpr positiveQuery,
CtsQueryExpr negativeQuery)
Returns a query specifying the set difference of the matches specified by two sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(CtsQueryExpr... queries)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(CtsQuerySeqExpr queries)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(CtsQuerySeqExpr queries,
String options)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(CtsQuerySeqExpr queries,
XsStringSeqVal options)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.boostQuery(CtsQueryExpr matchingQuery,
CtsQueryExpr boostingQuery)
Returns a query specifying that matches to
matching-query should have their search relevance scores boosted if they also match boosting-query. |
CtsQueryExpr |
CtsExpr.collectionQuery(String uris)
Returns a query matching documents in the collections with the given URIs.
|
CtsQueryExpr |
CtsExpr.collectionQuery(XsStringSeqVal uris)
Returns a query matching documents in the collections with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(String uris)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(String uris,
String depth)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(XsStringSeqVal uris)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(XsStringSeqVal uris,
XsStringVal depth)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.documentFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches any document fragment. |
CtsQueryExpr |
CtsExpr.documentQuery(String uris)
Returns a query matching documents with the given URIs.
|
CtsQueryExpr |
CtsExpr.documentQuery(XsStringSeqVal uris)
Returns a query matching documents with the given URIs.
|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(String elementName,
String latitudeAttributeNames,
String longitudeAttributeNames,
CtsRegionExpr... 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(String elementName,
String latitudeAttributeNames,
String longitudeAttributeNames,
CtsRegionSeqExpr regions,
String... 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(String elementName,
String latitudeAttributeNames,
String longitudeAttributeNames,
CtsRegionSeqExpr regions,
String options,
double 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.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(String elementName,
String attributeName,
String operator,
String value)
Returns a
cts:query matching element-attributes by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(String elementName,
String attributeName,
String operator,
String value,
String... options)
Returns a
cts:query matching element-attributes by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(String elementName,
String attributeName,
String operator,
String value,
String options,
double weight)
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)
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(String elementName,
String attributeName,
String text)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(String elementName,
String attributeName,
String text,
String... options)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(String elementName,
String attributeName,
String text,
String options,
double weight)
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)
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(String elementName,
String attributeName,
String text)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(String elementName,
String attributeName,
String text,
String... options)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(String elementName,
String attributeName,
String text,
String options,
double weight)
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)
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(String parentElementName,
String childElementNames,
CtsRegionExpr... 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(String parentElementName,
String childElementNames,
CtsRegionSeqExpr regions,
String... 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(String parentElementName,
String childElementNames,
CtsRegionSeqExpr regions,
String options,
double 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.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(String elementName,
CtsRegionExpr... 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(String elementName,
CtsRegionSeqExpr regions,
String... 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(String elementName,
CtsRegionSeqExpr regions,
String options,
double 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.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(String elementName,
String latitudeElementNames,
String longitudeElementNames,
CtsRegionExpr... 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(String elementName,
String latitudeElementNames,
String longitudeElementNames,
CtsRegionSeqExpr regions,
String... 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(String elementName,
String latitudeElementNames,
String longitudeElementNames,
CtsRegionSeqExpr regions,
String options,
double 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.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(String 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.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(String elementName,
String operator,
String value)
Returns a
cts:query matching elements by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementRangeQuery(String elementName,
String operator,
String value,
String... options)
Returns a
cts:query matching elements by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.elementRangeQuery(String elementName,
String operator,
String value,
String options,
double weight)
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)
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(String elementName)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(String elementName,
String text)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(String elementName,
String text,
String... options)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(String elementName,
String text,
String options,
double weight)
Returns a query matching elements by name with text content equal a given phrase.
|
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(String elementName,
String text)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(String elementName,
String text,
String... options)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(String elementName,
String text,
String options,
double weight)
Returns a query matching elements by name with text content containing 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.
|
CtsQueryExpr |
CtsExpr.falseQuery()
Returns a query that matches no fragments.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(String fieldName,
String operator,
String value)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldRangeQuery(String fieldName,
String operator,
String value,
String... options)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldRangeQuery(String fieldName,
String operator,
String value,
String options,
double weight)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldRangeQuery(XsStringSeqVal fieldName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldRangeQuery(XsStringSeqVal fieldName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldRangeQuery(XsStringSeqVal fieldName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching fields by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.fieldValueQuery(String fieldName,
String text)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(String fieldName,
String text,
String... options)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(String fieldName,
String text,
String options,
double weight)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(XsStringSeqVal fieldName,
XsAnyAtomicTypeSeqVal text)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(XsStringSeqVal fieldName,
XsAnyAtomicTypeSeqVal text,
XsStringSeqVal options)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(XsStringSeqVal fieldName,
XsAnyAtomicTypeSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(String fieldName,
String text)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(String fieldName,
String text,
String... options)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(String fieldName,
String text,
String options,
double weight)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching text content containing a given phrase in the specified field.
|
CtsQueryExpr |
CtsExpr.jsonPropertyChildGeospatialQuery(String parentPropertyName,
String childPropertyNames,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyChildGeospatialQuery(String parentPropertyName,
String childPropertyNames,
CtsRegionSeqExpr regions,
String... options)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyChildGeospatialQuery(String parentPropertyName,
String childPropertyNames,
CtsRegionSeqExpr regions,
String options,
double weight)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching json properties by name which has specific 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.jsonPropertyGeospatialQuery(String propertyName,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(String propertyName,
CtsRegionSeqExpr regions,
String... options)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(String propertyName,
CtsRegionSeqExpr regions,
String options,
double weight)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyPairGeospatialQuery(String propertyName,
String latitudePropertyNames,
String longitudePropertyNames,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyPairGeospatialQuery(String propertyName,
String latitudePropertyNames,
String longitudePropertyNames,
CtsRegionSeqExpr regions,
String... options)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyPairGeospatialQuery(String propertyName,
String latitudePropertyNames,
String longitudePropertyNames,
CtsRegionSeqExpr regions,
String options,
double weight)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching json properties by name which has specific property 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.jsonPropertyRangeQuery(String propertyName,
String operator,
String value)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(String propertyName,
String operator,
String value,
String... options)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(String propertyName,
String operator,
String value,
String options,
double weight)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(XsStringSeqVal propertyName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(XsStringSeqVal propertyName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(XsStringSeqVal propertyName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching JSON properties by name with a range-index entry equal to a given value. |
CtsQueryExpr |
CtsExpr.jsonPropertyScopeQuery(String propertyName,
CtsQueryExpr query)
Returns a
cts:query matching JSON properties by name with the content constrained by the given cts:query in the second parameter. |
CtsQueryExpr |
CtsExpr.jsonPropertyScopeQuery(XsStringSeqVal propertyName,
CtsQueryExpr query)
Returns a
cts:query matching JSON properties by name with the content constrained by the given cts:query in the second parameter. |
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(String propertyName,
String value)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(String propertyName,
String value,
String... options)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(String propertyName,
String value,
String options,
double weight)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(XsStringSeqVal propertyName,
XsAnyAtomicTypeSeqVal value)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(XsStringSeqVal propertyName,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(XsStringSeqVal propertyName,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(String propertyName,
String text)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(String propertyName,
String text,
String... options)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(String propertyName,
String text,
String options,
double weight)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(XsStringSeqVal propertyName,
XsStringSeqVal text)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(XsStringSeqVal propertyName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(XsStringSeqVal propertyName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.locksFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches document-locks. |
CtsQueryExpr |
CtsExpr.lsqtQuery(String temporalCollection)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(String temporalCollection,
String timestamp)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(String temporalCollection,
String timestamp,
String... options)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(String temporalCollection,
String timestamp,
String options,
double weight)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp,
XsStringSeqVal options)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp,
XsStringSeqVal options,
XsDoubleVal weight)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQueryExpr... queries)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
double distance)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
double distance,
String... options)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
double distance,
String options,
double distanceWeight)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
XsDoubleVal distance)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
XsDoubleVal distance,
XsStringSeqVal options)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(CtsQuerySeqExpr queries,
XsDoubleVal distance,
XsStringSeqVal options,
XsDoubleVal distanceWeight)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.notInQuery(CtsQueryExpr positiveQuery,
CtsQueryExpr negativeQuery)
Returns a query matching the first subquery, where those matches do not occur within 0 distance of the other query.
|
CtsQueryExpr |
CtsExpr.notQuery(CtsQueryExpr query)
Returns a query specifying the matches not specified by its sub-query.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQueryExpr... queries)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQuerySeqExpr queries)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQuerySeqExpr queries,
String options)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQuerySeqExpr queries,
XsStringSeqVal options)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(String pathExpression,
CtsRegionExpr... regions)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(String pathExpression,
CtsRegionSeqExpr regions,
String... options)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(String pathExpression,
CtsRegionSeqExpr regions,
String options,
double weight)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions,
XsStringSeqVal options)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(String pathExpression,
String operator,
String value)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(String pathExpression,
String operator,
String value,
String... options)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(String pathExpression,
String operator,
String value,
String options,
double weight)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(XsStringSeqVal pathExpression,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(XsStringSeqVal pathExpression,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.pathRangeQuery(XsStringSeqVal pathExpression,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching documents where the content addressed by an XPath expression satisfies the specified relationship (=, <, >, etc.) with respect to the input criteria values. |
CtsQueryExpr |
CtsExpr.periodCompareQuery(String axis1,
String operator,
String axis2)
Returns a
cts:query matching documents that have relevant pair of period values. |
CtsQueryExpr |
CtsExpr.periodCompareQuery(String axis1,
String operator,
String axis2,
String options)
Returns a
cts:query matching documents that have relevant pair of period values. |
CtsQueryExpr |
CtsExpr.periodCompareQuery(XsStringVal axis1,
XsStringVal operator,
XsStringVal axis2)
Returns a
cts:query matching documents that have relevant pair of period values. |
CtsQueryExpr |
CtsExpr.periodCompareQuery(XsStringVal axis1,
XsStringVal operator,
XsStringVal axis2,
XsStringSeqVal options)
Returns a
cts:query matching documents that have relevant pair of period values. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(String axisName,
String operator)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(String axisName,
String operator,
CtsPeriodExpr... period)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(String axisName,
String operator,
CtsPeriodSeqExpr period,
String options)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(XsStringSeqVal axisName,
XsStringVal operator)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(XsStringSeqVal axisName,
XsStringVal operator,
CtsPeriodSeqExpr period)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.periodRangeQuery(XsStringSeqVal axisName,
XsStringVal operator,
CtsPeriodSeqExpr period,
XsStringSeqVal options)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsQueryExpr |
CtsExpr.propertiesFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches document-properties. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(String subject,
String predicate,
String object)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(String subject,
String predicate,
String object,
String operator)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(String subject,
String predicate,
String object,
String operator,
String... options)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(String subject,
String predicate,
String object,
String operator,
String options,
double weight)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(XsAnyAtomicTypeSeqVal subject,
XsAnyAtomicTypeSeqVal predicate,
XsAnyAtomicTypeSeqVal object)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(XsAnyAtomicTypeSeqVal subject,
XsAnyAtomicTypeSeqVal predicate,
XsAnyAtomicTypeSeqVal object,
XsStringSeqVal operator)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(XsAnyAtomicTypeSeqVal subject,
XsAnyAtomicTypeSeqVal predicate,
XsAnyAtomicTypeSeqVal object,
XsStringSeqVal operator,
XsStringSeqVal options)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.tripleRangeQuery(XsAnyAtomicTypeSeqVal subject,
XsAnyAtomicTypeSeqVal predicate,
XsAnyAtomicTypeSeqVal object,
XsStringSeqVal operator,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a
cts:query matching triples with a triple index entry equal to the given values. |
CtsQueryExpr |
CtsExpr.trueQuery()
Returns a query that matches all fragments.
|
CtsQueryExpr |
CtsExpr.wordQuery(String text)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(String text,
String... options)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(String text,
String options,
double weight)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(XsStringSeqVal text)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching text content containing a given phrase.
|
| Modifier and Type | Method and Description |
|---|---|
CtsQueryExpr |
CtsExpr.andNotQuery(CtsQueryExpr positiveQuery,
CtsQueryExpr negativeQuery)
Returns a query specifying the set difference of the matches specified by two sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(CtsQueryExpr... queries)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.boostQuery(CtsQueryExpr matchingQuery,
CtsQueryExpr boostingQuery)
Returns a query specifying that matches to
matching-query should have their search relevance scores boosted if they also match boosting-query. |
CtsQueryExpr |
CtsExpr.documentFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches any document fragment. |
CtsQueryExpr |
CtsExpr.elementQuery(String 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.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.jsonPropertyScopeQuery(String propertyName,
CtsQueryExpr query)
Returns a
cts:query matching JSON properties by name with the content constrained by the given cts:query in the second parameter. |
CtsQueryExpr |
CtsExpr.jsonPropertyScopeQuery(XsStringSeqVal propertyName,
CtsQueryExpr query)
Returns a
cts:query matching JSON properties by name with the content constrained by the given cts:query in the second parameter. |
CtsQueryExpr |
CtsExpr.locksFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches document-locks. |
CtsQueryExpr |
CtsExpr.nearQuery(CtsQueryExpr... queries)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.notInQuery(CtsQueryExpr positiveQuery,
CtsQueryExpr negativeQuery)
Returns a query matching the first subquery, where those matches do not occur within 0 distance of the other query.
|
CtsQueryExpr |
CtsExpr.notQuery(CtsQueryExpr query)
Returns a query specifying the matches not specified by its sub-query.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQueryExpr... queries)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.propertiesFragmentQuery(CtsQueryExpr query)
Returns a query that matches all documents where
query matches document-properties. |
CtsQuerySeqExpr |
CtsExpr.querySeq(CtsQueryExpr... items)
Constructs a sequence of CtsQueryExpr items.
|
SemStoreExpr |
SemValue.store(XsStringSeqVal options,
CtsQueryExpr query)
Specifies a store for accessing triples, modifying the triple retrieval based on the options with a restriction to the triples contained in documents matching the query.
|
Copyright © 2013-2017 MarkLogic Corporation.