ISearchEngineSearchContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchEngineSearchContext interface contains properties to set up search context.

Inheritance Hierarchy

ISearchEngineSearchContext

Comments

To create context, use the ISearchExecutor.CreateContext method. Set context is next used by the ISearchExecutor.Search method.

The interface is basic for the ISolrSearchContext interface.

Properties

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

See also:

BISearch Assembly Interfaces