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 and Description |
---|---|
ValuesDefinition.Frequency |
ValuesDefinition.getFrequency()
Returns the frequency of the results.
|
static ValuesDefinition.Frequency |
ValuesDefinition.Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValuesDefinition.Frequency[] |
ValuesDefinition.Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ValuesDefinition.setFrequency(ValuesDefinition.Frequency freq)
Sets the frequency to be used in this values query.
|
Copyright © 2013-2015 MarkLogic Corporation.