ISolrImportProcessOptions.BlockSize

Syntax

BlockSize: Integer;

Description

The BlockSize property determines the number of elements by the largest dimension, which will be processed on matrix calculation.

Comments

The property is set to 50 by default.

Increasing of elements number will lead to increased memory in use and calculation time required to build a matrix within one iteration. The total number of iterations required to build the full matrix will decrease.

Example

The example of use is given in description of the ISolrSearchEngineSchema.ImportProcessOptions property.

See also:

ISolrImportProcessOptions