Uses of Class
org.elasticsearch.search.sort.SortOrder

Packages that use SortOrder
org.elasticsearch.action.search Search action. 
org.elasticsearch.search.builder   
org.elasticsearch.search.sort   
 

Uses of SortOrder in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search with parameters of type SortOrder
 SearchRequestBuilder SearchRequestBuilder.addSort(String field, SortOrder order)
          Adds a sort against the given field name and the sort ordering.
 

Uses of SortOrder in org.elasticsearch.search.builder
 

Methods in org.elasticsearch.search.builder with parameters of type SortOrder
 SearchSourceBuilder SearchSourceBuilder.sort(String name, SortOrder order)
          Adds a sort against the given field name and the sort ordering.
 

Uses of SortOrder in org.elasticsearch.search.sort
 

Methods in org.elasticsearch.search.sort that return SortOrder
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.search.sort with parameters of type SortOrder
abstract  SortBuilder SortBuilder.order(SortOrder order)
          The order of sorting.
 FieldSortBuilder FieldSortBuilder.order(SortOrder order)
          The order of sorting.
 ScoreSortBuilder ScoreSortBuilder.order(SortOrder order)
          The order of sort scoring.
 GeoDistanceSortBuilder GeoDistanceSortBuilder.order(SortOrder order)
          The order of sorting.
 ScriptSortBuilder ScriptSortBuilder.order(SortOrder order)
          Sets the sort order.
 



Copyright © 2009-2012. All Rights Reserved.