Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrField interface contains basic properties to set up parameters of the Solr instance field.
ISolrField
The interface is the basic for the ISolrSearchField interface.
| Property name | Brief description | |
| DataType | The DataType property determines data type of values that could be stored for this field. | |
| Fields | The Fields property returns parent collection to which field belongs. | |
| Id | The Id property determines field name. | |
| IncludeInSearchResult | The IncludeInSearchResult property determines whether field indexed values are included in the search result. | |
| MultiValue | The MultiValue property determines whether it is possible to save multiple values for the field. | |
| Type | The Type property determines field type. |
See also: