Uses of Class
com.attivio.sdk.search.JoinFacetMode
-
Packages that use JoinFacetMode Package Description com.attivio.sdk.search -
-
Uses of JoinFacetMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as JoinFacetMode Modifier and Type Field Description static JoinFacetMode
QueryRequest. DEFAULT_JOIN_FACET_MODE
Default value forQueryRequest.getJoinFacetMode()
.Methods in com.attivio.sdk.search that return JoinFacetMode Modifier and Type Method Description static JoinFacetMode
JoinFacetMode. fromExternal(java.lang.String value)
Converts an external value to a type value.JoinFacetMode
QueryRequest. getJoinFacetMode()
Gets the facet mode for joined documents.static JoinFacetMode
JoinFacetMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JoinFacetMode[]
JoinFacetMode. 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 JoinFacetMode Modifier and Type Method Description void
QueryRequest. setJoinFacetMode(JoinFacetMode value)
Sets the facet mode for joined documents.
-