BlockSize: Integer;
BlockSize: Integer;
The BlockSize property determines the number of elements by the largest dimension, which will be processed on matrix calculation.
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.
The example of use is given in description of the ISolrSearchEngineSchema.ImportProcessOptions property.
See also: