Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrCustomFieldSearchResults interface contains properties and methods that are used to get search results by custom fields.
ISolrCustomFieldSearchResults
The ISolrSearchResult.CustomFieldSearchResults property returns search results by custom fields.
Property name | Brief description | |
Count | The Count property returns the number of search results for custom fields. | |
Item | The Item property returns search results by custom field. |
Method name | Brief description | |
FindBySolrField | The FindBySolrField method searches and returns result for the specified custom field. |
See also: