Uses of Class
org.apache.lucene.sandbox.search.QueryProfilerBreakdown
Packages that use QueryProfilerBreakdown
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of QueryProfilerBreakdown in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as QueryProfilerBreakdownModifier and TypeFieldDescriptionprivate final QueryProfilerBreakdownQueryProfilerWeight.profileFields in org.apache.lucene.sandbox.search with type parameters of type QueryProfilerBreakdownModifier and TypeFieldDescriptionprivate final ArrayList<QueryProfilerBreakdown> QueryProfilerTree.breakdownsMethods in org.apache.lucene.sandbox.search that return QueryProfilerBreakdownModifier and TypeMethodDescriptionprivate QueryProfilerBreakdownQueryProfilerTree.addDependencyNode(Query query, int token) Helper method to add a new node to the dependency tree.private QueryProfilerBreakdownQueryProfilerTree.createProfileBreakdown()QueryProfilerTree.getProfileBreakdown(Query query) Returns aQueryProfilerBreakdownfor a scoring query.Constructors in org.apache.lucene.sandbox.search with parameters of type QueryProfilerBreakdownModifierConstructorDescription(package private)QueryProfilerScorer(QueryProfilerWeight w, Scorer scorer, QueryProfilerBreakdown profile) QueryProfilerWeight(Weight subQueryWeight, QueryProfilerBreakdown profile)