Interface IDfResultRater


public interface IDfResultRater
Rates results depending on their relevancy to a query definition.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    rate(IDfResultEntry resultEntry)
    Rates a result.
  • Method Details

    • rate

      float rate(IDfResultEntry resultEntry)
      Rates a result. The result is rated according to its relevancy to the query definition associated with this IDfResultRater.
      Parameters:
      resultEntry - The result to rate.
      Returns:
      The result rate (a real number within the range 0 to 1).