ISolrField

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrField interface contains basic properties to set up parameters of the Solr instance field.

Inheritance Hierarchy

ISolrField

Comments

The interface is the basic for the ISolrSearchField interface.

Properties

  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:

BISearch Assembly Interfaces