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.ComputedBucket |
QueryOptionsBuilder.computedBucket(String name,
String label,
String ge,
String lt,
QueryOptions.QueryRange.ComputedBucket.AnchorValue anchor)
Deprecated.
Builds a new bucket for use in a
QueryOptions.QueryRange |
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryRange.ComputedBucket> |
QueryOptions.QueryRange.getComputedBuckets()
The list of computed buckets for this QueryRange.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryRange |
QueryOptions.QueryRange.addComputedBucket(QueryOptions.QueryRange.ComputedBucket computedBucket)
Add a computed bucket to this QueryRange's buckets.
|
Copyright © 2013-2016 MarkLogic Corporation.