Uses of Class
org.apache.lucene.sandbox.search.ProfilerCollector
Packages that use ProfilerCollector
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of ProfilerCollector in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search with type parameters of type ProfilerCollectorModifier and TypeFieldDescriptionprivate final List
<ProfilerCollector> ProfilerCollector.children
A list of "embedded" children collectorsMethods in org.apache.lucene.sandbox.search that return ProfilerCollectorModifier and TypeMethodDescriptionfinal ProfilerCollector
ProfilerCollectorManager.newCollector()
Methods in org.apache.lucene.sandbox.search with parameters of type ProfilerCollectorModifier and TypeMethodDescriptionprivate static ProfilerCollectorResult
ProfilerCollector.doGetCollectorTree
(ProfilerCollector collector) Method parameters in org.apache.lucene.sandbox.search with type arguments of type ProfilerCollectorModifier and TypeMethodDescriptionProfilerCollectorManager.reduce
(Collection<ProfilerCollector> collectors) Constructor parameters in org.apache.lucene.sandbox.search with type arguments of type ProfilerCollectorModifierConstructorDescriptionProfilerCollector
(Collector collector, String reason, List<ProfilerCollector> children)