Uses of Class
com.attivio.sdk.search.facet.FacetRequest.SortBy
-
Packages that use FacetRequest.SortBy Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.util.parser -
-
Uses of FacetRequest.SortBy in com.attivio.sdk.search.facet
Fields in com.attivio.sdk.search.facet declared as FacetRequest.SortBy Modifier and Type Field Description static FacetRequest.SortByFacetRequest. DEFAULT_SORT_BYDefault sort byMethods in com.attivio.sdk.search.facet that return FacetRequest.SortBy Modifier and Type Method Description static FacetRequest.SortByFacetRequest.SortBy. fromExternal(java.lang.String value)Parse a string value into a SortBy.FacetRequest.SortByFacetRequest. getSortBy()Get the field to sort buckets bystatic FacetRequest.SortByFacetRequest.SortBy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FacetRequest.SortBy[]FacetRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.facet with parameters of type FacetRequest.SortBy Modifier and Type Method Description voidFacetRequest. setSortOrder(FacetRequest.SortBy sort)Sets wether to sort by bucket count or bucket label.voidFacetRequest. setSortOrder(FacetRequest.SortBy sort, Sort.SortOrder order)Sets wether to sort by bucket count or bucket label.voidFacetRequest. setSortOrder(FacetRequest.SortBy sort, Sort.SortOrder primary, Sort.SortOrder secondary)Sets the sort order and sort-by's. -
Uses of FacetRequest.SortBy in com.attivio.util.parser
Methods in com.attivio.util.parser that return FacetRequest.SortBy Modifier and Type Method Description FacetRequest.SortByFacetRequestFactory. getSortBy()Sort specification for facet buckets.Methods in com.attivio.util.parser with parameters of type FacetRequest.SortBy Modifier and Type Method Description voidFacetRequestFactory. setSortBy(FacetRequest.SortBy value)
-