Uses of Class
com.atlassian.confluence.plugins.edgeindex.ScoreConfig
-
Packages that use ScoreConfig Package Description com.atlassian.confluence.plugins.edgeindex -
-
Uses of ScoreConfig in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return ScoreConfig Modifier and Type Method Description ScoreConfig
EdgeQueryParameter. getScoreConfig()
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig Modifier and Type Method Description EdgeQueryParameter.Builder
EdgeQueryParameter.Builder. withScoreConfig(ScoreConfig config)
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig Constructor Description EdgeQueryParameter(long time, TimeUnit timeUnit, ScoreConfig scoreConfig, List<String> edgeTypes)
Deprecated.since 7.16 useEdgeQueryParameter.Builder.build()
instead.TopEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository, Set<com.atlassian.sal.api.user.UserKey> followeeKeys, ScoreConfig scoreConfig, Predicate<EdgeTargetInfo> acceptFilter, int maxTarget, Date now)
-