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 QueryProfilerTimerQueryProfilerScorer. advanceTimerprivate QueryProfilerTimerQueryProfilerScorer. computeMaxScoreTimerprivate QueryProfilerTimerQueryProfilerScorer. matchTimerprivate QueryProfilerTimerQueryProfilerScorer. nextDocTimerprivate QueryProfilerTimerQueryProfilerScorer. scoreTimerprivate QueryProfilerTimerQueryProfilerScorer. setMinCompetitiveScoreTimerprivate QueryProfilerTimerQueryProfilerScorer. shallowAdvanceTimerprivate QueryProfilerTimer[]QueryProfilerBreakdown. timersThe accumulated timings for this query nodeMethods in org.apache.lucene.sandbox.search that return QueryProfilerTimer Modifier and Type Method Description QueryProfilerTimerQueryProfilerBreakdown. getTimer(QueryProfilerTimingType type)
-