Uses of Class
org.apache.lucene.util.Counter
-
Packages that use Counter Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of Counter in org.apache.lucene.search
Methods in org.apache.lucene.search that return Counter Modifier and Type Method Description static CounterTimeLimitingCollector. getGlobalCounter()Returns the global TimerThreadsCounterConstructors in org.apache.lucene.search with parameters of type Counter Constructor Description TimeLimitingCollector(Collector collector, Counter clock, long ticksAllowed)Create a TimeLimitedCollector wrapper over anotherCollectorwith a specified timeout.TimerThread(long resolution, Counter counter)TimerThread(Counter counter) -
Uses of Counter in org.apache.lucene.util
Methods in org.apache.lucene.util that return Counter Modifier and Type Method Description static CounterCounter. newCounter()Returns a new counter.static CounterCounter. newCounter(boolean threadSafe)Returns a new counter.
-