Uses of Class
org.apache.solr.common.util.NamedList

Packages that use NamedList
org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client. 
org.apache.solr.client.solrj.impl Concrete implementations of client API classes. 
org.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses. 
org.apache.solr.common.params Parameter constants and enumerations. 
org.apache.solr.common.util Common utility classes reused on both clients & server. 
 

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 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.impl
 

Fields in org.apache.solr.client.solrj.impl declared as NamedList
protected  NamedList<Object> LBHttpSolrServer.Rsp.rsp
           
 

Methods in org.apache.solr.client.solrj.impl that return NamedList
 NamedList<Object> LBHttpSolrServer.Rsp.getResponse()
          The response from the server
 NamedList<Object> StreamingBinaryResponseParser.processResponse(InputStream body, String encoding)
           
 NamedList<Object> BinaryResponseParser.processResponse(InputStream body, String encoding)
           
 NamedList<Object> XMLResponseParser.processResponse(InputStream in, String encoding)
           
 NamedList<Object> BinaryResponseParser.processResponse(Reader reader)
           
 NamedList<Object> XMLResponseParser.processResponse(Reader in)
           
protected  NamedList<Object> XMLResponseParser.readNamedList(XMLStreamReader parser)
           
 NamedList<Object> HttpSolrServer.request(SolrRequest request)
          Process the request.
 NamedList<Object> ConcurrentUpdateSolrServer.request(SolrRequest request)
           
 NamedList<Object> CloudSolrServer.request(SolrRequest request)
           
 NamedList<Object> LBHttpSolrServer.request(SolrRequest request)
          Tries to query a live server.
 NamedList<Object> HttpSolrServer.request(SolrRequest request, ResponseParser processor)
           
 

Methods in org.apache.solr.client.solrj.impl with parameters of type NamedList
 org.apache.solr.client.solrj.impl.CloudSolrServer.RouteResponse CloudSolrServer.condenseResponse(NamedList response, long timeMillis)
           
 

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<List<PivotField>> QueryResponse.getFacetPivot()
           
 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
protected  List<AnalysisResponseBase.AnalysisPhase> AnalysisResponseBase.buildPhases(NamedList<List<NamedList<Object>>> phaseNL)
          Parses the given named list and builds a list of analysis phases form it.
protected  AnalysisResponseBase.TokenInfo AnalysisResponseBase.buildTokenInfo(NamedList<Object> tokenNL)
          Parses the given named list and builds a token infoform it.
 void LukeResponse.FieldTypeInfo.read(NamedList<Object> nl)
           
 void LukeResponse.FieldInfo.read(NamedList<Object> nl)
           
 void DocumentAnalysisResponse.setResponse(NamedList<Object> response)
          
 void QueryResponse.setResponse(NamedList<Object> res)
           
 void SolrResponseBase.setResponse(NamedList<Object> response)
           
 void LukeResponse.setResponse(NamedList<Object> res)
           
 void FieldAnalysisResponse.setResponse(NamedList<Object> response)
          
 

Method parameters in org.apache.solr.client.solrj.response with type arguments of type NamedList
protected  List<AnalysisResponseBase.AnalysisPhase> AnalysisResponseBase.buildPhases(NamedList<List<NamedList<Object>>> phaseNL)
          Parses the given named list and builds a list of analysis phases form it.
protected  List<PivotField> QueryResponse.readPivots(List<NamedList> list)
           
 

Constructors in org.apache.solr.client.solrj.response with parameters of type NamedList
FieldStatsInfo(NamedList<Object> nl, String fname)
           
QueryResponse(NamedList<Object> res, SolrServer solrServer)
          Utility constructor to set the solrServer and namedList
SpellCheckResponse.Suggestion(String token, NamedList<Object> suggestion)
           
SpellCheckResponse(NamedList<NamedList<Object>> spellInfo)
           
TermsResponse(NamedList<NamedList<Number>> termsInfo)
           
 

Constructor parameters in org.apache.solr.client.solrj.response with type arguments of type NamedList
SpellCheckResponse(NamedList<NamedList<Object>> spellInfo)
           
TermsResponse(NamedList<NamedList<Number>> termsInfo)
           
 

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<String,String> from a NamedList given no keys are repeated
static Map<String,String[]> SolrParams.toMultiMap(NamedList params)
          Create a Map<String,String[]> from a NamedList
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<T> NamedList.clone()
          Makes a shallow copy of the named list.
 NamedList<Object> JavaBinCodec.readNamedList(DataInputInputStream dis)
           
 

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.
 void JavaBinCodec.writeNamedList(NamedList<?> nl)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.