Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
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 |
---|---|
QueryOptions.QueryOperator |
QueryOptions.QueryOperator.annotate(String xmlString) |
QueryOptions.QueryOperator |
QueryOptionsBuilder.operator(String name,
QueryOptions.QueryState... states)
Deprecated.
Builds an operator for use in a QueryOptions configuration.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryOperator> |
QueryOptions.getQueryOperators()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setOperators(List<QueryOptions.QueryOperator> operatorOptions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryOperator |
QueryOptionsHandle.getOperator(String name)
Deprecated.
Returns the named query operator.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryOperator> |
QueryOptionsHandle.getOperators()
Deprecated.
Returns a List of the operators specified in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.addOperator(QueryOptions.QueryOperator operator)
Deprecated.
Add an operator to the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withOperators(QueryOptions.QueryOperator... queryOperator)
Deprecated.
Sets a List of operators in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setOperators(List<QueryOptions.QueryOperator> operatorOptions)
Deprecated.
Sets a List of operators in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.