Uses of Class
com.attivio.sdk.search.Sort
-
Packages that use Sort Package Description com.attivio.sdk.search com.attivio.sdk.search.query com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of Sort in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return Sort Modifier and Type Method Description Sort
Sort. clone()
static Sort
Sort. parseSort(StringParser reader)
Parse a Sort.static Sort
Sort. relevancySort()
Factory method for creating a sort according to score, descending.static Sort
Sort. valueOf(java.lang.String value)
Parse aSort
.Methods in com.attivio.sdk.search that return types with arguments of type Sort Modifier and Type Method Description java.util.List<Sort>
FieldCollapse. getSort()
Get the sort specification.java.util.List<Sort>
QueryFrame. getSort()
java.util.List<Sort>
QueryRequest. getSort()
Get the sorting specification for this QueryRequest.Methods in com.attivio.sdk.search with parameters of type Sort Modifier and Type Method Description void
QueryFrame. addSort(Sort value)
void
QueryRequest. addSort(Sort value)
Add aSort
specifier to this QueryRequest.void
FieldCollapse. setSort(Sort... value)
Set the sort.void
QueryFrame. setSort(Sort... value)
void
QueryRequest. setSort(Sort... value)
Method parameters in com.attivio.sdk.search with type arguments of type Sort Modifier and Type Method Description void
FieldCollapse. setSort(java.util.List<Sort> value)
Set the sort specification.void
QueryFrame. setSort(java.util.List<Sort> value)
void
QueryRequest. setSort(java.util.List<Sort> value)
Set the sorting specification for this QueryRequest. -
Uses of Sort in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return Sort Modifier and Type Method Description Sort
JoinClause. getOrder()
Get the order for child documents.Methods in com.attivio.sdk.search.query with parameters of type Sort Modifier and Type Method Description void
JoinClause. setOrder(Sort value)
Set the order for child documents. -
Uses of Sort in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return Sort Modifier and Type Method Description Sort
SortConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-