Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
XsStringSeqExpr |
SpellExpr.doubleMetaphone(ServerExpression word)
Given a word returns the two metaphone keys.
|
XsStringSeqExpr |
FnExpr.inScopePrefixes(ServerExpression element)
Returns the prefixes of the in-scope namespaces for element.
|
XsStringSeqExpr |
MapExpr.keys(ServerExpression map)
Get the keys used in the map.
|
XsStringSeqExpr |
XdmpExpr.nodeCollections(ServerExpression node)
Returns any collections for the node's document in the database.
|
XsStringSeqExpr |
CtsExpr.stem(ServerExpression text)
Returns the stem(s) for a word.
|
XsStringSeqExpr |
CtsExpr.stem(ServerExpression text,
ServerExpression language)
Returns the stem(s) for a word.
|
XsStringSeqExpr |
CtsExpr.stem(ServerExpression text,
ServerExpression language,
ServerExpression partOfSpeech)
Returns the stem(s) for a word.
|
XsStringSeqExpr |
CtsExpr.stem(ServerExpression text,
java.lang.String language)
Returns the stem(s) for a word.
|
XsStringSeqExpr |
CtsExpr.stem(ServerExpression text,
java.lang.String language,
java.lang.String partOfSpeech)
Returns the stem(s) for a word.
|
XsStringSeqExpr |
XsExpr.stringSeq(XsStringExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
XsStringSeqExpr |
CtsExpr.tokenize(ServerExpression text)
Tokenizes text into words, punctuation, and spaces.
|
XsStringSeqExpr |
CtsExpr.tokenize(ServerExpression text,
ServerExpression language)
Tokenizes text into words, punctuation, and spaces.
|
XsStringSeqExpr |
FnExpr.tokenize(ServerExpression input,
ServerExpression pattern)
Returns a sequence of strings contructed by breaking the specified input into substrings separated by the specified pattern.
|
XsStringSeqExpr |
CtsExpr.tokenize(ServerExpression text,
ServerExpression language,
ServerExpression field)
Tokenizes text into words, punctuation, and spaces.
|
XsStringSeqExpr |
FnExpr.tokenize(ServerExpression input,
ServerExpression pattern,
ServerExpression flags)
Returns a sequence of strings contructed by breaking the specified input into substrings separated by the specified pattern.
|
XsStringSeqExpr |
CtsExpr.tokenize(ServerExpression text,
java.lang.String language)
Tokenizes text into words, punctuation, and spaces.
|
XsStringSeqExpr |
FnExpr.tokenize(ServerExpression input,
java.lang.String pattern)
Returns a sequence of strings contructed by breaking the specified input into substrings separated by the specified pattern.
|
XsStringSeqExpr |
CtsExpr.tokenize(ServerExpression text,
java.lang.String language,
java.lang.String field)
Tokenizes text into words, punctuation, and spaces.
|
XsStringSeqExpr |
FnExpr.tokenize(ServerExpression input,
java.lang.String pattern,
java.lang.String flags)
Returns a sequence of strings contructed by breaking the specified input into substrings separated by the specified pattern.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call
in a row pipeline.
|
interface |
PlanParamExpr
An instance of a placeholder parameter returned by a call
to the param() function that can represent a literal value
in expressions and can be passed on a bind() call to be
assigned a literal value when invoking a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
interface |
RdfLangStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
RdfLangStringSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
RdfLangStringSeqVal
An instance of an RDF language string value.
|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
XsLanguageExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsLanguageSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNameExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNameSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNCNameExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNCNameSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNMTOKENExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNMTOKENSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNormalizedStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsNormalizedStringSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsStringExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsStringSeqVal
A sequence of server string values.
|
interface |
XsStringVal
An instance of a server string value.
|
interface |
XsTokenExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XsTokenSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
Copyright © 2013-2018 MarkLogic Corporation.