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.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
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.QueryTuples |
QueryOptions.QueryTuples.annotate(String xmlString) |
QueryOptions.QueryTuples |
QueryOptionsBuilder.tuples(String name,
List<TupleSource> sources,
QueryOptions.Aggregate aggregate,
String... valuesOptions)
Deprecated.
Builds a QueryTuples object.
|
QueryOptions.QueryTuples |
QueryOptionsBuilder.tuples(String name,
List<TupleSource> sources,
String... valuesOptions)
Deprecated.
Builds a QueryTuples object.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryTuples> |
QueryOptions.getQueryTuples()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryRange.build(QueryOptions.QueryTuples tuples)
Add this QueryRange to the tuples query.
|
void |
QueryOptions.QueryCollection.build(QueryOptions.QueryTuples tuples)
Add this QueryCollection to the tuples query.
|
void |
QueryOptions.JsonKey.build(QueryOptions.QueryTuples values)
Adds this JSON key to the tuples query specification.
|
void |
QueryOptions.Field.build(QueryOptions.QueryTuples tuples)
Adds this field to the tuples query specification.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setQueryTuples(List<QueryOptions.QueryTuples> tuples)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TupleSource.build(QueryOptions.QueryTuples tuples) |
void |
QueryUri.build(QueryOptions.QueryTuples tuples) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryTuples |
QueryOptionsHandle.getTuples(String tuplesName)
Deprecated.
Returns the named tuples accessor.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryTuples> |
QueryOptionsHandle.getTuples()
Deprecated.
Returns a List of the tuples accessors in the query options.
|
Modifier and Type | Method and Description |
---|---|
QueryOptionsHandle |
QueryOptionsHandle.withTuples(QueryOptions.QueryTuples... tuples)
Deprecated.
Sets a List of tuples in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setTuples(List<QueryOptions.QueryTuples> tuples)
Deprecated.
Sets a List of tuples in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.