Package org.imemex.queryprocessor.scoring

Interface Summary
Scoring<E extends IdentifiableResourceView>  
ScoringRule<E extends IdentifiableResourceView> Interface for scoring rules Each rule has a weight, default is 1, which indicates how many scoring point a rule can generate if the rule does perfectly match the RV.
 

Class Summary
AbstractScoring<E extends IdentifiableResourceView> Provides an abstract implementation of a scoring scheme.
DefaultScoring<E extends IdentifiableResourceView>  
MemoryLessScoring<E extends IdentifiableResourceView> This scoring scheme only considers the last rule registered to score resource views.
 

Exception Summary
RuleNotRegisteredException