Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchResult interface contains properties that are used to get search result on custom fields.
ISolrSearchResult
To work with search results by custom fields, cast 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 the current indexed data is stored. |
See also: