Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/FAQ ------------------------------------------------------------------------------ <copyField source="*_s" dest="*_t" /> }}} + == Why does the request time out sometimes when doing commits? == + + Internal, Solr does nothing to time out any requests -- it let's both updates and queries take however long they need to take to be processed fully. However, the servlet container being used to run Solr may impose arbitrary timeout limits on all requests. Please consult the documentation for you Serlvet container if you find that this value is too low. + + (In Jetty, the relevant setting is "maxIdleTime" which is in milliseconds) + = Developing = == Where can I find the latest and Greatest Code? ==
