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 |
---|---|
KeyValueQueryDefinition |
QueryManager.newKeyValueDefinition()
Deprecated.
Use
Query By Example instead for easy-to-write and much more full-featured key/value search.
Creates a query definition based on a locator such as a JSON property, element name, or element and attribute name and the default query options. |
KeyValueQueryDefinition |
QueryManager.newKeyValueDefinition(String optionsName)
Deprecated.
Use
Query By Example instead for easy-to-write and much more full-featured key/value search.
Creates a query definition based on a locator and on named query options saved previously. |
Copyright © 2013-2016 MarkLogic Corporation.