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 | Description |
---|---|---|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations) |
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store) |
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store,
XsStringSeqVal options) |
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.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,
SemStoreSeqExpr 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 |
SemValue.rulesetStore(java.lang.String... locations) |
Specifies a store with additional triples inferred based on 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(XsStringSeqVal options) |
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
SemStoreExpr |
SemExpr.store(XsStringSeqVal options,
CtsQueryExpr query) |
The sem:store function defines a set of criteria, that when evaluated, selects a set of triples to be passed in to sem:sparql(), sem:sparql-update(), or sem:sparql-values() as part of the options argument.
|
SemStoreExpr |
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,
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.
|
SemStoreExpr |
SemValue.store(java.lang.String... options) |
Specifies a store for accessing triples, modifying the triple retrieval based on the options.
|
Modifier and Type | Method | 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) |
Takes any number of triple store specifications and constructs a store sequence
|
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-2019 MarkLogic Corporation.