SolrNet.Mapping.IMappingManager Interface Reference
Mapping manager abstraction. More...
Inheritance diagram for SolrNet.Mapping.IMappingManager:
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:
-
property Document type property
Implemented in SolrNet.Mapping.MappingManager.
void SolrNet.Mapping.IMappingManager.Add | ( | PropertyInfo | property, |
string | fieldName | ||
) |
Maps a property.
- Parameters:
-
property Document type property fieldName Solr field name
Implemented in SolrNet.Mapping.MappingManager.
void SolrNet.Mapping.IMappingManager.Add | ( | PropertyInfo | property, |
string | fieldName, | ||
float? | boost | ||
) |
Maps a property.
- Parameters:
-
property Document type property fieldName Solr field name boost Index-time boosting
Implemented in SolrNet.Mapping.MappingManager.
void SolrNet.Mapping.IMappingManager.SetUniqueKey | ( | PropertyInfo | property ) |
Sets unique key for a document type.
- Parameters:
-
property Document 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 1.7.2