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 |
---|---|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle handle)
Defines a simple query by example from a JSON or XML representation.
|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle handle,
java.lang.String optionsName)
Defines a simple query by example from a JSON or XML representation.
|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinitionAs(Format format,
java.lang.Object rawQuery)
Defines a simple query by example from a JSON or XML representation provided as an object of an IO class.
|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinitionAs(Format format,
java.lang.Object rawQuery,
java.lang.String optionsName)
Defines a simple query by example from a JSON or XML representation provided as an object of an IO class.
|
RawQueryByExampleDefinition |
RawQueryByExampleDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation
of a query by example and returns the query definition.
|
Modifier and Type | Method and Description |
---|---|
<T extends StructureReadHandle> |
QueryManager.convert(RawQueryByExampleDefinition query,
T convertedHandle)
Sends a query by example to the server to convert into a combined query
that expresses the criteria as a structured search.
|
<T extends StructureReadHandle> |
QueryManager.validate(RawQueryByExampleDefinition query,
T reportHandle)
Checks a query by example for mistakes in expressing the criteria.
|
Copyright © 2013-2018 MarkLogic Corporation.