Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryCollection |
QueryOptionsBuilder.collection(String prefix)
Deprecated.
Builds a QueryCollection object to use the Collection URI lexicon as source of
constraint values.
|
QueryOptions.QueryCollection |
QueryOptionsBuilder.collection(String prefix,
QueryOptions.Facets isFaceted,
String... options)
Deprecated.
Builds a QueryCollection object to use the Collection URI lexicon as source of
constraint values.
|
QueryOptions.QueryCollection |
QueryOptions.QueryTuples.getCollection() |
QueryOptions.QueryCollection |
QueryOptions.QueryValues.getCollection() |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryTuples.setCollection(QueryOptions.QueryCollection collection) |
void |
QueryOptions.QueryValues.setCollection(QueryOptions.QueryCollection collection) |
Copyright © 2013-2015 MarkLogic Corporation.