[ https://issues.apache.org/jira/browse/SOLR-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693523#action_12693523 ]
Noble Paul commented on SOLR-1089: ---------------------------------- DIH already does indexing in a separate thread. All the distributed searches are done in new threads. BTW Solr does not use Servlets. Solr uses a single Filter. So the Servlet lifecycle should not matter to us. > do write to Solr in a separate thread > ------------------------------------- > > Key: SOLR-1089 > URL: https://issues.apache.org/jira/browse/SOLR-1089 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Reporter: Noble Paul > Attachments: SOLR-1089.patch > > > import can be made faster if the write is done in a different thread -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.