| 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 and Description |
|---|---|
QueryBatcher |
DataMovementManager.newQueryBatcher(StringQueryDefinition query)
Create a new QueryBatcher instance configured to
retrieve uris that match this query.
|
| Modifier and Type | Method and Description |
|---|---|
StringQueryDefinition |
QueryManager.newStringDefinition()
Creates a query definition based on a string and
the default query options.
|
StringQueryDefinition |
QueryManager.newStringDefinition(java.lang.String optionsName)
Creates a query definition based on a string and
on named query options saved previously.
|
StringQueryDefinition |
StringQueryDefinition.withCriteria(java.lang.String criteria)
Sets the query criteria as a query string and
returns the query definition as a fluent convenience.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.