Package | Description |
---|---|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
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 |
---|---|
QueryManager.QueryView |
DocumentManager.getSearchView()
Returns the view types included in a SearchReadHandle populated by calls to
search |
Modifier and Type | Method and Description |
---|---|
void |
DocumentManager.setSearchView(QueryManager.QueryView view)
Specifies the view types included in a SearchReadHandle populated by calls to
search |
Modifier and Type | Method and Description |
---|---|
QueryManager.QueryView |
QueryManager.getView()
Returns the type of view results produced by queries.
|
static QueryManager.QueryView |
QueryManager.QueryView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryManager.QueryView[] |
QueryManager.QueryView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.setView(QueryManager.QueryView view)
Specifies the type of view results produced by queries.
|
Copyright © 2013-2016 MarkLogic Corporation.