Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchEngineSearchContext interface contains properties to set up search context.
ISearchEngineSearchContext
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.
| Property name | Brief description | |
| Text | The Text property determines search query text. |
See also: