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 QueryProfilerBreakdownQueryProfilerWeight. profileFields in org.apache.lucene.sandbox.search with type parameters of type QueryProfilerBreakdown Modifier and Type Field Description private java.util.ArrayList<QueryProfilerBreakdown>QueryProfilerTree. breakdownsMethods in org.apache.lucene.sandbox.search that return QueryProfilerBreakdown Modifier and Type Method Description private QueryProfilerBreakdownQueryProfilerTree. addDependencyNode(Query query, int token)Helper method to add a new node to the dependency tree.private QueryProfilerBreakdownQueryProfilerTree. createProfileBreakdown()QueryProfilerBreakdownQueryProfilerTree. getProfileBreakdown(Query query)Returns aQueryProfilerBreakdownfor 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(Query query, Weight subQueryWeight, QueryProfilerBreakdown profile)
-