Uses of Class
org.apache.lucene.sandbox.search.QueryProfilerTimer
-
Packages that use QueryProfilerTimer Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries. -
-
Uses of QueryProfilerTimer in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as QueryProfilerTimer Modifier and Type Field Description private QueryProfilerTimer
QueryProfilerScorer. advanceTimer
private QueryProfilerTimer
QueryProfilerScorer. computeMaxScoreTimer
private QueryProfilerTimer
QueryProfilerScorer. matchTimer
private QueryProfilerTimer
QueryProfilerScorer. nextDocTimer
private QueryProfilerTimer
QueryProfilerScorer. scoreTimer
private QueryProfilerTimer
QueryProfilerScorer. setMinCompetitiveScoreTimer
private QueryProfilerTimer
QueryProfilerScorer. shallowAdvanceTimer
private QueryProfilerTimer[]
QueryProfilerBreakdown. timers
The accumulated timings for this query nodeMethods in org.apache.lucene.sandbox.search that return QueryProfilerTimer Modifier and Type Method Description QueryProfilerTimer
QueryProfilerBreakdown. getTimer(QueryProfilerTimingType type)
-