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 |
---|---|
QueryOptions.QuerySortOrder.Direction |
QueryOptions.QuerySortOrder.getDirection() |
static QueryOptions.QuerySortOrder.Direction |
QueryOptions.QuerySortOrder.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QuerySortOrder.Direction[] |
QueryOptions.QuerySortOrder.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QuerySortOrder.setDirection(QueryOptions.QuerySortOrder.Direction direction) |
QueryOptions.QuerySortOrder |
QueryOptionsBuilder.sortByScore(QueryOptions.QuerySortOrder.Direction direction)
Deprecated.
Builds a QuerySortOrder for sorting by search relevance score, and a
Direction.
|
QueryOptions.QuerySortOrder |
QueryOptionsBuilder.sortOrder(RangeSpec indexSpec,
QueryOptions.QuerySortOrder.Direction direction)
Deprecated.
Builds a QuerySortOrder configuration from a RangeSpec, and a Direction.
|
Copyright © 2013-2016 MarkLogic Corporation.