Interface QueryRescorer

All Known Implementing Classes:
LtrQueryRescorer

public interface QueryRescorer
Interface for query rescoring implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensearch.search.rescore.RescorerBuilder<?>
    Evaluates the rescorer with the given parameters.
  • Method Details

    • evaluate

      org.opensearch.search.rescore.RescorerBuilder<?> evaluate(Map<String,Object> params)
      Evaluates the rescorer with the given parameters.
      Parameters:
      params - the parameters for rescoring
      Returns:
      the rescorer builder