Uses of Class
com.attivio.sdk.search.QueryRequest.FacetFinderMode
-
Packages that use QueryRequest.FacetFinderMode Package Description com.attivio.sdk.search -
-
Uses of QueryRequest.FacetFinderMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as QueryRequest.FacetFinderMode Modifier and Type Field Description static QueryRequest.FacetFinderMode
QueryRequest. DEFAULT_FACET_FINDER_MODE
Default value forQueryRequest.getFacetFinderMode()
.Methods in com.attivio.sdk.search that return QueryRequest.FacetFinderMode Modifier and Type Method Description static QueryRequest.FacetFinderMode
QueryRequest.FacetFinderMode. fromExternal(java.lang.String value)
Converts an external value to a type valueQueryRequest.FacetFinderMode
QueryRequest. getFacetFinderMode()
Get the mode for FacetFinder.static QueryRequest.FacetFinderMode
QueryRequest.FacetFinderMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryRequest.FacetFinderMode[]
QueryRequest.FacetFinderMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type QueryRequest.FacetFinderMode Modifier and Type Method Description void
QueryRequest. setFacetFinderMode(QueryRequest.FacetFinderMode facetFinderMode)
Set the mode for FacetFinder.
-