SolrNet: SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor Class Reference

SolrNet

SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor Class Reference

Document visitor that handles generic dictionary properties. More...

Inheritance diagram for SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor:

List of all members.

Public Member Functions

 GenericDictionaryDocumentVisitor (IReadOnlyMappingManager mapper, ISolrFieldParser parser)
 Document visitor that handles generic dictionary properties.
bool CanHandleType (Type t)
 True if this visitor can handle this Type.
SolrFieldModel GetThisField (Type t, string fieldName)
void Visit (object doc, string fieldName, XElement field)
 Visits a document with a raw xml Solr response field.

Detailed Description

Document visitor that handles generic dictionary properties.


Constructor & Destructor Documentation

SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor.GenericDictionaryDocumentVisitor ( IReadOnlyMappingManager  mapper,
ISolrFieldParser  parser 
)

Document visitor that handles generic dictionary properties.

Parameters:
mapper
parser

Member Function Documentation

bool SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor.CanHandleType ( Type  t )

True if this visitor can handle this Type.

Parameters:
t
Returns:
void SolrNet.Impl.DocumentPropertyVisitors.GenericDictionaryDocumentVisitor.Visit ( object  doc,
string  fieldName,
XElement  field 
)

Visits a document with a raw xml Solr response field.

Parameters:
docDocument object
fieldNameSolr field name
fieldRaw XML Solr field

Implements SolrNet.Impl.ISolrDocumentPropertyVisitor.


The documentation for this class was generated from the following file:
  • SolrNet/Impl/DocumentPropertyVisitors/GenericDictionaryDocumentVisitor.cs
Generated on Sun May 3 2015 17:19:09 for SolrNet by  doxygen 1.7.2