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 |
---|---|
RawStructuredQueryDefinition |
StructuredQueryBuilder.build(StructuredQueryDefinition... queries)
Builds a structured query in XML from the list of query definitions.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinition(StructureWriteHandle handle)
Defines a structured query from a JSON or XML representation.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinition(StructureWriteHandle handle,
String optionsName)
Defines a structured query from a JSON or XML representation.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinitionAs(Format format,
Object rawQuery)
Defines a structured query from a JSON or XML representation provided as an object of an IO class.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinitionAs(Format format,
Object rawQuery,
String optionsName)
Defines a structured query from a JSON or XML representation provided as an object of an IO class.
|
RawStructuredQueryDefinition |
RawStructuredQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation
of a structured query and returns the query definition.
|
Copyright © 2013-2015 MarkLogic Corporation.