| Class | Description |
|---|---|
| ProfilerCollector |
This class wraps a Collector and times the execution of: - setScorer() - collect() -
doSetNextReader() - needsScores()
|
| ProfilerCollectorResult |
Public class for profiled timings of the Collectors used in the search.
|
| QueryProfilerIndexSearcher |
An extension of
IndexSearcher that records profile information for all queries it
executes. |
| QueryProfilerResult |
This class is the internal representation of a profiled Query, corresponding to a single node in
the query tree.
|
| Enum | Description |
|---|---|
| QueryProfilerTimingType |
This enum breaks down the query into different sections to describe what was timed.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.