Assembly: BISearch;
The ISolrField interface contains base properties that are used to set up parameters of the Solr instance field.
ISolrField
The interface is the base one for the ISolrSearchField interface.
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: