ISolrImportProcessOptions.QueryMaxSize

Syntax

QueryMaxSize: Integer;

Description

The QueryMaxSize property determines the maximum size of the XML document with data being created, which will be sent to Apache Solr server for indexing.

Comments

The XML document size is determined in bytes, the default value is 3145728 bytes. If the size is exceeded, the created document will be split into several ones and sent in several queries.

Example

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

See also:

ISolrImportProcessOptions