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 |
---|---|
XsStringSeqVal |
XsValue.stringSeq(java.lang.String... values)
Takes any number of String literals and constructs an xs:string sequence
|
XsStringSeqVal |
XsValue.stringSeq(XsStringVal... values)
Takes any number of xs:string values and constructs an xs:string sequence
|
Modifier and Type | Method and Description |
---|---|
CtsQueryExpr |
CtsExpr.andQuery(CtsQuerySeqExpr queries,
XsStringSeqVal options)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.collectionQuery(XsStringSeqVal uris)
Match documents in at least one of the specified collections.
|
CtsReferenceExpr |
CtsExpr.collectionReference(XsStringSeqVal options)
Creates a reference to the collection lexicon, for use as a parameter to cts:value-tuples.
|
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.documentQuery(XsStringSeqVal uris)
Returns a query matching documents with the given URIs.
|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Returns a 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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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,
XsStringSeqVal options)
Constructs a query that matches 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)
Constructs a query that matches element-attributes by name with a range-index entry equal to a given value.
|
CtsReferenceExpr |
CtsExpr.elementAttributeReference(XsQNameVal element,
XsQNameVal attribute,
XsStringSeqVal options)
Creates a reference to an element attribute value lexicon, for use as a parameter to cts:value-tuples.
|
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 elementName,
XsQNameSeqVal childName,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Returns a 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 elementName,
XsQNameSeqVal childName,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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 region,
XsStringSeqVal options)
Returns a 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 region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Returns a 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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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.elementRangeQuery(XsQNameSeqVal elementName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(XsQNameSeqVal elementName,
XsStringVal operator,
XsAnyAtomicTypeSeqVal value,
XsStringSeqVal options,
XsDoubleVal weight)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsReferenceExpr |
CtsExpr.elementReference(XsQNameVal element,
XsStringSeqVal options)
Creates a reference to an element value lexicon, for use as a parameter to cts:value-tuples, temporal:axis-create, or any other function that takes an index reference.
|
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.
|
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.
|
CtsReferenceExpr |
CtsExpr.fieldReference(XsStringVal field,
XsStringSeqVal options)
Creates a reference to a field value lexicon, for use as a parameter to cts:value-tuples.
|
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(XsStringSeqVal fieldName,
XsStringSeqVal text)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching fields with text content containing a given phrase.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromTriples(PlanTriplePatternSeq patterns,
XsStringVal qualifierName,
XsStringSeqVal graphIris)
Reads rows by matching patterns in the triple index.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromTriples(PlanTriplePatternSeq patterns,
XsStringVal qualifierName,
XsStringSeqVal graphIris,
PlanTripleOption option)
Reads rows by matching patterns in the triple index.
|
CtsReferenceExpr |
CtsExpr.geospatialPathReference(XsStringVal pathExpression,
XsStringSeqVal options)
Creates a reference to a geospatial path range index, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.geospatialPathReference(XsStringVal pathExpression,
XsStringSeqVal options,
ServerExpression map)
Creates a reference to a geospatial path range index, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.geospatialRegionPathReference(XsStringVal pathExpression,
XsStringSeqVal options)
Create a reference to a geospatial region path index, for use as a parameter to cts:geospatial-region-query and other query operations on geospatial region indexes.
|
CtsReferenceExpr |
CtsExpr.geospatialRegionPathReference(XsStringVal pathExpression,
XsStringSeqVal options,
ServerExpression namespaces)
Create a reference to a geospatial region path index, for use as a parameter to cts:geospatial-region-query and other query operations on geospatial region indexes.
|
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.jsonPropertyChildGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region)
Returns a 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 propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Returns a 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 propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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(XsStringSeqVal propertyName,
CtsRegionSeqExpr region)
Returns a 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 region,
XsStringSeqVal options)
Returns a 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 region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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(XsStringSeqVal propertyName,
XsStringSeqVal latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region)
Returns a 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 latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Returns a 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 latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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(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.
|
CtsReferenceExpr |
CtsExpr.jsonPropertyReference(XsStringVal property,
XsStringSeqVal options)
Creates a reference to a JSON property value lexicon, for use as a parameter to cts:value-tuples.
|
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(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(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.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(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 weight)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQuerySeqExpr queries,
XsStringSeqVal options)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsRegionSeqExpr |
GeoExpr.parseWkt(XsStringSeqVal wkt)
Returns a sequence of geospatial regions parsed from Well-Known Text format.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr region)
Returns a 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 region,
XsStringSeqVal options)
Returns a 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 region,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a 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(XsStringSeqVal pathName,
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 pathName,
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 pathName,
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.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression,
XsStringSeqVal options)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression,
XsStringSeqVal options,
ServerExpression map)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
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(XsStringSeqVal axis,
XsStringVal operator)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(XsStringSeqVal axis,
XsStringVal operator,
CtsPeriodSeqExpr period)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(XsStringSeqVal axis,
XsStringVal operator,
CtsPeriodSeqExpr period,
XsStringSeqVal options)
Returns a cts:query matching axis by name with a period value with an operator.
|
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.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
XsDoubleVal threshold,
XsStringSeqVal options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region,
XsStringSeqVal options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region,
XsStringSeqVal options)
Remove duplicate (adjacent) vertices.
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreExpr... stores)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr stores,
java.lang.String... options)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store,
XsStringSeqVal options)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.store(XsStringSeqVal options)
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
SemStoreExpr |
SemExpr.store(XsStringSeqVal options,
CtsQueryExpr query)
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
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.
|
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.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 | Interface and Description |
---|---|
interface |
RdfLangStringSeqVal
An instance of an RDF language string value.
|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
XsStringVal
An instance of a server string value.
|
Copyright © 2013-2020 MarkLogic Corporation.