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 |
---|---|
RangeIndexType |
QueryOptionsBuilder.rangeType(String type)
Deprecated.
Builds a range index type for types other than xs:string.
|
RangeIndexType |
QueryOptionsBuilder.stringRangeType(String collation)
Deprecated.
Builds a range index type for strings.
|
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.ExpressionNamespaceBindings bindings,
RangeIndexType type)
Deprecated.
Builds a new PathIndex object.
|
Copyright © 2013-2015 MarkLogic Corporation.