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 |
---|---|
RangeSpec |
QueryOptionsBuilder.elementAttributeRangeIndex(QName element,
QName attribute,
RangeIndexType type)
Deprecated.
Builds an element-attribute range index specification.
|
RangeSpec |
QueryOptionsBuilder.elementRangeIndex(QName element,
RangeIndexType type)
Deprecated.
Builds an element range index specification.
|
RangeSpec |
QueryOptionsBuilder.fieldRangeIndex(String fieldName,
RangeIndexType type)
Deprecated.
Builds a field range index specification.
|
RangeSpec |
QueryOptionsBuilder.jsonRangeIndex(String jsonKey,
RangeIndexType type)
Deprecated.
Builds a jsonKey range index specification.
|
RangeSpec |
QueryOptionsBuilder.pathIndex(String xPath,
QueryOptions.ExpressionNamespaceBinding... bindings)
Deprecated.
Builds a new PathIndex object.
|
RangeSpec |
QueryOptionsBuilder.pathIndex(String xPath,
QueryOptions.ExpressionNamespaceBindings bindings,
RangeIndexType type)
Deprecated.
Builds a new PathIndex object.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryRange |
QueryOptionsBuilder.range(RangeSpec indexSpec)
Deprecated.
Builds a range index specification for use in a constraint, value, tuple or term configuration.
|
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.
|
QueryOptions.QuerySortOrder |
QueryOptionsBuilder.sortOrder(RangeSpec indexSpec,
QueryOptions.QuerySortOrder.Direction direction)
Deprecated.
Builds a QuerySortOrder configuration from a RangeSpec, and a Direction.
|
Copyright © 2013-2016 MarkLogic Corporation.