Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
com.marklogic.client.query |
The package provides classes for queries
including searching documents and reading values directly from
indexes in the database for the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
QueryBatcher |
DataMovementManager.newQueryBatcher(RawCtsQueryDefinition query) |
Create a new QueryBatcher instance configured to
retrieve uris that match this Cts query.
|
Modifier and Type | Method | Description |
---|---|---|
RawCtsQueryDefinition |
QueryManager.newRawCtsQueryDefinition(CtsQueryWriteHandle handle) |
Defines a serialized cts query from a JSON or
XML representation.
|
RawCtsQueryDefinition |
QueryManager.newRawCtsQueryDefinition(CtsQueryWriteHandle handle,
java.lang.String optionsName) |
Defines a serialized cts query from a JSON or
XML representation.
|
RawCtsQueryDefinition |
QueryManager.newRawCtsQueryDefinitionAs(Format format,
java.lang.Object rawQuery) |
Defines a serialized cts query from a JSON or
XML representation provided as an object of an IO class.
|
RawCtsQueryDefinition |
QueryManager.newRawCtsQueryDefinitionAs(Format format,
java.lang.Object rawQuery,
java.lang.String optionsName) |
Defines a serialized cts query from a JSON or
XML representation provided as an object of an IO class.
|
RawCtsQueryDefinition |
RawCtsQueryDefinition.withCriteria(java.lang.String criteria) |
Sets the query criteria as a query string and
returns the query definition as a fluent convenience.
|
RawCtsQueryDefinition |
RawCtsQueryDefinition.withHandle(StructureWriteHandle handle) |
Specifies the handle for the JSON or XML
representation of a combined query and returns the query
definition.
|
Copyright © 2013-2019 MarkLogic Corporation.