Uses of Class
org.apache.lucene.sandbox.search.ProfilerCollectorResult
-
Packages that use ProfilerCollectorResult Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries. -
-
Uses of ProfilerCollectorResult in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search with type parameters of type ProfilerCollectorResult Modifier and Type Field Description private java.util.List<ProfilerCollectorResult>ProfilerCollectorResult. childrenA list of children collectors "embedded" inside this collectorMethods in org.apache.lucene.sandbox.search that return ProfilerCollectorResult Modifier and Type Method Description private static ProfilerCollectorResultProfilerCollector. doGetCollectorTree(ProfilerCollector collector)ProfilerCollectorResultProfilerCollector. getProfileResult()Methods in org.apache.lucene.sandbox.search that return types with arguments of type ProfilerCollectorResult Modifier and Type Method Description java.util.List<ProfilerCollectorResult>ProfilerCollectorResult. getProfiledChildren()Constructor parameters in org.apache.lucene.sandbox.search with type arguments of type ProfilerCollectorResult Constructor Description ProfilerCollectorResult(java.lang.String collectorName, java.lang.String reason, java.lang.Long time, java.util.List<ProfilerCollectorResult> children)
-