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,
java.lang.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(java.lang.String uris)
Match documents in at least one of the specified collections.
|
CtsQueryExpr |
CtsExpr.collectionQuery(XsStringSeqVal uris)
Match documents in at least one of the specified collections.
|
CtsQueryExpr |
CtsExpr.directoryQuery(java.lang.String uris)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(java.lang.String uris,
java.lang.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(java.lang.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(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionExpr... regions)
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(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions)
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 latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
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 latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
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(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching element-attributes by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching element-attributes by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text,
java.lang.String... options)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text,
java.lang.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(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text,
java.lang.String... options)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String text,
java.lang.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(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionExpr... regions)
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(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions)
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 parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
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 parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
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(java.lang.String elementName,
CtsRegionExpr... regions)
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(java.lang.String elementName,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String elementName,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions)
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 regions,
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 regions,
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(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionExpr... regions)
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(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions)
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 latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
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 latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
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.elementQuery(java.lang.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(java.lang.String elementName,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching elements by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(java.lang.String elementName,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching elements by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(java.lang.String elementName,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.String elementName)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(java.lang.String elementName,
java.lang.String text)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(java.lang.String elementName,
java.lang.String text,
java.lang.String... options)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(java.lang.String elementName,
java.lang.String text,
java.lang.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(java.lang.String elementName,
java.lang.String text)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(java.lang.String elementName,
java.lang.String text,
java.lang.String... options)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(java.lang.String elementName,
java.lang.String text,
java.lang.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(java.lang.String fieldName,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching fields by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(java.lang.String fieldName,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching fields by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(java.lang.String fieldName,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.String fieldName,
java.lang.String text)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.String... options)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.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(java.lang.String fieldName,
java.lang.String text)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.String... options)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.String options,
double weight)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(XsStringSeqVal fieldName,
XsStringSeqVal text,
XsStringSeqVal options,
XsDoubleVal weight)
Returns a query matching fields whose content contains the given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyChildGeospatialQuery(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionExpr... regions)
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(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions)
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 parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
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 parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
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(java.lang.String propertyName,
CtsRegionExpr... regions)
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(java.lang.String propertyName,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String propertyName,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions)
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 regions,
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 regions,
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(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionExpr... regions)
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(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions)
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 latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
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 latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
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(java.lang.String propertyName,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching JSON properties by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(java.lang.String propertyName,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching JSON properties by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(java.lang.String propertyName,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.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(java.lang.String propertyName,
java.lang.String value)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(java.lang.String propertyName,
java.lang.String value,
java.lang.String... options)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(java.lang.String propertyName,
java.lang.String value,
java.lang.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(java.lang.String propertyName,
java.lang.String text)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(java.lang.String propertyName,
java.lang.String text,
java.lang.String... options)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(java.lang.String propertyName,
java.lang.String text,
java.lang.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(java.lang.String temporalCollection)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(java.lang.String temporalCollection,
java.lang.String timestamp)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(java.lang.String temporalCollection,
java.lang.String timestamp,
java.lang.String... options)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(java.lang.String temporalCollection,
java.lang.String timestamp,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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(java.lang.String pathExpression,
CtsRegionExpr... regions)
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(java.lang.String pathExpression,
CtsRegionSeqExpr regions,
java.lang.String... 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(java.lang.String pathExpression,
CtsRegionSeqExpr regions,
java.lang.String options,
double 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.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions)
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 regions,
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 regions,
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(java.lang.String pathExpression,
java.lang.String operator,
java.lang.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(java.lang.String pathExpression,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.String pathExpression,
java.lang.String operator,
java.lang.String value,
java.lang.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(java.lang.String axis1,
java.lang.String operator,
java.lang.String axis2)
Returns a cts:query matching documents that have relevant pair of period values.
|
CtsQueryExpr |
CtsExpr.periodCompareQuery(java.lang.String axis1,
java.lang.String operator,
java.lang.String axis2,
java.lang.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(java.lang.String axisName,
java.lang.String operator)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(java.lang.String axisName,
java.lang.String operator,
CtsPeriodExpr... period)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(java.lang.String axisName,
java.lang.String operator,
CtsPeriodSeqExpr period,
java.lang.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(java.lang.String subject,
java.lang.String predicate,
java.lang.String object)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(java.lang.String subject,
java.lang.String predicate,
java.lang.String object,
java.lang.String operator)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(java.lang.String subject,
java.lang.String predicate,
java.lang.String object,
java.lang.String operator,
java.lang.String... options)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(java.lang.String subject,
java.lang.String predicate,
java.lang.String object,
java.lang.String operator,
java.lang.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(java.lang.String text)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(java.lang.String text,
java.lang.String... options)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(java.lang.String text,
java.lang.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(java.lang.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(java.lang.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)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
SemStoreExpr |
SemExpr.store(java.lang.String 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 |
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.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.where(CtsQueryExpr condition)
This method restricts the row set to rows from the documents matched by the cts.query expression.
|
Copyright © 2013-2018 MarkLogic Corporation.