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.AnchorValue |
QueryOptions.QueryRange.ComputedBucket.getAnchorValue() |
static QueryOptions.QueryRange.ComputedBucket.AnchorValue |
QueryOptions.QueryRange.ComputedBucket.AnchorValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryRange.ComputedBucket.AnchorValue[] |
QueryOptions.QueryRange.ComputedBucket.AnchorValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
void |
QueryOptions.QueryRange.ComputedBucket.setAnchor(QueryOptions.QueryRange.ComputedBucket.AnchorValue anchorValue)
Specifies a value for anchoring this computed bucket.
|
Copyright © 2013-2016 MarkLogic Corporation.