Uses of Class
org.apache.lucene.sandbox.search.QueryProfilerResult
Packages that use QueryProfilerResult
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of QueryProfilerResult in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search with type parameters of type QueryProfilerResultModifier and TypeFieldDescriptionprivate final List<QueryProfilerResult> QueryProfilerResult.childrenMethods in org.apache.lucene.sandbox.search that return QueryProfilerResultModifier and TypeMethodDescriptionprivate QueryProfilerResultQueryProfilerTree.doGetTree(int token) Recursive helper to finalize a node in the dependency treeMethods in org.apache.lucene.sandbox.search that return types with arguments of type QueryProfilerResultModifier and TypeMethodDescriptionQueryProfilerResult.getProfiledChildren()Returns a list of all profiled children queriesQueryProfilerIndexSearcher.getProfileResult()QueryProfilerTree.getTree()After the query has been run and profiled, we need to merge the flat timing map with the dependency graph to build a data structure that mirrors the original query treeConstructor parameters in org.apache.lucene.sandbox.search with type arguments of type QueryProfilerResultModifierConstructorDescriptionQueryProfilerResult(String type, String description, Map<String, Long> breakdown, long totalTime, List<QueryProfilerResult> children)