Uses of Class
com.atlassian.confluence.search.SearchPlatform
-
Packages that use SearchPlatform Package Description com.atlassian.confluence.internal.index.config com.atlassian.confluence.search -
-
Uses of SearchPlatform in com.atlassian.confluence.internal.index.config
Methods in com.atlassian.confluence.internal.index.config that return SearchPlatform Modifier and Type Method Description SearchPlatform
value()
The search platform that should be checked. -
Uses of SearchPlatform in com.atlassian.confluence.search
Fields in com.atlassian.confluence.search declared as SearchPlatform Modifier and Type Field Description static SearchPlatform
SearchPlatform. DEFAULT
Methods in com.atlassian.confluence.search that return SearchPlatform Modifier and Type Method Description static SearchPlatform
SearchPlatform. getSearchPlatform(com.atlassian.config.ApplicationConfiguration applicationConfig)
Get the search platform configured on this node.static SearchPlatform
SearchPlatform. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchPlatform[]
SearchPlatform. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-