Uses of Class
org.apache.lucene.sandbox.search.QueryProfilerResult
Packages that use QueryProfilerResult
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of QueryProfilerResult in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return types with arguments of type QueryProfilerResultModifier and TypeMethodDescriptionQueryProfilerResult.getProfiledChildren()
Returns a list of all profiled children queriesQueryProfilerIndexSearcher.getProfileResult()
Constructor parameters in org.apache.lucene.sandbox.search with type arguments of type QueryProfilerResultModifierConstructorDescriptionQueryProfilerResult
(String type, String description, Map<String, Long> breakdown, long totalTime, List<QueryProfilerResult> children)