Package | Description |
---|---|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
QueryOptionsHandle |
QueryOptionsHandle.annotate(String queryAnnotation)
Deprecated.
|
QueryOptionsHandle |
QueryOptionsHandle.withAdditionalQuery(QueryOptions.QueryAdditionalQuery additionalQuery)
Deprecated.
Sets the ctsQuery element in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withConfiguration(QueryOptionsConfiguration configuration)
Deprecated.
Set common configuration objects for this handle, fluently.
|
QueryOptionsHandle |
QueryOptionsHandle.withConstraints(QueryOptions.QueryConstraint... constraints)
Deprecated.
Set a List of constraints in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withExtractMetadata(QueryOptions.QueryExtractMetadata extractMetadata)
Deprecated.
Sets the extract metadata setting in the options node.
|
QueryOptionsHandle |
QueryOptionsHandle.withGrammar(QueryOptions.QueryGrammar grammar)
Deprecated.
Sets the grammar in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withOperators(QueryOptions.QueryOperator... queryOperator)
Deprecated.
Sets a List of operators in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withSearchableExpression(QueryOptions.QuerySearchableExpression searchableExpression)
Deprecated.
Sets the searchable expression in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withSortOrders(QueryOptions.QuerySortOrder... sortOrders)
Deprecated.
Set a List of sort orders in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withTerm(QueryOptions.QueryTerm term)
Deprecated.
Set the term configuration in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withTransformResults(QueryOptions.QueryTransformResults transformResults)
Deprecated.
Set the transform results in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withTuples(QueryOptions.QueryTuples... tuples)
Deprecated.
Sets a List of tuples in the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withValues(QueryOptions.QueryValues... values)
Deprecated.
Sets a List of values in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.