Uses of Class
org.apache.lucene.facet.search.FacetRequest.SortOrder

Packages that use FacetRequest.SortOrder
org.apache.lucene.facet.search Facets search code. 
 

Uses of FacetRequest.SortOrder in org.apache.lucene.facet.search
 

Methods in org.apache.lucene.facet.search that return FacetRequest.SortOrder
 FacetRequest.SortOrder FacetRequest.getSortOrder()
          Return the requested order of results.
static FacetRequest.SortOrder FacetRequest.SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacetRequest.SortOrder[] FacetRequest.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.facet.search with parameters of type FacetRequest.SortOrder
 void FacetRequest.setSortOrder(FacetRequest.SortOrder sortOrder)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.