Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFieldValues interface contains properties and methods to work with collection of custom fields values.
ISolrFieldValues
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.
| 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. |
| Method name | Brief description | |
| FindByField | The FindByField method searches by the Solr instance field. | |
| FindById | The FindById method searches by field identifier. |
See also: