Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSourceDataImportDestinationInfo interface contains properties to set up indexing parameters of display option used on working with Apache Solr.
ISourceDataImportDestinationInfo
ISolrSourceDataImportDestinationInfo
To determine settings lead the result of the ISourceDataImportDestinationInfos.Item property or the ISourceDataImportDestinationInfos.Add and ISourceDataImportDestinationInfos.FindByKey methods to the ISolrSourceDataImportDestinationInfo interface.
| Property name | Brief description | |
| DocumentExtensionInfo | The DocumentExtensionInfo property returns settings required to fill in custom fields from external data source. | |
| FieldBindings | The FieldBindings property returns parameters of custom fields filling. |
| Property name | Brief description | |
| Destination | The Destination property returns display option for which indexing settings are determined. | |
| FreeDimensions | The FreeDimensions property returns a list of free dimensions. | |
| GroupByDl | The GroupByDl property determines whether calendar dimension elements are grouped by levels. | |
| ImportMode | The ImportMode property determines indexing mode of data source displaying option. | |
| KeyWordsDimensions | The KeyWordsDimensions property returns list of dimensions for which key words will be generated. | |
| SelectionSet | The SelectionSet property determines selection of dimensions according to which indexing should be executed. |
See also: