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 QueryProfilerBreakdown
QueryProfilerWeight.profile
Fields in org.apache.lucene.sandbox.search with type parameters of type QueryProfilerBreakdownModifier and TypeFieldDescriptionprivate final ArrayList<QueryProfilerBreakdown>
QueryProfilerTree.breakdowns
Methods in org.apache.lucene.sandbox.search that return QueryProfilerBreakdownModifier and TypeMethodDescriptionprivate QueryProfilerBreakdown
QueryProfilerTree.addDependencyNode
(Query query, int token) Helper method to add a new node to the dependency tree.private QueryProfilerBreakdown
QueryProfilerTree.createProfileBreakdown()
QueryProfilerTree.getProfileBreakdown
(Query query) Returns aQueryProfilerBreakdown
for 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
(Query query, Weight subQueryWeight, QueryProfilerBreakdown profile)