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.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QuerySortOrder |
QueryOptions.QuerySortOrder.annotate(String xmlString) |
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.
|
QueryOptions.QuerySortOrder |
QueryOptionsBuilder.sortOrder(TermSpec indexSpec)
Deprecated.
Builds a QuerySortOrder configuration from a TermSpec.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QuerySortOrder> |
QueryOptions.getSortOrders()
Deprecated.
|
List<QueryOptions.QuerySortOrder> |
QueryOptions.QueryState.getSortOrders() |
List<QueryOptions.QuerySortOrder> |
QueryOptionsBuilder.sortOrders(QueryOptions.QuerySortOrder... sortOrders)
Deprecated.
Builds a list of sort orders.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryState.addSortOrder(QueryOptions.QuerySortOrder sortOrder) |
List<QueryOptions.QuerySortOrder> |
QueryOptionsBuilder.sortOrders(QueryOptions.QuerySortOrder... sortOrders)
Deprecated.
Builds a list of sort orders.
|
QueryOptions.QueryState |
QueryOptions.QueryState.withSortOrders(QueryOptions.QuerySortOrder... sortOrders) |
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setSortOrders(List<QueryOptions.QuerySortOrder> sortOrders)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QuerySortOrder> |
QueryOptionsHandle.getSortOrders()
Deprecated.
Returns a List of the sort orders specified in the query options.
|
Modifier and Type | Method and Description |
---|---|
QueryOptionsHandle |
QueryOptionsHandle.withSortOrders(QueryOptions.QuerySortOrder... sortOrders)
Deprecated.
Set a List of sort orders in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setSortOrders(List<QueryOptions.QuerySortOrder> sortOrders)
Deprecated.
Set a List of sort orders in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.