org.apache.solr.request
Class LocalSolrQueryRequest

java.lang.Object
  extended by org.apache.solr.request.SolrQueryRequestBase
      extended by org.apache.solr.request.LocalSolrQueryRequest
All Implemented Interfaces:
SolrQueryRequest

public class LocalSolrQueryRequest
extends SolrQueryRequestBase


Field Summary
static Map emptyArgs
           
 
Fields inherited from class org.apache.solr.request.SolrQueryRequestBase
context, core, origParams, params, schema, searcherHolder, startTime, streams
 
Constructor Summary
LocalSolrQueryRequest(SolrCore core, Map<String,String[]> args)
           
LocalSolrQueryRequest(SolrCore core, NamedList args)
           
LocalSolrQueryRequest(SolrCore core, SolrParams args)
           
LocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map args)
           
 
Method Summary
protected static SolrParams makeParams(String query, String qtype, int start, int limit, Map args)
           
 
Methods inherited from class org.apache.solr.request.SolrQueryRequestBase
close, getContentStreams, getContext, getCore, getOriginalParams, getParams, getParamString, getSchema, getSearcher, getStartTime, setContentStreams, setParams, toString, updateSchemaToLatest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

emptyArgs

public static final Map emptyArgs
Constructor Detail

LocalSolrQueryRequest

public LocalSolrQueryRequest(SolrCore core,
                             String query,
                             String qtype,
                             int start,
                             int limit,
                             Map args)

LocalSolrQueryRequest

public LocalSolrQueryRequest(SolrCore core,
                             NamedList args)

LocalSolrQueryRequest

public LocalSolrQueryRequest(SolrCore core,
                             Map<String,String[]> args)

LocalSolrQueryRequest

public LocalSolrQueryRequest(SolrCore core,
                             SolrParams args)
Method Detail

makeParams

protected static SolrParams makeParams(String query,
                                       String qtype,
                                       int start,
                                       int limit,
                                       Map args)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.