Sounds to me like it's related to the index not having been closed properly or still being updated or something. I'd worry about that.
-- Ian. On Thu, Jun 16, 2016 at 11:19 AM, Mukul Ranjan <mran...@egain.com> wrote: > Hi, > > I'm observing below exception while getting instance of indexWriter- > > java.lang.IllegalArgumentException: Directory MMapDirectory@"directoryName" > lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ec79746 still > has pending deleted files; cannot initialize IndexWriter > > Is it related to the default used NativeFSLockFactory. Should I use > simpleFSLockFactory to avoid this type of issue. Please suggest as I'm > getting the above exception in my application. > > Thanks, > Mukul > Visit eGain on YouTube<https://www.youtube.com/user/egainchannel> and > LinkedIn<https://www.linkedin.com/company/egain-corporation> >