public class LocalSolrQueryRequest extends SolrQueryRequestBase
Modifier and Type | Field and Description |
---|---|
static Map |
emptyArgs |
context, core, json, origParams, params, schema, searcherHolder, startTime, streams
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
protected static SolrParams |
makeParams(String query,
String qtype,
int start,
int limit,
Map args) |
close, getCommands, getContentStreams, getContext, getCore, getJSON, getOriginalParams, getParams, getParamString, getRequestTimer, getSchema, getSearcher, getSpec, getStartTime, getUserPrincipal, getValidators, setContentStreams, setJSON, setParams, toString, updateSchemaToLatest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHttpMethod, getHttpSolrCall, getPath, getPathTemplateValues
public static final Map emptyArgs
public LocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map args)
public LocalSolrQueryRequest(SolrCore core, SolrParams args)
protected static SolrParams makeParams(String query, String qtype, int start, int limit, Map args)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.