org.apache.solr.util
Class TestHarness.LocalRequestFactory

java.lang.Object
  extended by 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.


Field Summary
 Map<String,String> args
           
 int limit
           
 String qtype
           
 int start
           
 
Constructor Summary
TestHarness.LocalRequestFactory()
           
 
Method Summary
 LocalSolrQueryRequest makeRequest(String... q)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qtype

public String qtype

start

public int start

limit

public int limit

args

public Map<String,String> args
Constructor Detail

TestHarness.LocalRequestFactory

public TestHarness.LocalRequestFactory()
Method Detail

makeRequest

public LocalSolrQueryRequest makeRequest(String... q)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.