Package | Description |
---|---|
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 |
---|---|
DeleteQueryDefinition |
QueryManager.newDeleteDefinition()
Creates a query definition for deleting
documents.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.delete(DeleteQueryDefinition querydef)
Deletes documents based on the query
criteria.
|
void |
QueryManager.delete(DeleteQueryDefinition querydef,
Transaction transaction)
Deletes documents based on the query criteria as
part of the specified transaction.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.