ISolrSearchResult

Assembly: BISearch;

Description

The ISolrSearchResult interface contains properties that are used to get search result on custom fields.

Inheritance Hierarchy

ISolrSearchResult

Comments

To work with search results by custom fields, cast the ISearchResults.Item property value to the ISolrSearchResult interface.

Properties

  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:

BISearch Assembly Interfaces