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.QueryRange.Bucket |
QueryOptionsBuilder.bucket(String name,
String label,
String ge,
String lt)
Deprecated.
Builds a new bucket for use in a
QueryOptions.QueryRange configuration |
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryRange.Bucket> |
QueryOptions.QueryRange.getBuckets()
Returns the list of buckets for this QueryRange.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryRange.addBucket(QueryOptions.QueryRange.Bucket bucket)
Add a bucket to this QueryRange's buckets.
|
Copyright © 2013-2016 MarkLogic Corporation.