Package | Description |
---|---|
com.atlassian.confluence.plugins.edgeindex |
Modifier and Type | Method and Description |
---|---|
ScoreConfig |
EdgeQueryParameter.getScoreConfig() |
Modifier and Type | Method and Description |
---|---|
List<ContentEntityObject> |
PopularContentQueries.getMostPopular(int maxResults,
int timePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated.
since 5.3 use the method
PopularContentQueries.getMostPopular(int, EdgeQueryParameter) instead |
List<ContentEntityObject> |
DefaultPopularContentQueries.getMostPopular(int maxResults,
int lastTimePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig) |
List<EdgeTargetInfo> |
EdgeQueries.getMostPopular(long number,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated.
since 5.3 use the method
EdgeQueries.getMostPopular(EdgeQueryParameter) instead |
List<EdgeTargetInfo> |
DefaultEdgeQueries.getMostPopular(long number,
TimeUnit timeUnit,
ScoreConfig scoreConfig) |
EdgeQueryParameter.Builder |
EdgeQueryParameter.Builder.withScoreConfig(ScoreConfig config) |
Constructor and Description |
---|
EdgeQueryParameter(long time,
TimeUnit timeUnit,
ScoreConfig scoreConfig,
List<String> edgeTypes) |
GroupByEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository,
ScoreConfig scoreConfig) |
GroupByEdgeTargetCollector(EdgeTypeRepository edgeTypeRepository,
ScoreConfig scoreConfig,
Date now) |
Copyright © 2003–2015 Atlassian. All rights reserved.