Uses of Package
org.elasticsearch.search.profile.query
-
Packages that use org.elasticsearch.search.profile.query Package Description org.elasticsearch.search.internal org.elasticsearch.search.profile org.elasticsearch.search.profile.query -
Classes in org.elasticsearch.search.profile.query used by org.elasticsearch.search.internal Class Description QueryProfiler This class acts as a thread-local storage for profiling a query. -
Classes in org.elasticsearch.search.profile.query used by org.elasticsearch.search.profile Class Description QueryProfiler This class acts as a thread-local storage for profiling a query.QueryProfileShardResult A container class to hold the profile results for a single shard in the request. -
Classes in org.elasticsearch.search.profile.query used by org.elasticsearch.search.profile.query Class Description CollectorResult Public interface and serialization container for profiled timings of the Collectors used in the search.InternalProfileCollector This class wraps a Lucene Collector and times the execution of: - setScorer() - collect() - doSetNextReader() - needsScores() InternalProfiler facilitates the linking of the Collector graphQueryProfileBreakdown A record of timings for the various operations that may happen during query execution.QueryProfileShardResult A container class to hold the profile results for a single shard in the request.QueryTimingType