public class SolrRealtimeGetRequest
extends org.apache.solr.client.solrj.SolrRequest
| Constructor and Description |
|---|
SolrRealtimeGetRequest(Collection<? extends Serializable> ids) |
SolrRealtimeGetRequest(Serializable... ids) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.solr.common.util.ContentStream> |
getContentStreams() |
org.apache.solr.common.params.SolrParams |
getParams() |
org.apache.solr.client.solrj.response.QueryResponse |
process(org.apache.solr.client.solrj.SolrServer server) |
public SolrRealtimeGetRequest(Serializable... ids)
public SolrRealtimeGetRequest(Collection<? extends Serializable> ids)
public org.apache.solr.common.params.SolrParams getParams()
getParams in class org.apache.solr.client.solrj.SolrRequestpublic Collection<org.apache.solr.common.util.ContentStream> getContentStreams() throws IOException
getContentStreams in class org.apache.solr.client.solrj.SolrRequestIOExceptionpublic org.apache.solr.client.solrj.response.QueryResponse process(org.apache.solr.client.solrj.SolrServer server)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
process in class org.apache.solr.client.solrj.SolrRequestorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionCopyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.