Uses of Class
com.attivio.sdk.search.facet.ShallowMode
-
Packages that use ShallowMode Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.util.parser -
-
Uses of ShallowMode in com.attivio.sdk.search.facet
Fields in com.attivio.sdk.search.facet declared as ShallowMode Modifier and Type Field Description static ShallowMode
FacetRequest. DEFAULT_SAMPLE_MODE
Default sample mode for date facets (POPULATION)Methods in com.attivio.sdk.search.facet that return ShallowMode Modifier and Type Method Description ShallowMode
FacetRequest. getShallowMode()
Get the sample mode for facet computation.static ShallowMode
ShallowMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShallowMode[]
ShallowMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.facet with parameters of type ShallowMode Modifier and Type Method Description void
FacetRequest. setShallowMode(ShallowMode value)
Set the sample mode for facet computation. -
Uses of ShallowMode in com.attivio.util.parser
Methods in com.attivio.util.parser that return ShallowMode Modifier and Type Method Description ShallowMode
FacetRequestFactory. getSampleMode()
Mode for computing shallow facets.Methods in com.attivio.util.parser with parameters of type ShallowMode Modifier and Type Method Description void
FacetRequestFactory. setSampleMode(ShallowMode value)
-