Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
Modifier and Type | Method and Description |
---|---|
QueryOptions.JsonKey |
QueryOptions.QueryValues.getJsonKey() |
QueryOptions.JsonKey |
QueryOptionsBuilder.jsonValue(String keyName)
Deprecated.
Builds a specification to retrieve values from a json key into the
extract-metadata section of search results.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.JsonKey> |
QueryOptions.QueryTuples.getJsonKey() |
List<QueryOptions.JsonKey> |
QueryOptions.QueryExtractMetadata.getJsonKeys() |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryTuples.addJsonKey(QueryOptions.JsonKey jsonKey) |
void |
QueryOptions.BaseConstraintItem.setJsonKey(QueryOptions.JsonKey jsonKey)
Sets a json key index specification for this constraint source.
|
void |
QueryOptions.QuerySortOrder.setJsonKey(QueryOptions.JsonKey jsonKey) |
void |
QueryOptions.QueryValues.setJsonKey(QueryOptions.JsonKey jsonKey) |
Modifier and Type | Method and Description |
---|---|
void |
Indexed.setJsonKey(QueryOptions.JsonKey jsonKey) |
Copyright © 2013-2015 MarkLogic Corporation.