Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFields interface contains properties and methods to work with field collection of the Solr instance.
ISolrFields
Using the following properties it is possible to get collection of fields:
| 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. |
| 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: