Uses of Class
com.atlassian.confluence.search.v2.query.FunctionScoreQuery.BoostMode
-
Packages that use FunctionScoreQuery.BoostMode Package Description com.atlassian.confluence.impl.search.v2.lucene.score com.atlassian.confluence.search.v2.query -
-
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.BoostMode Constructor Description LuceneFunctionScoreQuery(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.BoostMode Modifier and Type Method Description FunctionScoreQuery.BoostModeFunctionScoreQuery. getBoostMode()static FunctionScoreQuery.BoostModeFunctionScoreQuery.BoostMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionScoreQuery.BoostMode[]FunctionScoreQuery.BoostMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.query with parameters of type FunctionScoreQuery.BoostMode Constructor Description FunctionScoreQuery(SearchQuery wrappedQuery, ScoreFunction function, FunctionScoreQuery.BoostMode boostMode)
-