FindByField(Field: ISolrField): ISolrFieldValue;
FindByField(Field: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrFieldValue;
Field. Solr instance field.
The FindByField method searches by the Solr instance field.
The method returns the element that is used to set field value if the search was successful, and Null if the specified field is absent in the Solr instance settings.
The example of work with the ISolrFieldValues collection is given in description of the ISolrImportCustomValues.FillValues method.
See also: