Interface EvidenceScorer

All Known Implementing Classes:
AuthorNamesScorer, DateScorer

public interface EvidenceScorer
Interface used in to construct filtering pipeline. For each EvidenceScorer, the service call computeEvidence method.
Author:
Andrea Bollini (andrea.bollini at 4science dot it), Pasquale Cavallo (pasquale.cavallo at 4science dot it)
  • Method Summary

    Modifier and Type
    Method
    Description
    computeEvidence(Item researcher, ExternalDataObject importRecord)
    Method to compute the suggestion evidence of an ImportRecord, a null evidence would lead the record to be discarded.
  • Method Details

    • computeEvidence

      SuggestionEvidence computeEvidence(Item researcher, ExternalDataObject importRecord)
      Method to compute the suggestion evidence of an ImportRecord, a null evidence would lead the record to be discarded.
      Parameters:
      researcher - DSpace item
      importRecord - the record to evaluate
      Returns:
      the generated suggestion evidence or null if the record should be discarded