Uses of Class
com.attivio.sdk.search.facet.FacetRequest.SortBy
-
Packages that use FacetRequest.SortBy Package Description com.attivio.sdk.search.facet Models facet requests and responses.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.SortBy
FacetRequest. DEFAULT_SORT_BY
Default sort byMethods in com.attivio.sdk.search.facet that return FacetRequest.SortBy Modifier and Type Method Description static FacetRequest.SortBy
FacetRequest.SortBy. fromExternal(java.lang.String value)
Parse a string value into a SortBy.FacetRequest.SortBy
FacetRequest. getSortBy()
Get the field to sort buckets bystatic FacetRequest.SortBy
FacetRequest.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 void
FacetRequest. setSortOrder(FacetRequest.SortBy sort)
Sets wether to sort by bucket count or bucket label.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. -
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.SortBy
FacetRequestFactory. getSortBy()
Sort specification for facet buckets.Methods in com.attivio.util.parser with parameters of type FacetRequest.SortBy Modifier and Type Method Description void
FacetRequestFactory. setSortBy(FacetRequest.SortBy value)
-