Class SolrDictionaryDocumentResponseParser

Inheritance
System.Object
SolrDictionaryDocumentResponseParser
Implements
ISolrDocumentResponseParser<System.Collections.Generic.Dictionary<System.String, System.Object>>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Impl
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class SolrDictionaryDocumentResponseParser : ISolrDocumentResponseParser<Dictionary<string, object>>

Constructors

SolrDictionaryDocumentResponseParser(ISolrFieldParser)

Declaration
public SolrDictionaryDocumentResponseParser(ISolrFieldParser fieldParser)
Parameters
Type Name Description
ISolrFieldParser fieldParser

Methods

ParseDocument(XmlNode)

Declaration
public Dictionary<string, object> ParseDocument(XmlNode node)
Parameters
Type Name Description
System.Xml.XmlNode node
Returns
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

ParseResults(XmlNode)

Declaration
public IList<Dictionary<string, object>> ParseResults(XmlNode parentNode)
Parameters
Type Name Description
System.Xml.XmlNode parentNode
Returns
Type Description
System.Collections.Generic.IList<System.Collections.Generic.Dictionary<System.String, System.Object>>

Implements