FindBySolrField(Value: ISolrField): ISolrCustomFieldSearchResult;
FindBySolrField(Value: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrCustomFieldSearchResult;
Value. Custom field, for which search results must be found.
The FindBySolrField method searches and returns result for the specified custom field.
The method returns results if the search is successful and Null if nothing is found for the specified custom field.
The example of work with the ISolrCustomFieldSearchResults collection is given in description of the ISolrSearchResult.CustomFieldSearchResults property.
See also: