Uses of Class
org.apache.lucene.sandbox.search.AggregatedQueryLeafProfilerResult
Packages that use AggregatedQueryLeafProfilerResult
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of AggregatedQueryLeafProfilerResult in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return AggregatedQueryLeafProfilerResultModifier and TypeMethodDescriptionQueryLeafProfilerBreakdown.getLeafProfilerResult(Thread thread) Methods in org.apache.lucene.sandbox.search that return types with arguments of type AggregatedQueryLeafProfilerResultConstructor parameters in org.apache.lucene.sandbox.search with type arguments of type AggregatedQueryLeafProfilerResultModifierConstructorDescriptionQueryProfilerResult(String type, String description, Map<String, Long> queryBreakdowns, List<AggregatedQueryLeafProfilerResult> aggregatedQueryLeafBreakdowns, List<QueryProfilerResult> childrenProfileResults, long startTime, long totalTime)