Class QueryLeafProfilerBreakdown

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

public class QueryLeafProfilerBreakdown 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).
  • Constructor Details

    • QueryLeafProfilerBreakdown

      public QueryLeafProfilerBreakdown()
      Sole constructor.
  • Method Details