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 |
---|---|
static QueryOptions.Facets |
QueryOptions.Facets.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.Facets[] |
QueryOptions.Facets.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.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-2016 MarkLogic Corporation.