ISolrSearchEngineSchema

Assembly: BISearch;

Description

The ISolrSearchEngineSchema interface contains properties and methods that are used to set up search service functionality basing on Apache Solr.

Inheritance Hierarchy

          ISearchEngineSchema

          ISolrSearchEngineSchema

Comments

To set up search service functionality based on Apache Solr, cast the value returned by the ISearchEngineService.SearchEngineSchema property to the ISolrSearchEngineSchema interface.

Properties

  Property name Brief description
Fields The Fields property returns the collection of fields, for which indexed data is stored.
ImportProcessOptions The ImportProcessOptions property returns parameters used on indexing of data or metadata.
SearchOptions The SearchOptions property returns parameters used on data search.

Properties inherited from ISearchEngineSchema

  Property name Brief description
SearchExecutor The SearchExecutor property returns the object that is used to search by indexed data depending on the specified type of search service.

Methods

  Method name Brief description
FillSchemaOptions The FillSchemaOptions method fills in the fields list according to the settings determined in configuration file for the current Solr instance.

See also:

BISearch Assembly Interfaces