org.apache.solr.util
Class TestHarness.LocalRequestFactory
java.lang.Object
org.apache.solr.util.TestHarness.LocalRequestFactory
- Enclosing class:
- TestHarness
public class TestHarness.LocalRequestFactory
- extends Object
A Factory that generates LocalSolrQueryRequest objects using a
specified set of default options.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qtype
public String qtype
start
public int start
limit
public int limit
args
public Map<String,String> args
TestHarness.LocalRequestFactory
public TestHarness.LocalRequestFactory()
makeRequest
public LocalSolrQueryRequest makeRequest(String... q)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.