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 |
---|---|
SemStoreExpr |
SemExpr.rulesetStore(ServerExpression locations)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(ServerExpression locations,
ServerExpression store)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(ServerExpression locations,
ServerExpression store,
ServerExpression options)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(java.lang.String... locations)
Specifies a store with additional triples inferred based on rules.
|
SemStoreExpr |
SemExpr.rulesetStore(java.lang.String locations)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(java.lang.String locations,
SemStoreExpr... store)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(java.lang.String locations,
ServerExpression store,
java.lang.String options)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreExpr... stores)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr stores,
java.lang.String... options)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreExpr |
SemExpr.store()
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(ServerExpression options)
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
SemStoreExpr |
SemExpr.store(ServerExpression options,
ServerExpression 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(java.lang.String... options)
Specifies a store for accessing triples, modifying the triple retrieval based on the options.
|
SemStoreExpr |
SemExpr.store(java.lang.String options)
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
SemStoreExpr |
SemExpr.store(java.lang.String options,
ServerExpression 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.
|
Modifier and Type | Method and Description |
---|---|
SemStoreExpr |
SemExpr.rulesetStore(java.lang.String locations,
SemStoreExpr... store)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreExpr... stores)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreSeqExpr |
SemValue.stores(SemStoreExpr... stores)
Deprecated.
|
SemStoreSeqExpr |
SemExpr.storeSeq(SemStoreExpr... items)
Constructs a sequence of SemStoreExpr items.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.where(SemStoreExpr condition)
This method adjusts the row set based on the triples for the sem.store definition,
restricting the triples to the documents matched by a cts.query expression and
expanding the triples based on inferencing rules.
|
Copyright © 2013-2021 MarkLogic Corporation.