Re: locks in solr

2009-11-25 Thread Chris Hostetter
: Is there any article which explains the locks in solr?? : there is some info on solrconfig.txt which says that you can set the lock : type to none(NoLockFactory), single(SingleInstanceLockFactory), : NativeFSLockFactory and simple(SimpleFSLockFactory) which locks everytime we : create a

Re: locks in solr

2009-11-25 Thread Shalin Shekhar Mangar
On Wed, Nov 25, 2009 at 3:05 PM, Rakhi Khatwani wrote: > Hi, > Is there any article which explains the locks in solr?? > there is some info on solrconfig.txt which says that you can set the lock > type to none(NoLockFactory), single(SingleInstanceLockFactory), > NativeFS

locks in solr

2009-11-25 Thread Rakhi Khatwani
Hi, Is there any article which explains the locks in solr?? there is some info on solrconfig.txt which says that you can set the lock type to none(NoLockFactory), single(SingleInstanceLockFactory), NativeFSLockFactory and simple(SimpleFSLockFactory) which locks everytime we create a new file