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, setStreamingResponseCallback
public 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
public SolrParams getParams()
getParams
in class SolrRequest
public LukeResponse process(SolrServer server) throws SolrServerException, IOException
process
in class SolrRequest
SolrServerException
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.