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 |
---|---|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle)
Defines a combined query from a JSON or XML representation.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle,
String optionsName)
Defines a combined query from a JSON or XML representation.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinitionAs(Format format,
Object rawQuery)
Defines a combined query from a JSON or XML representation provided as an object of an IO class.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinitionAs(Format format,
Object rawQuery,
String optionsName)
Defines a combined query from a JSON or XML representation provided as an object of an IO class.
|
RawCombinedQueryDefinition |
RawCombinedQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation
of a combined query and returns the query definition.
|
Copyright © 2013-2016 MarkLogic Corporation.