Class DispatchTuning

java.lang.Object
com.yahoo.vespa.model.content.DispatchTuning

public class DispatchTuning extends Object
Tuning of dispatching to content nodes, see the dispatch tuning documentation.
Author:
Simon Thoresen Hult
  • Field Details

  • Method Details

    • getTopkProbability

      public Double getTopkProbability()
    • getMaxHitsPerPartition

      public Integer getMaxHitsPerPartition()
      Returns the max number of hits to fetch from each partition, or null to fetch all
    • getDispatchPolicy

      public DispatchTuning.DispatchPolicy getDispatchPolicy()
      Returns the policy used to select which group to dispatch a query to
    • getMinActiveDocsCoverage

      public Double getMinActiveDocsCoverage()
      Returns the percentage of documents which must be available in a group for that group to receive queries