Package org.opensearch.search.query
Class QueryCollectorContext
java.lang.Object
org.opensearch.search.query.QueryCollectorContext
- Direct Known Subclasses:
TopDocsCollectorContext
The context used during query collection
- Opensearch.api:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InternalProfileCollector
Wraps this collector with a profilerprotected InternalProfileCollectorManager
Wraps this collector manager with a profiler
-
Field Details
-
EMPTY_CONTEXT
-
-
Method Details
-
createWithProfiler
protected InternalProfileCollector createWithProfiler(InternalProfileCollector in) throws IOException Wraps this collector with a profiler- Throws:
IOException
-
createWithProfiler
protected InternalProfileCollectorManager createWithProfiler(InternalProfileCollectorManager in) throws IOException Wraps this collector manager with a profiler- Throws:
IOException
-