Search Manual / Version 2412.0
Table Of ContentsThe Content Feeder automatically retries operation after some communication problems with the CoreMedia Search Engine. The following properties configure the retry behavior:
feeder.batch.retry-send-idle-delay
: The maximum time in milliseconds to wait sending a failed batch again, if the Content Feeder is idle.feeder.batch.retry-send-max-delay
: The maximum time in milliseconds to wait sending a failed batch again, if the batch is not yet full.feeder.solr.send-retry-delay
: The delay in milliseconds between a failed batch sending and the next try. The default value is 30000.feeder.content.retry-connect-to-index-delay
: The delay between retries to connect to the Search Engine on startup. The default value is 10s.solr.connection-timeout
: The connection timeout set on the SolrJSolrClient
. It determines how long the client waits to establish a connection without any response from the server. The default value is 0. That means it will wait forever. You can configure the timeout asjava.time.Duration
.solr.socket-timeout
: The socket timeout set on the SolrJSolrClient
. It determines how long the client waits for a response from the server after the connection was established and the request was already sent. The default value is set to 10 minutes.