public class LukeRequest extends SolrRequest<LukeResponse>
SolrRequest.METHODSUPPORTED_METHODS| Constructor and Description | 
|---|
| LukeRequest() | 
| LukeRequest(String path) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addField(String f) | 
| protected LukeResponse | createResponse(SolrClient client)Create a new SolrResponse to hold the response from the server | 
| Collection<ContentStream> | getContentStreams() | 
| int | getNumTerms() | 
| SolrParams | getParams() | 
| boolean | isShowSchema() | 
| void | setFields(List<String> f) | 
| void | setNumTerms(int count)the number of terms to return for a given field. | 
| void | setShowSchema(boolean showSchema) | 
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic LukeRequest()
public LukeRequest(String path)
public void addField(String f)
public boolean isShowSchema()
public void setShowSchema(boolean showSchema)
public int getNumTerms()
public void setNumTerms(int count)
public Collection<ContentStream> getContentStreams()
getContentStreams in class SolrRequest<LukeResponse>protected LukeResponse createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<LukeResponse>client - the SolrClient the request will be sent topublic SolrParams getParams()
getParams in class SolrRequest<LukeResponse>Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.