Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchField interface contains properties that are used to set up parameters of the field, which can be used for search.
ISolrSearchField
Search can be executed by fields with the SolrFieldType.Search or SolrFieldType.SystemSearch type. To determine parameters of the fields, cast them 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 a data type of values that can be stored for this field. | |
Fields | The Fields property returns the parent collection, to which the field belongs. | |
Id | The Id property determines a field name. | |
IncludeInSearchResult | The IncludeInSearchResult property determines whether field indexed values are included into the search result. | |
MultiValue | The MultiValue property determines whether it is possible to save multiple values for the field. | |
Type | The Type property determines a field type. |
See also: