Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchEngineSchema interface contains properties and methods to set up search service functionality basing on Apache Solr.
ISolrSearchEngineSchema
To set up search service functionality based on Apache Solr, lead the value returned by the ISearchEngineService.SearchEngineSchema property to the ISolrSearchEngineSchema interface.
| Property name | Brief description | |
| Fields | The Fields property returns collection of fields for which indexed data is stocked. | |
| ImportProcessOptions | The ImportProcessOptions property returns parameters used on indexing of data or metadata. | |
| SearchOptions | The SearchOptions property returns parameters used on data search. |
| Property name | Brief description | |
| SearchExecutor | The SearchExecutor property returns object used to search by indexed data depending on the specified type of search service. |
| Method name | Brief description | |
| FillSchemaOptions | The FillSchemaOptions method fills in list of fields according to settings which are determined in configuration file for the current Solr instance. |
See also: