Package org.gcube.dir.master.selection.criteria

Interface Summary
SelectionCriterion Defines the behaviour common to all selection criteria.
 

Class Summary
BestScoresAdapter A ServiceInputAdapter for BestScoresCriterion.
BestScoresCriterion A criterion to select all collections with a score above a given threshold.
ResultDistributionAdapter A ServiceInputAdapter for ResultDistributionCriterion.
ResultDistributionCriterion A criterion to select collections based on the number of results which should be retrieved from each collection with respect to an upper bound on the number of results required for a qiven query.
TopNAdapter A ServiceInputAdapter for TopNCriterion.
TopNCriterion A criterion to select all collections below a given rank cutoff.