You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/02/09 15:55:39 UTC

[GitHub] [lucenenet] rclabo commented on issue #616: Cannot access the cfs file.

rclabo commented on issue #616:
URL: https://github.com/apache/lucenenet/issues/616#issuecomment-1033913053


   I suspect you are trying to open the index via more than one `IndexWriter`.  This is not allowed.  You can have multiple threads writing to the index but they need to do it through the same `IndexWriter`.   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org