Uses of Class
org.apache.lucene.facet.search.params.FacetRequest.ResultMode
-
Packages that use FacetRequest.ResultMode Package Description org.apache.lucene.facet.search.params Parameters for Faceted Search -
-
Uses of FacetRequest.ResultMode in org.apache.lucene.facet.search.params
Fields in org.apache.lucene.facet.search.params declared as FacetRequest.ResultMode Modifier and Type Field Description static FacetRequest.ResultMode
FacetRequest. DEFAULT_RESULT_MODE
Default result modeMethods in org.apache.lucene.facet.search.params that return FacetRequest.ResultMode Modifier and Type Method Description 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.params with parameters of type FacetRequest.ResultMode Modifier and Type Method Description void
FacetRequest. setResultMode(FacetRequest.ResultMode resultMode)
-