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

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

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

Fields in org.apache.lucene.facet.search declared as FacetRequest.ResultMode
static FacetRequest.ResultMode FacetRequest.DEFAULT_RESULT_MODE
          Default result mode
 

Methods in org.apache.lucene.facet.search that return FacetRequest.ResultMode
 FacetRequest.ResultMode FacetRequest.getResultMode()
          Return the requested result mode.
static FacetRequest.ResultMode FacetRequest.ResultMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacetRequest.ResultMode[] FacetRequest.ResultMode.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.ResultMode
 void FacetRequest.setResultMode(FacetRequest.ResultMode resultMode)
           
 



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