Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchResult interface contains properties to get search result on custom fields.
ISolrSearchResult
To work with search results by custom fields lead the ISearchResults.Item property value to the ISolrSearchResult interface.
| Property name | Brief description | |
| CustomFieldSearchResults | The CustomFieldSearchResults property returns search results by custom fields. | |
| DocId | The DocId property returns document identifier in the Solr storage where current indexed data is stored. |
See also: