ISolrFieldValues

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrFieldValues interface contains properties and methods to work with collection of custom fields values.

Inheritance Hierarchy

ISolrFieldValues

Comments

Collection of custom fields values is used in the ISolrImportCustomValues.FillValues method. The list of field corresponds to the list of custom fields which was created on executing the ISolrSearchEngineSchema.FillSchemaOptions method or methods of the ISolrFields interface.

Properties

  Property name Brief description
Count The Count property returns number of custom fields in collection for which it is possible to set value.
Item The Item property returns the specified element used to set field value.

Methods

  Method name Brief description
FindByField The FindByField method searches by the Solr instance field.
FindById The FindById method searches by field identifier.

See also:

BISearch Assembly Interfaces | System and Custom Fields