Package com.yahoo.vespa.model.content
Class DispatchTuning
java.lang.Object
com.yahoo.vespa.model.content.DispatchTuning
Tuning of dispatching to content nodes, see the
dispatch tuning documentation.
- Author:
- Simon Thoresen Hult, bratseth
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the policy used to select which group to dispatch a query toReturns the max number of hits to fetch from each partition, or null to fetch allReturns the percentage of documents which must be available in a group for that group to receive queriesReturns true if we should dispatch to groups within MinActiveDocsCoverage of the *median* document count of other groups (default), or false to only dispatch to those within MinActiveDocsCoverage of the *max* document count.
-
Field Details
-
empty
-
-
Method Details
-
getMaxHitsPerPartition
Returns the max number of hits to fetch from each partition, or null to fetch all -
getDispatchPolicy
Returns the policy used to select which group to dispatch a query to -
getPrioritizeAvailability
Returns true if we should dispatch to groups within MinActiveDocsCoverage of the *median* document count of other groups (default), or false to only dispatch to those within MinActiveDocsCoverage of the *max* document count. -
getMinActiveDocsCoverage
Returns the percentage of documents which must be available in a group for that group to receive queries -
getTopkProbability
-