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 | Class and Description |
---|---|
static class |
QueryOptions.QueryRange.Bucket
Configures a range, for use in grouping range index values in facets.
|
static class |
QueryOptions.QueryRange.ComputedBucket
Models a bucket on a range constraint whose values are anchored to
time, and computed based on the current time.
|
Modifier and Type | Method and Description |
---|---|
List<Buckets> |
QueryOptionsBuilder.buckets(Buckets... buckets)
Deprecated.
Builds a list of buckets from definitions built by either bucket or computedBucket
|
Modifier and Type | Method and Description |
---|---|
List<Buckets> |
QueryOptionsBuilder.buckets(Buckets... buckets)
Deprecated.
Builds a list of buckets from definitions built by either bucket or computedBucket
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryRange.addBuckets(List<Buckets> buckets)
Add a list of buckets to the buckets for this QueryRange.
|
QueryOptions.QueryRange |
QueryOptionsBuilder.range(RangeSpec indexSpec,
QueryOptions.Facets faceted,
QueryOptions.FragmentScope scope,
List<Buckets> buckets,
String... facetOptions)
Deprecated.
Builds a range index specification for use in a constraint, values, tuples or term configuration.
|
Copyright © 2013-2015 MarkLogic Corporation.