Assembly: BISearch;
The ISolrFields interface contains properties and methods that are used to work with the fields collection of the Solr instance.
ISolrFields
The fields collection can be obtained using the following properties:
Property name | Brief description | |
Count | The Count property returns the number of fields in the collection. | |
Item | The Item property returns parameters of the specified field. | |
TargetType | The TargetType property returns the purpose of the Solr instance, to which the fields collection belongs. |
Method name | Brief description | |
AddField | The AddField method adds a field to the collection according to the specified parameters. | |
FindById | The FindById method searches for field by identifier. | |
Remove | The Remove method removes the field from the collection by index and returns whether removal was successful. | |
RemoveById | The RemoveById method removes the field from the collection by identifier and returns whether removal was successful. |
See also: