public class RequestInfo extends Object
Constructor and Description |
---|
RequestInfo(SolrQueryRequest request,
Map<String,Object> requestParams,
ContentStream stream) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
String |
getConfigFile() |
ContentStream |
getContentStream() |
String |
getDataConfig() |
DebugInfo |
getDebugInfo() |
List<String> |
getEntitiesToRun()
Returns null if we are to run all entities, otherwise just run the entities named in the list.
|
Map<String,Object> |
getRawParams() |
SolrQueryRequest |
getRequest() |
long |
getRows() |
int |
getStart() |
boolean |
isClean() |
boolean |
isCommit() |
boolean |
isDebug() |
boolean |
isOptimize() |
boolean |
isSyncMode() |
public RequestInfo(SolrQueryRequest request, Map<String,Object> requestParams, ContentStream stream)
public String getCommand()
public boolean isDebug()
public boolean isSyncMode()
public boolean isCommit()
public boolean isOptimize()
public int getStart()
public long getRows()
public boolean isClean()
public List<String> getEntitiesToRun()
public String getDataConfig()
public ContentStream getContentStream()
public DebugInfo getDebugInfo()
public String getConfigFile()
public SolrQueryRequest getRequest()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.