Uses of Class
org.apache.lucene.sandbox.search.ProfilerCollector
-
Packages that use ProfilerCollector Package Description org.apache.lucene.sandbox.search 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 ProfilerCollector Modifier and Type Field Description private java.util.List<ProfilerCollector>
ProfilerCollector. children
A list of "embedded" children collectorsMethods in org.apache.lucene.sandbox.search with parameters of type ProfilerCollector Modifier and Type Method Description private static ProfilerCollectorResult
ProfilerCollector. doGetCollectorTree(ProfilerCollector collector)
Constructor parameters in org.apache.lucene.sandbox.search with type arguments of type ProfilerCollector Constructor Description ProfilerCollector(Collector collector, java.lang.String reason, java.util.List<ProfilerCollector> children)
-