Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrCustomFieldSearchResult interface contains properties to work with search result by custom field.
ISolrCustomFieldSearchResult
Search result by custom field can be ontained, using properties and methods of the ISolrCustomFieldSearchResults interface.
| Property name | Brief description | |
| HighlightedValues | The HighlightedValues property returns array of the field found values taking into account highlighting of the search value. | |
| SolrField | The SolrField property returns custom field used for search. | |
| Values | The Values property returns array of found field values. |
See also: