Uses of Interface
org.apache.solr.search.QueryLimit
-
Packages that use QueryLimit Package Description org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.util Common utility classes used throughout Solr -
-
Uses of QueryLimit in org.apache.solr.search
Classes in org.apache.solr.search that implement QueryLimit Modifier and Type Class Description class
CpuAllowedLimit
Enforces a CPU-time based timeout on a given SolrQueryRequest, as specified by thecpuAllowed
query parameter.class
TimeAllowedLimit
Enforces a wall clock based timeout on a given SolrQueryRequest.Method parameters in org.apache.solr.search with type arguments of type QueryLimit Modifier and Type Method Description Optional<Object>
QueryLimits. currentLimitValueFor(Class<? extends QueryLimit> limitClass)
-
Uses of QueryLimit in org.apache.solr.util
Fields in org.apache.solr.util declared as QueryLimit Modifier and Type Field Description static QueryLimit
TestInjection. queryTimeout
-