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 |
---|---|
List<QueryOptions.MarkLogicQName> |
QueryOptions.PreferredElements.getElements() |
List<QueryOptions.MarkLogicQName> |
QueryOptions.QueryTransformResults.getPreferredElements() |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.PreferredElements.addElement(QueryOptions.MarkLogicQName element) |
void |
QueryOptions.QueryTransformResults.addPreferredElement(QueryOptions.MarkLogicQName element) |
void |
QueryOptions.BaseConstraintItem.setAttribute(QueryOptions.MarkLogicQName attribute)
Sets an attribute QName to partially find an element-attribute index.
|
void |
QueryOptions.QuerySortOrder.setAttribute(QueryOptions.MarkLogicQName attribute) |
void |
QueryOptions.BaseConstraintItem.setElement(QueryOptions.MarkLogicQName element)
Sets an element QName to reference an element.
|
void |
QueryOptions.QuerySortOrder.setElement(QueryOptions.MarkLogicQName element) |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.PreferredElements.setElements(List<QueryOptions.MarkLogicQName> elements) |
void |
QueryOptions.QueryTransformResults.setPreferredElements(List<QueryOptions.MarkLogicQName> elements) |
Modifier and Type | Method and Description |
---|---|
void |
Indexed.setAttribute(QueryOptions.MarkLogicQName attribute) |
void |
Indexed.setElement(QueryOptions.MarkLogicQName element) |
Copyright © 2013-2016 MarkLogic Corporation.