| 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 |
|---|---|
CtsReferenceExpr |
CtsExpr.collectionReference()
Creates a reference to the collection lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.collectionReference(String options)
Creates a reference to the collection lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.collectionReference(XsStringSeqVal options)
Creates a reference to the collection lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.elementAttributeReference(String element,
String attribute)
Creates a reference to an element attribute value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.elementAttributeReference(String element,
String attribute,
String options)
Creates a reference to an element attribute value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.elementAttributeReference(XsQNameVal element,
XsQNameVal attribute)
Creates a reference to an element attribute value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.elementAttributeReference(XsQNameVal element,
XsQNameVal attribute,
XsStringSeqVal options)
Creates a reference to an element attribute value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.elementReference(String element)
Creates a reference to an element value lexicon, for use as a parameter to
cts:value-tuples, temporal:axis-create, or any other function that takes an index reference. |
CtsReferenceExpr |
CtsExpr.elementReference(String element,
String options)
Creates a reference to an element value lexicon, for use as a parameter to
cts:value-tuples, temporal:axis-create, or any other function that takes an index reference. |
CtsReferenceExpr |
CtsExpr.elementReference(XsQNameVal element)
Creates a reference to an element value lexicon, for use as a parameter to
cts:value-tuples, temporal:axis-create, or any other function that takes an index reference. |
CtsReferenceExpr |
CtsExpr.elementReference(XsQNameVal element,
XsStringSeqVal options)
Creates a reference to an element value lexicon, for use as a parameter to
cts:value-tuples, temporal:axis-create, or any other function that takes an index reference. |
CtsReferenceExpr |
CtsExpr.fieldReference(String field)
Creates a reference to a field value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.fieldReference(String field,
String options)
Creates a reference to a field value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.fieldReference(XsStringVal field)
Creates a reference to a field value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.fieldReference(XsStringVal field,
XsStringSeqVal options)
Creates a reference to a field value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.jsonPropertyReference(String property)
Creates a reference to a JSON property value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.jsonPropertyReference(String property,
String options)
Creates a reference to a JSON property value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.jsonPropertyReference(XsStringVal property)
Creates a reference to a JSON property value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.jsonPropertyReference(XsStringVal property,
XsStringSeqVal options)
Creates a reference to a JSON property value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(String pathExpression)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(String pathExpression,
String options)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(String pathExpression,
String options,
MapMapExpr map)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression,
XsStringSeqVal options)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.pathReference(XsStringVal pathExpression,
XsStringSeqVal options,
MapMapExpr map)
Creates a reference to a path value lexicon, for use as a parameter to cts:value-tuples.
|
CtsReferenceExpr |
CtsExpr.uriReference()
Creates a reference to the URI lexicon, for use as a parameter to cts:value-tuples.
|
| Modifier and Type | Method and Description |
|---|---|
CtsReferenceSeqExpr |
CtsExpr.referenceSeq(CtsReferenceExpr... items)
Constructs a sequence of CtsReferenceExpr items.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
String qualifierName)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
String qualifierName,
PlanSystemColumn sysCols)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
XsStringVal qualifierName)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
abstract PlanBuilder.AccessPlan |
PlanBuilder.fromLexicons(Map<String,CtsReferenceExpr> indexes,
XsStringVal qualifierName,
PlanSystemColumn sysCols)
This function dynamically constructs a view from range indexes or the uri or collection lexicons.
|
Copyright © 2013-2017 MarkLogic Corporation.