Class QueryProfileBreakdown
java.lang.Object
org.elasticsearch.search.profile.AbstractProfileBreakdown<QueryTimingType>
org.elasticsearch.search.profile.query.QueryProfileBreakdown
A record of timings for the various operations that may happen during query execution.
A node's time may be composed of several internal attributes (rewriting, weighting,
scoring, etc).
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.search.profile.AbstractProfileBreakdown
getTimer, setTimer, toBreakdownMap, toDebugMap, toNodeTime
-
Constructor Details
-
QueryProfileBreakdown
public QueryProfileBreakdown()Sole constructor.
-