Uses of Class
org.apache.solr.util.TestHarness.LocalRequestFactory
- 
Packages that use TestHarness.LocalRequestFactory Package Description org.apache.solr Common base classes for implementing tests.org.apache.solr.util Misc utilities useful when implementing test cases.
- 
- 
Uses of TestHarness.LocalRequestFactory in org.apache.solrFields in org.apache.solr declared as TestHarness.LocalRequestFactory Modifier and Type Field Description protected static TestHarness.LocalRequestFactorySolrTestCaseJ4. lrfLocalRequestFactory initialized by create[Default]Core[Container] using sensible defaults.
- 
Uses of TestHarness.LocalRequestFactory in org.apache.solr.utilMethods in org.apache.solr.util that return TestHarness.LocalRequestFactory Modifier and Type Method Description TestHarness.LocalRequestFactoryTestHarness. getRequestFactory(String qtype, int start, int limit)TestHarness.LocalRequestFactoryTestHarness. getRequestFactory(String qtype, int start, int limit, String... args)0 and Even numbered args are keys, Odd numbered args are values.TestHarness.LocalRequestFactoryTestHarness. getRequestFactory(String qtype, int start, int limit, Map<String,String> args)
 
-