|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NamedList in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj that return NamedList | |
---|---|
abstract NamedList<Object> |
SolrResponse.getResponse()
|
abstract NamedList<Object> |
ResponseParser.processResponse(InputStream body,
String encoding)
|
abstract NamedList<Object> |
ResponseParser.processResponse(Reader reader)
|
abstract NamedList<Object> |
SolrServer.request(SolrRequest request)
SolrServer implementations need to implement a how a request is actually processed |
Methods in org.apache.solr.client.solrj with parameters of type NamedList | |
---|---|
abstract void |
SolrResponse.setResponse(NamedList<Object> rsp)
|
Uses of NamedList in org.apache.solr.client.solrj.embedded |
---|
Methods in org.apache.solr.client.solrj.embedded that return NamedList | |
---|---|
NamedList<Object> |
EmbeddedSolrServer.getParsedResponse(SolrQueryRequest req,
SolrQueryResponse rsp)
TODO -- in the future, this could perhaps transform the NamedList without serializing it then parsing it from the serialized form. |
NamedList<Object> |
EmbeddedSolrServer.request(SolrRequest request)
|
Uses of NamedList in org.apache.solr.client.solrj.impl |
---|
Methods in org.apache.solr.client.solrj.impl that return NamedList | |
---|---|
NamedList<Object> |
XMLResponseParser.processResponse(InputStream in,
String encoding)
|
NamedList<Object> |
BinaryResponseParser.processResponse(InputStream body,
String encoding)
|
NamedList<Object> |
XMLResponseParser.processResponse(Reader in)
|
NamedList<Object> |
BinaryResponseParser.processResponse(Reader reader)
|
protected NamedList<Object> |
XMLResponseParser.readNamedList(javax.xml.stream.XMLStreamReader parser)
|
NamedList<Object> |
CommonsHttpSolrServer.request(SolrRequest request)
Process the request. |
NamedList<Object> |
CommonsHttpSolrServer.request(SolrRequest request,
ResponseParser processor)
|
Uses of NamedList in org.apache.solr.client.solrj.response |
---|
Methods in org.apache.solr.client.solrj.response that return NamedList | |
---|---|
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus()
|
NamedList<Object> |
CoreAdminResponse.getCoreStatus(String core)
|
NamedList<Object> |
QueryResponse.getHeader()
|
NamedList<Object> |
LukeResponse.getIndexInfo()
|
NamedList<Object> |
SolrResponseBase.getResponse()
|
NamedList |
SolrResponseBase.getResponseHeader()
|
NamedList<ArrayList> |
QueryResponse.getSortValues()
|
NamedList<Integer> |
LukeResponse.FieldInfo.getTopTerms()
|
Methods in org.apache.solr.client.solrj.response that return types with arguments of type NamedList | |
---|---|
NamedList<NamedList<Object>> |
CoreAdminResponse.getCoreStatus()
|
Methods in org.apache.solr.client.solrj.response with parameters of type NamedList | |
---|---|
void |
LukeResponse.FieldTypeInfo.read(NamedList<Object> nl)
|
void |
LukeResponse.FieldInfo.read(NamedList<Object> nl)
|
void |
SolrResponseBase.setResponse(NamedList<Object> response)
|
void |
QueryResponse.setResponse(NamedList<Object> res)
|
void |
LukeResponse.setResponse(NamedList<Object> res)
|
Constructors in org.apache.solr.client.solrj.response with parameters of type NamedList | |
---|---|
QueryResponse(NamedList<Object> res,
SolrServer solrServer)
Utility constructor to set the solrServer and namedList |
|
SpellCheckResponse.Suggestion(String token,
NamedList<Object> suggestion)
|
|
SpellCheckResponse(NamedList<Object> spellInfo)
|
Uses of NamedList in org.apache.solr.common.params |
---|
Methods in org.apache.solr.common.params that return NamedList | |
---|---|
NamedList<Object> |
SolrParams.toNamedList()
Convert this to a NamedList |
Methods in org.apache.solr.common.params with parameters of type NamedList | |
---|---|
static Map<String,String> |
SolrParams.toMap(NamedList params)
Create a Map |
static Map<String,String[]> |
SolrParams.toMultiMap(NamedList params)
Create a Map |
static SolrParams |
SolrParams.toSolrParams(NamedList params)
Create SolrParams from NamedList. |
Uses of NamedList in org.apache.solr.common.util |
---|
Subclasses of NamedList in org.apache.solr.common.util | |
---|---|
class |
SimpleOrderedMap<T>
SimpleOrderedMap is a NamedList where access by key is more
important than maintaining order when it comes to representing the
held data in other forms, as ResponseWriters normally do. |
Methods in org.apache.solr.common.util that return NamedList | |
---|---|
NamedList |
RTimer.asNamedList()
|
static NamedList<Object> |
DOMUtil.childNodesToNamedList(Node nd)
|
NamedList<T> |
NamedList.clone()
Makes a shallow copy of the named list. |
static NamedList<Object> |
DOMUtil.nodesToNamedList(NodeList nlst)
|
NamedList |
NamedListCodec.readNamedList(FastInputStream dis)
|
NamedList |
NamedListCodec.unmarshal(InputStream is)
|
Methods in org.apache.solr.common.util with parameters of type NamedList | |
---|---|
boolean |
NamedList.addAll(NamedList<T> nl)
Appends the elements of the given NamedList to this one. |
static void |
DOMUtil.addToNamedList(Node nd,
NamedList nlst,
List arr)
|
void |
NamedListCodec.marshal(NamedList nl,
OutputStream os)
|
void |
NamedListCodec.writeNamedList(NamedList nl)
|
Uses of NamedList in org.apache.solr.core |
---|
Methods in org.apache.solr.core that return NamedList | |
---|---|
NamedList |
SolrInfoMBean.getStatistics()
Any statistics this instance would like to be publicly available via the Solr Administration interface. |
NamedList |
SolrCore.getStatistics()
|
Methods in org.apache.solr.core with parameters of type NamedList | |
---|---|
void |
SolrEventListener.init(NamedList args)
|
Uses of NamedList in org.apache.solr.handler |
---|
Fields in org.apache.solr.handler declared as NamedList | |
---|---|
protected NamedList |
RequestHandlerBase.initArgs
|
Methods in org.apache.solr.handler that return NamedList | |
---|---|
NamedList |
RequestHandlerBase.getInitArgs()
|
NamedList<DocList> |
MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThese(DocList docs,
int rows,
int flags)
|
NamedList |
RequestHandlerBase.getStatistics()
|
Methods in org.apache.solr.handler with parameters of type NamedList | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
void |
XmlUpdateRequestHandler.init(NamedList args)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
void |
SpellCheckerRequestHandler.init(NamedList args)
Deprecated. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
void |
RequestHandlerBase.init(NamedList args)
Initializes the SolrRequestHandler by creating three SolrParams named:
Copyright © 2008 Apache Software Foundation. All Rights Reserved. |