SolrNet: SolrNet.Mapping.IMappingManager Interface Reference

SolrNet

SolrNet.Mapping.IMappingManager Interface Reference

Mapping manager abstraction. More...

Inheritance diagram for SolrNet.Mapping.IMappingManager:

List of all members.

Public Member Functions

void Add (PropertyInfo property)
 Maps a property with the property name as Solr field name.
void Add (PropertyInfo property, string fieldName)
 Maps a property.
void Add (PropertyInfo property, string fieldName, float?boost)
 Maps a property.
void SetUniqueKey (PropertyInfo property)
 Sets unique key for a document type.

Detailed Description

Mapping manager abstraction.


Member Function Documentation

void SolrNet.Mapping.IMappingManager.Add ( PropertyInfo  property )

Maps a property with the property name as Solr field name.

Parameters:
propertyDocument type property

Implemented in SolrNet.Mapping.MappingManager.

void SolrNet.Mapping.IMappingManager.Add ( PropertyInfo  property,
string  fieldName 
)

Maps a property.

Parameters:
propertyDocument type property
fieldNameSolr field name

Implemented in SolrNet.Mapping.MappingManager.

void SolrNet.Mapping.IMappingManager.Add ( PropertyInfo  property,
string  fieldName,
float?  boost 
)

Maps a property.

Parameters:
propertyDocument type property
fieldNameSolr field name
boostIndex-time boosting

Implemented in SolrNet.Mapping.MappingManager.

void SolrNet.Mapping.IMappingManager.SetUniqueKey ( PropertyInfo  property )

Sets unique key for a document type.

Parameters:
propertyDocument type property

Implemented in SolrNet.Mapping.MappingManager.


The documentation for this interface was generated from the following file:
  • SolrNet/Mapping/IMappingManager.cs
Generated on Sun May 3 2015 17:19:11 for SolrNet by  doxygen 1.7.2