ISolrMbObjectsSearchContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrMbObjectsSearchContext interface contains properties to set up search context of indexed metadata of various repository objects in Apache Solr.

Inheritance Hierarchy

          ISearchEngineSearchContext

          ISolrSearchContext

          ISolrMbObjectsSearchContext

Comments

To create context, use the ISearchExecutor.CreateContext method and lead the result of its execution to the ISolrMbObjectsSearchContext interface. Set context is next used by the ISearchExecutor.Search method.

Properties

  Property name Brief description
NeedDocumentContent The NeedDocumentContent property determines whether contents of the Document objects are loaded.

Properties inherited from ISolrSearchContext

  Property name Brief description
FilterContext The FilterContext property returns filtering parameters of search results.
ItemsOnPage The ItemsOnPage property determines 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 search relevance influence formula.
SearchType The SearchType property determines 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