Issue with re-opening IndexWriter

2017-03-13 Thread Vitaly Stroutchkov
r after re-indexing so the old reader is getting closed and the old files are getting unlocked and deleted eventually) but I think it's a serious problem and it has to be resolved by Lucene developers. Regards, Vitaly Stroutchkov Senior software developer at Kloudville Inc.

getting error " is not a SuggestField"

2017-08-01 Thread Vitaly Stroutchkov
Hi, I created a Lucene index with documents that have a SuggestField. When I run a completion query against it I'm getting an error. The code is like this (not so straightforward in the actual program): File sdir = new File(sgstPath);