ISolrFieldValues

Assembly: BISearch;

Description

The ISolrFieldValues interface contains properties and methods that are used to work with the custom fields values collection.

Inheritance Hierarchy

ISolrFieldValues

Comments

The custom fields values collection is used in the ISolrImportCustomValues.FillValues method. The fields list 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 the number of custom fields in the collection, for which it is possible to set value.
Item The Item property returns the specified element that is 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