public interface SearchQueryDefinition
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOptionsName()
Returns the name of the query options used for
this query.
|
ServerTransform |
getResponseTransform()
Returns the transform that modifies responses to
this query on the server.
|
void |
setOptionsName(java.lang.String name)
Sets the name of the query options to be used
for this query.
|
void |
setResponseTransform(ServerTransform transform)
Specifies a transform that modifies responses to
this query on the server.
|
java.lang.String getOptionsName()
void setOptionsName(java.lang.String name)
name
- The name of the saved query options node on
the server.ServerTransform getResponseTransform()
void setResponseTransform(ServerTransform transform)
transform
- A server transform to modify the query
response.Copyright © 2024 MarkLogic Corporation. All Rights Reserved.