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