Hmmm, it rather looks like somehow some of your index files got deleted from your index directory. a .frq file is one of the files that contains document frequency information. The fact that Lucene can't find _166.frq indicates you've been using this index for a while and created a bunch of segments.
There exists a program called checkindex that can be used to help figure out the state of your index. See: http://solr.pl/en/2011/01/17/checkindex-for-the-rescue/ And if you're using Java7, you should be aware of: http://lucene.apache.org/solr/#28+July+2011+-+WARNING%3A+Index+corruption+and+crashes+in+Apache+Lucene+Core+%2F+Apache+Solr+with+Java+7 What happens if you point Luke at your index? Best Erick On Tue, Sep 6, 2011 at 3:33 PM, Nilesh Vijaywargiay <nilesh.vi...@gmail.com> wrote: > Hi, > > I am facing a error while processing a set of data.. the description says > "Failed to create text index reader for .../.../_166.frq (The System cannot > find the specified path). > > I have never seen this error in the past neither have I seen this file in > the index folder ever. Does lucene take care of this file or we need some > add-on or third party software for this particular file? > > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org