Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSourceDataImportDestinationInfo interface contains properties that are used to set up indexing parameters of display option used on working with Apache Solr.
ISourceDataImportDestinationInfo
ISolrSourceDataImportDestinationInfo
To determine settings, cast 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 the display version, for which indexing settings are determined. | |
FreeDimensions | The FreeDimensions property returns the list of free dimensions. | |
GroupByDl | The GroupByDl property determines whether calendar dimension elements are grouped by levels. | |
ImportMode | The ImportMode property determines an indexing mode of data source displaying version. | |
KeyWordsDimensions | The KeyWordsDimensions property returns the list of dimensions, for which keywords will be generated. | |
SelectionSet | The SelectionSet property determines the selection of dimensions, according to which indexing must be executed. |
See also: