public interface RawQueryByExampleDefinition extends RawQueryDefinition
QueryManager.newRawCombinedQueryDefinitionAs(Format, Object)
,
QueryManager.newRawCombinedQueryDefinitionAs(Format, Object, String)
,
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle)
,
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle, String)
,
MarkLogic Java Application Developer's Guide
> Searching
> Prototype a Query Using Query By ExampleModifier and Type | Field and Description |
---|---|
static java.lang.String |
QBE_NS
The namespace of the built-in vocabulary for an Query by Example
in XML format.
|
Modifier and Type | Method and Description |
---|---|
RawQueryByExampleDefinition |
withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation
of a query by example and returns the query definition.
|
getHandle, setHandle
getCollections, getDirectory, setCollections, setDirectory
getOptionsName, getResponseTransform, setOptionsName, setResponseTransform
static final java.lang.String QBE_NS
RawQueryByExampleDefinition withHandle(StructureWriteHandle handle)
handle
- the JSON or XML handle.Copyright © 2013-2021 MarkLogic Corporation.