public class AlfrescoQueryRequest
extends org.apache.solr.client.solrj.SolrRequest
| Constructor and Description |
|---|
AlfrescoQueryRequest() |
AlfrescoQueryRequest(org.apache.solr.common.params.SolrParams q) |
AlfrescoQueryRequest(org.apache.solr.common.params.SolrParams q,
org.apache.solr.client.solrj.SolrRequest.METHOD method) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.solr.common.util.ContentStream> |
getContentStreams() |
org.apache.solr.common.params.SolrParams |
getParams() |
String |
getPath()
Use the params 'QT' parameter if it exists
|
org.apache.solr.client.solrj.response.QueryResponse |
process(org.apache.solr.client.solrj.SolrServer server) |
void |
setContentStream(org.apache.solr.common.util.ContentStream contentStream) |
public AlfrescoQueryRequest()
public AlfrescoQueryRequest(org.apache.solr.common.params.SolrParams q)
public AlfrescoQueryRequest(org.apache.solr.common.params.SolrParams q,
org.apache.solr.client.solrj.SolrRequest.METHOD method)
public String getPath()
getPath in class org.apache.solr.client.solrj.SolrRequestpublic Collection<org.apache.solr.common.util.ContentStream> getContentStreams()
getContentStreams in class org.apache.solr.client.solrj.SolrRequestpublic void setContentStream(org.apache.solr.common.util.ContentStream contentStream)
contentStream - the contentStream to setpublic org.apache.solr.common.params.SolrParams getParams()
getParams in class org.apache.solr.client.solrj.SolrRequestpublic org.apache.solr.client.solrj.response.QueryResponse process(org.apache.solr.client.solrj.SolrServer server)
throws org.apache.solr.client.solrj.SolrServerException
process in class org.apache.solr.client.solrj.SolrRequestorg.apache.solr.client.solrj.SolrServerExceptionCopyright © 2005–2017 Alfresco Software. All rights reserved.