Changing the time-out period for Solr may be necessary when time-outs occur while indexing many objects.
Info: This article can be used for Solr 4, Solr 6, and Solr 7.
Do one of the following:
Tip: (For Enterprise Server 10.1 or higher only) Easily manage and configure settings of all configuration files by adding them to a single configuration file.
- Recommended method: In the solrconfig.xml file , change settings such as ramBufferSizeMB, mergeFactor, and autoCommit.
Show me the location of this file
- <Solr installation directory>/<corename>/conf/
- In the solr_config.php file, change the value of the SOLR_TIMEOUT setting.
Note: The time is defined in seconds.
Show me the location of this file
- <Enterprise installation directory>/config/
Example:define ('SOLR_TIMEOUT', 5);
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.