ISearchEngineSearchContext

Assembly: BISearch;

Description

The ISearchEngineSearchContext interface contains properties that are used to set up search context.

Inheritance Hierarchy

ISearchEngineSearchContext

Comments

To create a context, use the ISearchExecutor.CreateContext method. The configured context is further used by the ISearchExecutor.Search method.

The interface is a base one for the ISolrSearchContext interface.

Properties

  Property name Brief description
Text The Text property determines search query text.

See also:

BISearch Assembly Interfaces