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

Packages that use NamedList
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.embedded   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.response   
org.apache.solr.common.params   
org.apache.solr.common.util   
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.component   
org.apache.solr.handler.dataimport   
org.apache.solr.highlight   
org.apache.solr.request   
org.apache.solr.search   
org.apache.solr.spelling   
org.apache.solr.tst   
org.apache.solr.update   
org.apache.solr.update.processor   
org.apache.solr.util   
org.apache.solr.util.plugin   
 

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 from a NamedList given no keys are repeated
static Map<String,String[]> SolrParams.toMultiMap(NamedList params)
          Create a Map 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 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: NameDescription defaultsContains all of the named arguments contained within the list element named "defaults". appendsContains all of the named arguments contained within the list element named "appends". invariantsContains all of the named arguments contained within the list element named "invariants". Example:
 void MoreLikeThisHandler.init(NamedList args)
           
 void DisMaxRequestHandler.init(NamedList args)
          Deprecated.  
 void AnalysisRequestHandler.init(NamedList args)
           
 

Uses of NamedList in org.apache.solr.handler.admin
 

Methods in org.apache.solr.handler.admin that return NamedList
 NamedList AdminHandlers.getStatistics()
           
 

Methods in org.apache.solr.handler.admin with parameters of type NamedList
 void ShowFileRequestHandler.init(NamedList args)
           
 void CoreAdminHandler.init(NamedList args)
           
 void AdminHandlers.init(NamedList args)
          Save the args and pass them to each standard handler
 

Uses of NamedList in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component declared as NamedList
protected  NamedList SpellCheckComponent.initParams
           
 

Methods in org.apache.solr.handler.component that return NamedList
 NamedList<Object> ResponseBuilder.getDebugInfo()
           
 NamedList SearchComponent.getStatistics()
           
protected  NamedList SpellCheckComponent.toNamedList(SpellingResult spellingResult, String origQuery, boolean extendedResults, boolean collate)
           
 

Methods in org.apache.solr.handler.component with parameters of type NamedList
 void SpellCheckComponent.init(NamedList args)
           
 void SearchComponent.init(NamedList args)
           
 void QueryElevationComponent.init(NamedList args)
           
 void ResponseBuilder.setDebugInfo(NamedList<Object> debugInfo)
           
 

Uses of NamedList in org.apache.solr.handler.dataimport
 

Methods in org.apache.solr.handler.dataimport that return NamedList
 NamedList DataImportHandler.getStatistics()
           
 

Methods in org.apache.solr.handler.dataimport with parameters of type NamedList
 void DataImportHandler.init(NamedList args)
           
 

Uses of NamedList in org.apache.solr.highlight
 

Methods in org.apache.solr.highlight that return NamedList
abstract  NamedList<Object> SolrHighlighter.doHighlighting(DocList docs, Query query, SolrQueryRequest req, String[] defaultFields)
          Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
 NamedList<Object> DefaultSolrHighlighter.doHighlighting(DocList docs, Query query, SolrQueryRequest req, String[] defaultFields)
          Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
 NamedList HighlightingPluginBase.getStatistics()
           
 

Methods in org.apache.solr.highlight with parameters of type NamedList
 void SolrFragmenter.init(NamedList args)
          init will be called just once, immediately after creation.
 void SolrFormatter.init(NamedList args)
          init will be called just once, immediately after creation.
 void RegexFragmenter.init(NamedList args)
           
 void HighlightingPluginBase.init(NamedList args)
           
 

Uses of NamedList in org.apache.solr.request
 

Fields in org.apache.solr.request declared as NamedList
protected  NamedList SolrQueryResponse.toLog
          Container for storing information that should be logged by Solr before returning.
protected  NamedList SolrQueryResponse.values
          Container for user defined values
 

Methods in org.apache.solr.request that return NamedList
 NamedList SimpleFacets.getFacetCounts()
          Looks at various Params to determing if any simple Facet Constraint count computations are desired.
 NamedList SimpleFacets.getFacetDateCounts()
          Returns a list of value constraints and the associated facet counts for each facet date field, range, and interval specified in the SolrParams
 NamedList SimpleFacets.getFacetFieldCounts()
          Returns a list of value constraints and the associated facet counts for each facet field specified in the params.
 NamedList SimpleFacets.getFacetQueryCounts()
          Returns a list of facet counts for each of the facet queries specified in the params
 NamedList SimpleFacets.getFacetTermEnumCounts(SolrIndexSearcher searcher, DocSet docs, String field, int offset, int limit, int mincount, boolean missing, boolean sort, String prefix)
          Returns a list of terms in the specified field along with the corresponding count of documents in the set that match that constraint.
static NamedList SimpleFacets.getFieldCacheCounts(SolrIndexSearcher searcher, DocSet docs, String fieldName, int offset, int limit, int mincount, boolean missing, boolean sort, String prefix)
          Use the Lucene FieldCache to get counts for each unique field value in docs.
 NamedList SolrQueryResponse.getResponseHeader()
          Repsonse header to be logged
 NamedList SimpleFacets.getTermCounts(String field)
           
 NamedList SolrQueryResponse.getToLog()
          Get loggable items.
 NamedList SolrQueryResponse.getValues()
          Gets data to be returned in this response
 

Methods in org.apache.solr.request with parameters of type NamedList
 void XSLTResponseWriter.init(NamedList n)
           
 void XMLResponseWriter.init(NamedList n)
           
 void SolrRequestHandler.init(NamedList args)
          init will be called just once, immediately after creation.
 void RubyResponseWriter.init(NamedList n)
           
 void RawResponseWriter.init(NamedList n)
           
 void QueryResponseWriter.init(NamedList args)
          init will be called just once, immediately after creation.
 void PythonResponseWriter.init(NamedList n)
           
 void PHPSerializedResponseWriter.init(NamedList n)
           
 void PHPResponseWriter.init(NamedList n)
           
 void JSONResponseWriter.init(NamedList n)
           
 void BinaryResponseWriter.init(NamedList args)
           
 void SolrQueryResponse.setAllValues(NamedList nameValuePairs)
          Sets data to be returned in this response
 void XMLWriter.writeNamedList(String name, NamedList val)
           
abstract  void TextResponseWriter.writeNamedList(String name, NamedList val)
           
 

Constructors in org.apache.solr.request with parameters of type NamedList
LocalSolrQueryRequest(SolrCore core, NamedList args)
           
 

Uses of NamedList in org.apache.solr.search
 

Methods in org.apache.solr.search that return NamedList
 NamedList SolrIndexSearcher.getStatistics()
           
 NamedList LRUCache.getStatistics()
           
 

Methods in org.apache.solr.search with parameters of type NamedList
 void QParser.addDebugInfo(NamedList<Object> debugInfo)
           
abstract  void ValueSourceParser.init(NamedList args)
          Initialize the plugin.
 void RawQParserPlugin.init(NamedList args)
           
 void PrefixQParserPlugin.init(NamedList args)
           
 void OldLuceneQParserPlugin.init(NamedList args)
           
 void NestedQParserPlugin.init(NamedList args)
           
 void LuceneQParserPlugin.init(NamedList args)
           
 void FunctionQParserPlugin.init(NamedList args)
           
 void FieldQParserPlugin.init(NamedList args)
           
 void DisMaxQParserPlugin.init(NamedList args)
           
 void BoostQParserPlugin.init(NamedList args)
           
 

Uses of NamedList in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling with parameters of type NamedList
 void QueryConverter.init(NamedList args)
           
 String SolrSpellChecker.init(NamedList config, SolrCore core)
           
 String IndexBasedSpellChecker.init(NamedList config, SolrCore core)
           
 String FileBasedSpellChecker.init(NamedList config, SolrCore core)
           
 String AbstractLuceneSpellChecker.init(NamedList config, SolrCore core)
           
 

Uses of NamedList in org.apache.solr.tst
 

Methods in org.apache.solr.tst that return NamedList
 NamedList TestRequestHandler.getStatistics()
          Deprecated.  
 NamedList OldRequestHandler.getStatistics()
          Deprecated.  
 

Methods in org.apache.solr.tst with parameters of type NamedList
 void TestRequestHandler.init(NamedList args)
          Deprecated.  
 void OldRequestHandler.init(NamedList args)
          Deprecated.  
 

Uses of NamedList in org.apache.solr.update
 

Methods in org.apache.solr.update that return NamedList
 NamedList DirectUpdateHandler2.getStatistics()
           
 NamedList DirectUpdateHandler.getStatistics()
          Deprecated.  
 

Uses of NamedList in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor with parameters of type NamedList
 void UpdateRequestProcessorFactory.init(NamedList args)
           
 void LogUpdateProcessorFactory.init(NamedList args)
           
 

Uses of NamedList in org.apache.solr.util
 

Subclasses of NamedList in org.apache.solr.util
 class NamedList<T>
          Deprecated. Use org.apache.solr.common.util.NamedList.
 

Methods in org.apache.solr.util that return NamedList
static NamedList HighlightingUtils.doHighlighting(DocList docs, Query query, SolrQueryRequest req, String[] defaultFields)
          Deprecated. Generates a list of Highlighted query fragments for each item in a list of documents, or returns null if highlighting is disabled.
static NamedList SolrPluginUtils.doStandardDebug(SolrQueryRequest req, String userQuery, Query query, DocList results)
           Returns a NamedList containing many "standard" pieces of debugging information.
static NamedList SolrPluginUtils.doStandardDebug(SolrQueryRequest req, String userQuery, Query query, DocList results, CommonParams params)
          Deprecated. Use doStandardDebug(SolrQueryRequest,String,Query,DocList) with setDefaults
static NamedList SolrPluginUtils.getExplainList(Query query, DocList docs, SolrIndexSearcher searcher, IndexSchema schema)
          Generates an list of Explanations for each item in a list of docs.
 

Methods in org.apache.solr.util with parameters of type NamedList
 void DisMaxParams.setValues(NamedList args)
          Deprecated. use SolrParams.toSolrParams
 void CommonParams.setValues(NamedList args)
          Deprecated. Sets the params using values from a NamedList, usefull in the init method for your handler.
 

Constructors in org.apache.solr.util with parameters of type NamedList
CommonParams(NamedList args)
          Deprecated.  
 

Uses of NamedList in org.apache.solr.util.plugin
 

Methods in org.apache.solr.util.plugin with parameters of type NamedList
 void NamedListInitializedPlugin.init(NamedList args)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.