ISolrCustomFieldSearchResult

Assembly: BISearch;

Description

The ISolrCustomFieldSearchResult interface contains properties that are used to work with search result by custom field.

Inheritance Hierarchy

ISolrCustomFieldSearchResult

Comments

Search result by custom field can be obtained using properties and methods of the ISolrCustomFieldSearchResults interface.

Properties

  Property name Brief description
HighlightedValues The HighlightedValues property returns the array of found field values taking into account highlighting of the search value.
SolrField The SolrField property returns the custom field used for search.
Values The Values property returns the array of found field values.

See also:

BISearch Assembly Interfaces