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.afterQuery(ServerExpression timestamp)
Returns a query matching fragments committed after a specified timestamp.
|
CtsQueryExpr |
CtsExpr.andNotQuery(ServerExpression positiveQuery,
ServerExpression 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(ServerExpression queries)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(ServerExpression queries,
java.lang.String options)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.andQuery(ServerExpression queries,
XsStringSeqVal options)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.beforeQuery(ServerExpression timestamp)
Returns a query matching fragments committed before or at a specified timestamp.
|
CtsQueryExpr |
CtsExpr.boostQuery(ServerExpression matchingQuery,
ServerExpression 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(ServerExpression uris)
Match documents in at least one of the specified collections.
|
CtsQueryExpr |
CtsExpr.collectionQuery(java.lang.String uris)
Match documents in at least one of the specified collections.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(ServerExpression schema,
ServerExpression view,
ServerExpression column,
ServerExpression value)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(ServerExpression schema,
ServerExpression view,
ServerExpression column,
ServerExpression value,
ServerExpression operator)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(ServerExpression schema,
ServerExpression view,
ServerExpression column,
ServerExpression value,
ServerExpression operator,
ServerExpression options)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(ServerExpression schema,
ServerExpression view,
ServerExpression column,
ServerExpression value,
ServerExpression operator,
ServerExpression options,
ServerExpression weight)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(java.lang.String schema,
java.lang.String view,
java.lang.String column,
java.lang.String value)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(java.lang.String schema,
java.lang.String view,
java.lang.String column,
java.lang.String value,
java.lang.String operator)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(java.lang.String schema,
java.lang.String view,
java.lang.String column,
java.lang.String value,
java.lang.String operator,
java.lang.String... options)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.columnRangeQuery(java.lang.String schema,
java.lang.String view,
java.lang.String column,
java.lang.String value,
java.lang.String operator,
java.lang.String options,
double weight)
Returns a cts:query matching documents matching a TDE-view column equals to an value.
|
CtsQueryExpr |
CtsExpr.directoryQuery(ServerExpression uris)
Returns a query matching documents in the directories with the given URIs.
|
CtsQueryExpr |
CtsExpr.directoryQuery(ServerExpression uris,
ServerExpression depth)
Returns a query matching documents in the directories with the given URIs.
|
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.documentFragmentQuery(ServerExpression query)
Returns a query that matches all documents where query matches any document fragment.
|
CtsQueryExpr |
CtsExpr.documentQuery(ServerExpression uris)
Returns a query matching documents with the given URIs.
|
CtsQueryExpr |
CtsExpr.documentQuery(java.lang.String uris)
Returns a query matching documents with the given URIs.
|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region)
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(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression 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(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... region)
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 latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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 latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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.elementAttributeRangeQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression operator,
ServerExpression value)
Constructs a query that matches element-attributes by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression operator,
ServerExpression value,
ServerExpression options)
Constructs a query that matches element-attributes by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementAttributeRangeQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
Constructs a query that matches 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)
Constructs a query that matches 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)
Constructs a query that matches 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)
Constructs a query that matches element-attributes by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text,
ServerExpression options)
Returns a query matching elements by name with attributes by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeValueQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
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)
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.elementAttributeWordQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text,
ServerExpression options)
Returns a query matching elements by name with attributes by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementAttributeWordQuery(ServerExpression elementName,
ServerExpression attributeName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
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)
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.elementChildGeospatialQuery(ServerExpression elementName,
ServerExpression childName,
ServerExpression region)
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(ServerExpression elementName,
ServerExpression childName,
ServerExpression region,
ServerExpression 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(ServerExpression elementName,
ServerExpression childName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String elementName,
java.lang.String childName,
CtsRegionExpr... region)
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 elementName,
java.lang.String childName,
ServerExpression region,
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 elementName,
java.lang.String childName,
ServerExpression region,
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.elementGeospatialQuery(ServerExpression elementName,
ServerExpression region)
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(ServerExpression elementName,
ServerExpression region,
ServerExpression 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(ServerExpression elementName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String elementName,
CtsRegionExpr... region)
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,
ServerExpression region,
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,
ServerExpression region,
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.elementPairGeospatialQuery(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region)
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(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression 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(ServerExpression elementName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... region)
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 latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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 latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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.elementQuery(ServerExpression elementName,
ServerExpression query)
Constructs a query that matches elements by name with the content constrained by the query given in the second parameter.
|
CtsQueryExpr |
CtsExpr.elementQuery(java.lang.String elementName,
ServerExpression query)
Constructs a query that matches elements by name with the content constrained by the query given in the second parameter.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(ServerExpression elementName,
ServerExpression operator,
ServerExpression value)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(ServerExpression elementName,
ServerExpression operator,
ServerExpression value,
ServerExpression options)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(ServerExpression elementName,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementRangeQuery(java.lang.String elementName,
java.lang.String operator,
java.lang.String value)
Constructs a query that matches elements by name with 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)
Constructs a query that matches elements by name with 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)
Constructs a query that matches elements by name with range index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(ServerExpression elementName)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(ServerExpression elementName,
ServerExpression text)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(ServerExpression elementName,
ServerExpression text,
ServerExpression options)
Returns a query matching elements by name with text content equal a given phrase.
|
CtsQueryExpr |
CtsExpr.elementValueQuery(ServerExpression elementName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
Returns a query matching elements by name with text content equal a given phrase.
|
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.elementWordQuery(ServerExpression elementName,
ServerExpression text)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(ServerExpression elementName,
ServerExpression text,
ServerExpression options)
Returns a query matching elements by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.elementWordQuery(ServerExpression elementName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
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)
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.falseQuery()
Returns a query that matches no fragments.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(ServerExpression fieldName,
ServerExpression operator,
ServerExpression value)
Returns a cts:query matching fields by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(ServerExpression fieldName,
ServerExpression operator,
ServerExpression value,
ServerExpression options)
Returns a cts:query matching fields by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.fieldRangeQuery(ServerExpression fieldName,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
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)
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.fieldValueQuery(ServerExpression fieldName,
ServerExpression text)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(ServerExpression fieldName,
ServerExpression text,
ServerExpression options)
Returns a query matching text content containing a given value in the specified field.
|
CtsQueryExpr |
CtsExpr.fieldValueQuery(ServerExpression fieldName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
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)
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.fieldWordQuery(ServerExpression fieldName,
ServerExpression text)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(ServerExpression fieldName,
ServerExpression text,
ServerExpression options)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(ServerExpression fieldName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(java.lang.String fieldName,
java.lang.String text)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.String... options)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.fieldWordQuery(java.lang.String fieldName,
java.lang.String text,
java.lang.String options,
double weight)
Returns a query matching fields with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
ServerExpression operation,
ServerExpression region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
ServerExpression operation,
ServerExpression region,
ServerExpression options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
ServerExpression operation,
ServerExpression region,
ServerExpression options,
ServerExpression weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
java.lang.String operation,
CtsRegionExpr... region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
java.lang.String operation,
ServerExpression region,
java.lang.String... options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(ServerExpression reference,
java.lang.String operation,
ServerExpression region,
java.lang.String options,
double weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.jsonPropertyChildGeospatialQuery(ServerExpression propertyName,
ServerExpression childName,
ServerExpression 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(ServerExpression propertyName,
ServerExpression childName,
ServerExpression region,
ServerExpression 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(ServerExpression propertyName,
ServerExpression childName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String propertyName,
java.lang.String childName,
CtsRegionExpr... 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(java.lang.String propertyName,
java.lang.String childName,
ServerExpression region,
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 propertyName,
java.lang.String childName,
ServerExpression region,
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.jsonPropertyGeospatialQuery(ServerExpression propertyName,
ServerExpression 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(ServerExpression propertyName,
ServerExpression region,
ServerExpression 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(ServerExpression propertyName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String propertyName,
CtsRegionExpr... 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(java.lang.String propertyName,
ServerExpression region,
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,
ServerExpression region,
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.jsonPropertyPairGeospatialQuery(ServerExpression propertyName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression 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(ServerExpression propertyName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression 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(ServerExpression propertyName,
ServerExpression latitudeName,
ServerExpression longitudeName,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String propertyName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... 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(java.lang.String propertyName,
java.lang.String latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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 latitudeName,
java.lang.String longitudeName,
ServerExpression region,
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.jsonPropertyRangeQuery(ServerExpression propertyName,
ServerExpression operator,
ServerExpression value)
Returns a cts:query matching JSON properties by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(ServerExpression propertyName,
ServerExpression operator,
ServerExpression value,
ServerExpression options)
Returns a cts:query matching JSON properties by name with a range-index entry equal to a given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyRangeQuery(ServerExpression propertyName,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
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)
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.jsonPropertyScopeQuery(ServerExpression propertyName,
ServerExpression 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(java.lang.String propertyName,
ServerExpression 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(ServerExpression propertyName,
ServerExpression value)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(ServerExpression propertyName,
ServerExpression value,
ServerExpression options)
Returns a query matching JSON properties by name with value equal the given value.
|
CtsQueryExpr |
CtsExpr.jsonPropertyValueQuery(ServerExpression propertyName,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
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)
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.jsonPropertyWordQuery(ServerExpression propertyName,
ServerExpression text)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(ServerExpression propertyName,
ServerExpression text,
ServerExpression options)
Returns a query matching JSON properties by name with text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.jsonPropertyWordQuery(ServerExpression propertyName,
ServerExpression text,
ServerExpression options,
ServerExpression weight)
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)
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.locksFragmentQuery(ServerExpression query)
Returns a query that matches all documents where query matches document-locks.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(ServerExpression temporalCollection)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(ServerExpression temporalCollection,
ServerExpression timestamp)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(ServerExpression temporalCollection,
ServerExpression timestamp,
ServerExpression options)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(ServerExpression temporalCollection,
ServerExpression timestamp,
ServerExpression options,
ServerExpression weight)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
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.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(ServerExpression queries)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(ServerExpression 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(ServerExpression 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(ServerExpression queries,
double distance,
java.lang.String options,
double weight)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(ServerExpression queries,
ServerExpression distance,
ServerExpression options)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(ServerExpression queries,
ServerExpression distance,
ServerExpression options,
ServerExpression weight)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.nearQuery(ServerExpression queries,
XsDoubleVal distance)
Returns a query matching all of the specified queries, where the matches occur within the specified distance from each other.
|
CtsQueryExpr |
CtsExpr.notInQuery(ServerExpression positiveQuery,
ServerExpression negativeQuery)
Returns a query matching the first sub-query, where those matches do not occur within 0 distance of the other query.
|
CtsQueryExpr |
CtsExpr.notQuery(ServerExpression 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(ServerExpression queries)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.orQuery(ServerExpression queries,
java.lang.String options)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.orQuery(ServerExpression queries,
XsStringSeqVal options)
Returns a query specifying the union of the matches specified by the sub-queries.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(ServerExpression pathExpression,
ServerExpression 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(ServerExpression pathExpression,
ServerExpression region,
ServerExpression 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(ServerExpression pathExpression,
ServerExpression region,
ServerExpression options,
ServerExpression 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(java.lang.String pathExpression,
CtsRegionExpr... 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(java.lang.String pathExpression,
ServerExpression region,
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,
ServerExpression region,
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.pathRangeQuery(ServerExpression pathName,
ServerExpression operator,
ServerExpression 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(ServerExpression pathName,
ServerExpression operator,
ServerExpression value,
ServerExpression 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(ServerExpression pathName,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression 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(java.lang.String pathName,
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 pathName,
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 pathName,
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.periodCompareQuery(ServerExpression axis1,
ServerExpression operator,
ServerExpression axis2)
Returns a cts:query matching documents that have relevant pair of period values.
|
CtsQueryExpr |
CtsExpr.periodCompareQuery(ServerExpression axis1,
ServerExpression operator,
ServerExpression axis2,
ServerExpression options)
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)
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.periodRangeQuery(ServerExpression axis,
ServerExpression operator)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(ServerExpression axis,
ServerExpression operator,
ServerExpression period)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(ServerExpression axis,
ServerExpression operator,
ServerExpression period,
ServerExpression options)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.periodRangeQuery(java.lang.String axis,
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 axis,
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 axis,
java.lang.String operator,
ServerExpression period,
java.lang.String options)
Returns a cts:query matching axis by name with a period value with an operator.
|
CtsQueryExpr |
CtsExpr.propertiesFragmentQuery(ServerExpression query)
Returns a query that matches all documents where query matches document-properties.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
ServerExpression operator,
ServerExpression value)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
ServerExpression operator,
ServerExpression value,
ServerExpression options)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
ServerExpression operator,
ServerExpression value,
ServerExpression options,
ServerExpression weight)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
java.lang.String operator,
java.lang.String value)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
java.lang.String operator,
java.lang.String value,
java.lang.String... options)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.rangeQuery(ServerExpression index,
java.lang.String operator,
java.lang.String value,
java.lang.String options,
double weight)
Returns a cts:query matching specified nodes with a range-index entry compared to a given value.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(ServerExpression subject,
ServerExpression predicate,
ServerExpression object)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(ServerExpression subject,
ServerExpression predicate,
ServerExpression object,
ServerExpression operator)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(ServerExpression subject,
ServerExpression predicate,
ServerExpression object,
ServerExpression operator,
ServerExpression options)
Returns a cts:query matching triples with a triple index entry equal to the given values.
|
CtsQueryExpr |
CtsExpr.tripleRangeQuery(ServerExpression subject,
ServerExpression predicate,
ServerExpression object,
ServerExpression operator,
ServerExpression options,
ServerExpression weight)
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)
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.trueQuery()
Returns a query that matches all fragments.
|
CtsQueryExpr |
CtsExpr.wordQuery(ServerExpression text)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(ServerExpression text,
ServerExpression options)
Returns a query matching text content containing a given phrase.
|
CtsQueryExpr |
CtsExpr.wordQuery(ServerExpression text,
ServerExpression options,
ServerExpression weight)
Returns a query matching text content containing a given phrase.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CtsQueryExpr |
CtsExpr.andQuery(CtsQueryExpr... queries)
Returns a query specifying the intersection of the matches specified by the sub-queries.
|
abstract <T extends JSONReadHandle> |
CtsQueryBuilder.export(CtsQueryExpr query,
T handle)
Export cts query into a handle in AST format
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearch(CtsQueryExpr query)
Supports document matching and relevance by constructing rows with the document fragment id and
columns for relevance factors.
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearch(CtsQueryExpr query,
PlanExprCol... columns)
Supports document matching and relevance by constructing rows with the document fragment id and
columns for relevance factors.
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearch(CtsQueryExpr query,
PlanExprColSeq columns,
java.lang.String qualifierName)
Supports document matching and relevance by constructing rows with the document fragment id and
columns for relevance factors.
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearch(CtsQueryExpr query,
PlanExprColSeq columns,
XsStringVal qualifierName,
PlanSearchOptions options)
Supports document matching and relevance by constructing rows with the document fragment id and
columns for relevance factors.
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearchDocs(CtsQueryExpr query)
Provides a convenience for matching documents and constructing rows with the score,
document uri, and document content.
|
PlanBuilder.AccessPlan |
PlanBuilderBase.fromSearchDocs(CtsQueryExpr query,
java.lang.String qualifierName)
Provides a convenience for matching documents and constructing rows with the score,
document uri, and document content.
|
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.
|
abstract CtsQueryDefinition |
CtsQueryBuilder.newCtsQueryDefinition(CtsQueryExpr query)
Create a CtsQueryDefinition based on a cts query
|
abstract CtsQueryDefinition |
CtsQueryBuilder.newCtsQueryDefinition(CtsQueryExpr query,
JSONWriteHandle queryOptions)
Create a CtsQueryDefinition based on a cts query and query options
|
CtsQueryExpr |
CtsExpr.orQuery(CtsQueryExpr... queries)
Returns a query specifying the union of the matches specified by the sub-queries.
|
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.
|
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-2021 MarkLogic Corporation.