QueryMaxSize: Integer;
QueryMaxSize: Integer;
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.
The XML document size is determined in bites, the default value is set to 3145728 bites. On size exceeding, the created document will be split into several ones and sent in several queries.
The example of use is given in description of the ISolrSearchEngineSchema.ImportProcessOptions property.
See also: