|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoreConfig | |
---|---|
com.atlassian.confluence.plugins.edgeindex |
Uses of ScoreConfig in com.atlassian.confluence.plugins.edgeindex |
---|
Methods in com.atlassian.confluence.plugins.edgeindex that return ScoreConfig | |
---|---|
ScoreConfig |
EdgeQueryParameter.getScoreConfig()
|
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig | |
---|---|
java.util.List<ContentEntityObject> |
PopularContentQueries.getMostPopular(int maxResults,
int timePeriod,
java.util.concurrent.TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated. since 5.3 use the method PopularContentQueries.getMostPopular(int, EdgeQueryParameter) instead |
java.util.List<ContentEntityObject> |
DefaultPopularContentQueries.getMostPopular(int maxResults,
int lastTimePeriod,
java.util.concurrent.TimeUnit timeUnit,
ScoreConfig scoreConfig)
|
java.util.List<EdgeTargetInfo> |
EdgeQueries.getMostPopular(long number,
java.util.concurrent.TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated. since 5.3 use the method EdgeQueries.getMostPopular(EdgeQueryParameter) instead |
java.util.List<EdgeTargetInfo> |
DefaultEdgeQueries.getMostPopular(long number,
java.util.concurrent.TimeUnit timeUnit,
ScoreConfig scoreConfig)
|
EdgeQueryParameter.Builder |
EdgeQueryParameter.Builder.withScoreConfig(ScoreConfig config)
|
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig | |
---|---|
EdgeQueryParameter(long time,
java.util.concurrent.TimeUnit timeUnit,
ScoreConfig scoreConfig,
java.util.List<java.lang.String> edgeTypes)
|
|
GroupByEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository,
ScoreConfig scoreConfig)
|
|
GroupByEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository,
ScoreConfig scoreConfig,
java.util.Date now)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |