| Package | Description |
|---|---|
| org.apache.lucene.sandbox.search |
Additional tools related to search
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryProfilerResult> |
QueryProfilerResult.getProfiledChildren()
Returns a list of all profiled children queries
|
List<QueryProfilerResult> |
QueryProfilerIndexSearcher.getProfileResult() |
| Constructor and Description |
|---|
QueryProfilerResult(String type,
String description,
Map<String,Long> breakdown,
long totalTime,
List<QueryProfilerResult> children) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.