Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchField interface contains properties to set up parameters of the field which can be used for search.
ISolrSearchField
Search can be carried out by fields with the SolrFieldType.Search or SolrFieldType.SystemSearch type. To determine parameters of the fields, lead it to the ISolrSearchField interface.
| Property name | Brief description | |
| BoostFactor | The BoostFactor property determines field significance coefficient. |
| 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: