| Package | Description |
|---|---|
| org.apache.lucene.sandbox.search |
Additional tools related to search
|
| Class and 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.
|
| QueryProfilerResult
This class is the internal representation of a profiled Query, corresponding to a single node in
the query tree.
|
| QueryProfilerTimingType
This enum breaks down the query into different sections to describe what was timed.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.