Class ProfilerCollectorResult


  • public class ProfilerCollectorResult
    extends Object
    Public class for profiled timings of the Collectors used in the search. Children CollectorResult's may be embedded inside of a parent CollectorResult
    • Method Detail

      • getTime

        public long getTime()
        Returns:
        the profiled time for this collector (inclusive of children)
      • getReason

        public String getReason()
        Returns:
        a human readable "hint" about what this collector was used for
      • getName

        public String getName()
        Returns:
        the lucene class name of the collector