ISolrImportProcessOptions.BlockSize

Fore Syntax

BlockSize: Integer;

Fore.NET Syntax

BlockSize: Integer;

Description

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

Comments

By default property is set to - 50.

Increasing of element number will lead to increase wasted memory and calculation time required to build matrix during one iteration. 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