| 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 |
SemValue.rulesetStore(String... locations)
Specifies a store with additional triples inferred based on 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,
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.store(String... options)
Specifies a store for accessing triples, modifying the triple retrieval based on the options.
|
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 |
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
|
Copyright © 2013-2017 MarkLogic Corporation.