ISolrImportProcessOptions

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrImportProcessOptions interface contains properties to set up parameters used on data indexing.

Inheritance Hierarchy

ISolrImportProcessOptions

Comments

Parameters used on data indexing can be obtained in the ISolrSearchEngineSchema.ImportProcessOptions property.

Matrix with data for data source is built preliminary on indexing. Using matrix dimension elements with data are selected. Those elements will be indexed in Solr.

Properties

  Property name Brief description
BlockSize The BlockSize property determines the number of elements by the biggest dimension which will be processed on the matrix calculation.
ImportBinding The ImportBinding property returns settings which will be used on custom fields processing.
NeedSmartSearch The NeedSmartSearch property determines whether free dimensions must be indexed to use smart search.
QueryMaxSize The QueryMaxSize property determines maximum size of the XML document with data being created which will be send to the Apache Solr server for indexing.
ThreadsCount The ThreadsCount property determines number of threads in the frame of which matrix with data will be built.

See also:

BISearch Assembly Interfaces