Package | Description |
---|---|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
ValuesListDefinition |
QueryManager.newValuesListDefinition() |
Creates a query definition for retrieving the list of available
named lexicon configurations from the default query options.
|
ValuesListDefinition |
QueryManager.newValuesListDefinition(java.lang.String optionsName) |
Creates a query definition for retrieving the list of available
named lexicon configurations from the named query options.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ValuesListReadHandle> |
QueryManager.valuesList(ValuesListDefinition valdef,
T valueHandle) |
Retrieves the list of available named lexicon configurations from the
values list definition and, potentially, previously saved query options.
|
<T extends ValuesListReadHandle> |
QueryManager.valuesList(ValuesListDefinition valdef,
T valueHandle,
Transaction transaction) |
Retrieves the list of available named lexicon configurations from the
values list definition and, potentially, previously saved query options.
|
Copyright © 2013-2019 MarkLogic Corporation.