ISolrImportProcessOptions.QueryMaxSize

Fore Syntax

QueryMaxSize: Integer;

Fore.NET Syntax

QueryMaxSize: Integer;

Description

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.

Comments

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.

Example

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

See also:

ISolrImportProcessOptions