Uses of Enum Class
com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
Packages that use FunctionScoreQuery.BoostMode
Package
Description
-
Uses of FunctionScoreQuery.BoostMode in com.atlassian.confluence.impl.search.v2.lucene.score
Constructors in com.atlassian.confluence.impl.search.v2.lucene.score with parameters of type FunctionScoreQuery.BoostModeModifierConstructorDescriptionLuceneFunctionScoreQuery
(org.apache.lucene.search.Query wrappedQuery, FunctionScoreQuery.BoostMode boostMode, LuceneScoreFunctionFactory scoreFunctionFactory) -
Uses of FunctionScoreQuery.BoostMode in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return FunctionScoreQuery.BoostModeModifier and TypeMethodDescriptionFunctionScoreQuery.getBoostMode()
static FunctionScoreQuery.BoostMode
Returns the enum constant of this class with the specified name.static FunctionScoreQuery.BoostMode[]
FunctionScoreQuery.BoostMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.query with parameters of type FunctionScoreQuery.BoostModeModifierConstructorDescriptionFunctionScoreQuery
(SearchQuery wrappedQuery, ScoreFunction function, FunctionScoreQuery.BoostMode boostMode)