org.apache.solr.client.solrj.request
Class LukeRequest
java.lang.Object
org.apache.solr.client.solrj.SolrRequest
org.apache.solr.client.solrj.request.LukeRequest
- All Implemented Interfaces:
- Serializable
public class LukeRequest
- extends SolrRequest
- Since:
- solr 1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LukeRequest
public LukeRequest()
LukeRequest
public LukeRequest(String path)
addField
public void addField(String f)
setFields
public void setFields(List<String> f)
isShowSchema
public boolean isShowSchema()
setShowSchema
public void setShowSchema(boolean showSchema)
getNumTerms
public int getNumTerms()
setNumTerms
public void setNumTerms(int count)
- the number of terms to return for a given field. If the number is 0, it will not traverse the terms.
getContentStreams
public Collection<ContentStream> getContentStreams()
- Specified by:
getContentStreams
in class SolrRequest
getParams
public SolrParams getParams()
- Specified by:
getParams
in class SolrRequest
process
public LukeResponse process(SolrServer server)
throws SolrServerException,
IOException
- Specified by:
process
in class SolrRequest
- Throws:
SolrServerException
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.