public class LukeRequest extends SolrRequest
SolrRequest.METHOD| Constructor and Description |
|---|
LukeRequest() |
LukeRequest(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(String f) |
Collection<ContentStream> |
getContentStreams() |
int |
getNumTerms() |
SolrParams |
getParams() |
boolean |
isShowSchema() |
LukeResponse |
process(SolrServer server) |
void |
setFields(List<String> f) |
void |
setNumTerms(int count)
the number of terms to return for a given field.
|
void |
setShowSchema(boolean showSchema) |
getMethod, getPath, getResponseParser, getStreamingResponseCallback, setMethod, setPath, 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 SolrRequestpublic SolrParams getParams()
getParams in class SolrRequestpublic LukeResponse process(SolrServer server) throws SolrServerException, IOException
process in class SolrRequestSolrServerExceptionIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.