Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.facet.request.TermFacetOrder

Packages that use TermFacetOrder
org.springframework.data.elasticsearch.core.facet.request   
 

Uses of TermFacetOrder in org.springframework.data.elasticsearch.core.facet.request
 

Methods in org.springframework.data.elasticsearch.core.facet.request that return TermFacetOrder
static TermFacetOrder TermFacetOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TermFacetOrder[] TermFacetOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.elasticsearch.core.facet.request with parameters of type TermFacetOrder
 void TermFacetRequest.setOrder(TermFacetOrder order)
           
 


Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.