Package org.elasticsearch.search.dfs
Class DfsPhase
java.lang.Object
org.elasticsearch.search.dfs.DfsPhase
Dfs phase of a search request, used to make scoring 100% accurate by collecting additional info from each shard before the query phase.
The additional information is used to better compare the scores coming from all the shards, which depend on local factors (e.g. idf)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DfsPhase
public DfsPhase()
-
-
Method Details
-
execute
-