Class ScoreUpdater

java.lang.Object
org.codelibs.fess.score.ScoreUpdater

public class ScoreUpdater extends Object
This class updates scores of documents.
  • Constructor Details

    • ScoreUpdater

      public ScoreUpdater()
      Constructor.
  • Method Details

    • execute

      public String execute()
      Executes all score boosters.
      Returns:
      The result of the execution.
    • addScoreBooster

      protected void addScoreBooster(ScoreBooster scoreBooster)
      Adds a score booster.
      Parameters:
      scoreBooster - The score booster.