Uses of Class
org.apache.lucene.sandbox.search.QueryProfilerBreakdown
-
Packages that use QueryProfilerBreakdown Package Description org.apache.lucene.sandbox.search 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 QueryProfilerBreakdown Modifier and Type Field Description private QueryProfilerBreakdown
QueryProfilerWeight. profile
Fields in org.apache.lucene.sandbox.search with type parameters of type QueryProfilerBreakdown Modifier and Type Field Description private java.util.ArrayList<QueryProfilerBreakdown>
QueryProfilerTree. breakdowns
Methods in org.apache.lucene.sandbox.search that return QueryProfilerBreakdown Modifier and Type Method Description private QueryProfilerBreakdown
QueryProfilerTree. addDependencyNode(Query query, int token)
Helper method to add a new node to the dependency tree.private QueryProfilerBreakdown
QueryProfilerTree. createProfileBreakdown()
QueryProfilerBreakdown
QueryProfilerTree. getProfileBreakdown(Query query)
Returns aQueryProfilerBreakdown
for a scoring query.Constructors in org.apache.lucene.sandbox.search with parameters of type QueryProfilerBreakdown Constructor Description QueryProfilerScorer(QueryProfilerWeight w, Scorer scorer, QueryProfilerBreakdown profile)
QueryProfilerWeight(Weight subQueryWeight, QueryProfilerBreakdown profile)
-