public class SolrRealtimeGetRequest
extends org.apache.solr.client.solrj.SolrRequest<org.apache.solr.client.solrj.response.QueryResponse>
Constructor and Description |
---|
SolrRealtimeGetRequest(Collection<? extends Serializable> ids) |
SolrRealtimeGetRequest(Serializable... ids) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.solr.client.solrj.response.QueryResponse |
createResponse(org.apache.solr.client.solrj.SolrClient client) |
Collection<org.apache.solr.common.util.ContentStream> |
getContentStreams() |
org.apache.solr.common.params.SolrParams |
getParams() |
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback
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.SolrRequest<org.apache.solr.client.solrj.response.QueryResponse>
public Collection<org.apache.solr.common.util.ContentStream> getContentStreams() throws IOException
getContentStreams
in class org.apache.solr.client.solrj.SolrRequest<org.apache.solr.client.solrj.response.QueryResponse>
IOException
protected org.apache.solr.client.solrj.response.QueryResponse createResponse(org.apache.solr.client.solrj.SolrClient client)
createResponse
in class org.apache.solr.client.solrj.SolrRequest<org.apache.solr.client.solrj.response.QueryResponse>
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.