Package | Description |
---|---|
com.attivio.sdk.search | |
com.attivio.sdk.search.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.util.parser |
Modifier and Type | Field and Description |
---|---|
static Sort.SortOrder |
Sort.ASC
Ascending Sort Order.
|
static Sort.SortOrder |
Sort.DEFAULT_ORDER
Default Sort Order.
|
static Sort.SortOrder |
Sort.DESC
Descending Sort Order.
|
protected Sort.SortOrder |
Sort.order
The sort order
|
Modifier and Type | Method and Description |
---|---|
static Sort.SortOrder |
Sort.SortOrder.fromExternal(String value)
Converts an external value to a type value.
|
Sort.SortOrder |
Sort.getOrder()
Get the order to sort by.
|
static Sort.SortOrder |
Sort.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sort.SortOrder[] |
Sort.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.addSort(FieldExpression field,
Sort.SortOrder order) |
void |
QueryRequest.addSort(String field,
Sort.SortOrder order) |
void |
Sort.setOrder(Sort.SortOrder order)
Set the order to sort by.
|
void |
FieldCollapse.setSort(String field,
Sort.SortOrder order)
Set the field to sort rows in a group.
|
Constructor and Description |
---|
Sort(FieldExpression field,
Sort.SortOrder order) |
Sort(FieldExpression field,
Sort.SortOrder order,
Sort.NullSortOrder nullOrder) |
Sort(String field,
Sort.SortOrder order)
Sort by field
name according to order . |
Sort(String field,
Sort.SortOrder order,
Sort.NullSortOrder nullOrder)
Sort by
field according to order . |
Modifier and Type | Field and Description |
---|---|
static Sort.SortOrder |
FacetRequest.DEFAULT_PRIMARY_SORT
Default primary Sort
|
static Sort.SortOrder |
FacetRequest.DEFAULT_SECONDARY_SORT
Default secondary Sort
|
Modifier and Type | Method and Description |
---|---|
Sort.SortOrder |
FacetRequest.getPrimarySortOrder()
Gets the primary sort order for sorting buckets.
|
Sort.SortOrder |
FacetRequest.getSecondarySortOrder()
Gets the secondary sort order for sorting buckets.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetRequest.setPrimarySortOrder(Sort.SortOrder order)
Sets the primary sort order for sorting buckets.
|
void |
FacetRequest.setSecondarySortOrder(Sort.SortOrder order)
Sets the secondary sort order for sorting buckets.
|
void |
FacetRequest.setSortOrder(FacetRequest.SortBy sort,
Sort.SortOrder order)
Sets wether to sort by bucket count or bucket label.
|
void |
FacetRequest.setSortOrder(FacetRequest.SortBy sort,
Sort.SortOrder primary,
Sort.SortOrder secondary)
Sets the sort order and sort-by's.
|
Modifier and Type | Method and Description |
---|---|
Sort.SortOrder |
FacetRequestFactory.getSecondarySortOrder()
Secondary sort order for facet buckets.
|
Sort.SortOrder |
FacetRequestFactory.getSortOrder()
Primary sort order for facet buckets.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetRequestFactory.setSecondarySortOrder(Sort.SortOrder value) |
void |
FacetRequestFactory.setSortOrder(Sort.SortOrder value) |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.