Class QueryProfileBreakdown

java.lang.Object
org.elasticsearch.search.profile.AbstractProfileBreakdown<QueryTimingType>
org.elasticsearch.search.profile.query.QueryProfileBreakdown

public final class QueryProfileBreakdown
extends AbstractProfileBreakdown<QueryTimingType>
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 Details

    • QueryProfileBreakdown

      public QueryProfileBreakdown()
      Sole constructor.