| Package | Description |
|---|---|
| org.elasticsearch.search.profile |
| Modifier and Type | Method and Description |
|---|---|
ProfileBreakdown |
Profiler.getQueryBreakdown(org.apache.lucene.search.Query query)
Get the
ProfileBreakdown for the given query, potentially creating it if it did not exist. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileBreakdown.merge(ProfileBreakdown other)
Add
other's timings into this breakdown |
| Constructor and Description |
|---|
ProfileWeight(org.apache.lucene.search.Query query,
org.apache.lucene.search.Weight subQueryWeight,
ProfileBreakdown profile) |
Copyright © 2009–2017. All rights reserved.