ISolrFields

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrFields interface contains properties and methods to work with field collection of the Solr instance.

Inheritance Hierarchy

ISolrFields

Comments

Using the following properties it is possible to get collection of fields:

Properties

  Property name Brief description
Count The Count property returns number of fields in collection.
Item The Item property returns parameters of the specified field.
TargetType The TargetType property returns purpose of the Solr instance to which collection of fields belongs.

Methods

  Method name Brief description
AddField The AddField method adds field to the collection according to the specified parameters.
FindById The FindById method searches field by identifier.
Remove The Remove method removes field from collection by index and returns whether removing was successful.
RemoveById The RemoveById method removes the field from collection by identifier and returns attribute of successful removing.

See also:

BISearch Assembly Interfaces | System and Custom Fields