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