SolrNet: SolrNet.Attributes.SolrFieldAttribute Class Reference

SolrNet

SolrNet.Attributes.SolrFieldAttribute Class Reference

Marks a property as present on Solr. By default the Solr field name is the property name. More...

Inheritance diagram for SolrNet.Attributes.SolrFieldAttribute:

List of all members.

Public Member Functions

 SolrFieldAttribute ()
 Marks a property as present on Solr. By default the Solr field name is the property name.
 SolrFieldAttribute (string fieldName)

Properties

string FieldName [get, set]
 Overrides Solr field name.
float Boost [get, set]
 Adds an index time boost to a field.

Detailed Description

Marks a property as present on Solr. By default the Solr field name is the property name.


Constructor & Destructor Documentation

SolrNet.Attributes.SolrFieldAttribute.SolrFieldAttribute (  )

Marks a property as present on Solr. By default the Solr field name is the property name.

SolrNet.Attributes.SolrFieldAttribute.SolrFieldAttribute ( string  fieldName )

Marks a property as present on Solr with the defined Solr field name

Parameters:
fieldName

Property Documentation

float SolrNet.Attributes.SolrFieldAttribute.Boost [get, set]

Adds an index time boost to a field.

string SolrNet.Attributes.SolrFieldAttribute.FieldName [get, set]

Overrides Solr field name.


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