ISolrSourceDataSearchContext

Assembly: BISearch;

Description

The ISolrSourceDataSearchContext interface contains properties that are used to set up search context of data sources indexed structures in Apache Solr.

Inheritance Hierarchy

          ISearchEngineSearchContext

          ISolrSearchContext

          ISolrSourceDataSearchContext

Comments

To create a context, use the ISearchExecutor.CreateContext method and cast its execution result to the ISolrSourceDataSearchContext interface. The configured context is further used by the ISearchExecutor.Search method.

Properties inherited from ISolrSearchContext

  Property name Brief description
FilterContext The FilterContext property returns filtering parameters of search results.
ItemsOnPage The ItemsOnPage property determines the number of results available on one page.
Locale The Locale property determines identifier of the language used for search.
Page The Page property determines number of the page with results, which will be loaded after search.
RelevanceImpactFormula The RelevanceImpactFormula property determines a search relevance influence formula.
SearchType The SearchType property determines a search type.
SortContext The SortContext property returns parameters of search result sorting.

Properties inherited from ISearchEngineSearchContext

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

See also:

BISearch Assembly Interfaces