Class QueryProfilerBreakdown

java.lang.Object
org.apache.lucene.sandbox.search.QueryProfilerBreakdown

class QueryProfilerBreakdown extends Object
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).
  • Field Details

    • timers

      private final QueryProfilerTimer[] timers
      The accumulated timings for this query node
  • Constructor Details

    • QueryProfilerBreakdown

      public QueryProfilerBreakdown()
      Sole constructor.
  • Method Details