Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.eval | |
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
EditableNamespaceContext |
QueryOptions.getSearchableExpressionNamespaceContext()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setSearchableExpressionNamespaceContext(EditableNamespaceContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServerEvaluationCall |
ServerEvaluationCall.namespaceContext(EditableNamespaceContext namespaces)
Initialize this call with namespaces so variables with prefixes can be sent with
their prefixes translated to uris that will match the uris in the code to be
executed on the server.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setSearchableExpressionNamespaceContext(EditableNamespaceContext context)
Deprecated.
Sets the namespace context to be associated with the searchable expression.
|
Copyright © 2013-2016 MarkLogic Corporation.