SolrNet.Schema.SolrField Class Reference
Repesents a field in the Solr schema. More...
Public Member Functions | |
| SolrField (string name, SolrFieldType type) | |
| Repesents a field in the Solr schema. | |
Properties | |
| string | Name [get, set] |
| Field name. | |
| bool | IsRequired [get, set] |
| Gets or sets a value indicating whether this instance is required. | |
| bool | IsMultiValued [get, set] |
| Gets or sets a value indicating whether this instance is multi valued. | |
| SolrFieldType | Type [get, set] |
| Field type. | |
Detailed Description
Repesents a field in the Solr schema.
Constructor & Destructor Documentation
| SolrNet.Schema.SolrField.SolrField | ( | string | name, |
| SolrFieldType | type | ||
| ) |
Repesents a field in the Solr schema.
- Parameters:
-
name Field name type Field type
Property Documentation
bool SolrNet.Schema.SolrField.IsMultiValued [get, set] |
Gets or sets a value indicating whether this instance is multi valued.
true if this instance is multi valued; otherwise, false.
bool SolrNet.Schema.SolrField.IsRequired [get, set] |
Gets or sets a value indicating whether this instance is required.
true if this instance is required; otherwise, false.
string SolrNet.Schema.SolrField.Name [get, set] |
Field name.
The name.
SolrFieldType SolrNet.Schema.SolrField.Type [get, set] |
Field type.
The type.
The documentation for this class was generated from the following file:
- SolrNet/Schema/SolrField.cs
Generated on Sun May 3 2015 17:19:12 for SolrNet by
1.7.2