Re: CheckIndex tool

2013-04-03 Thread Michael McCandless
On Wed, Apr 3, 2013 at 10:31 AM, wrote: > Hello, > We have very old indexes (i.e. created with Lucene 2.1.0) we would like to > run the CheckIndex tool from the 2.9.4 Lucene jar file, since it is not > available in 2.1.0. Is it safe to assume that if we are not running with the &

CheckIndex tool

2013-04-03 Thread ikoelliker
Hello, We have very old indexes (i.e. created with Lucene 2.1.0) we would like to run the CheckIndex tool from the 2.9.4 Lucene jar file, since it is not available in 2.1.0. Is it safe to assume that if we are not running with the -fix option that the indexes being checked aren't altere

Re: CheckIndex tool issues

2007-11-28 Thread Michael McCandless
I opened this JIRA issue to track this: > > > > https://issues.apache.org/jira/browse/LUCENE-1069 > > > > Mike > > > > "Michael McCandless" <[EMAIL PROTECTED]> wrote: > > > > > > Woops! You are right, this is a silly bug in the CheckIndex tool

Re: CheckIndex tool issues

2007-11-28 Thread Bogdan Ghidireac
;[EMAIL PROTECTED]> wrote: > > > > Woops! You are right, this is a silly bug in the CheckIndex tool. It > is not > > properly taking into account deletions. I will open an issue & fix it. > > > > Thanks for testing & reporting this, and sor

Re: CheckIndex tool issues

2007-11-27 Thread Michael McCandless
OK I opened this JIRA issue to track this: https://issues.apache.org/jira/browse/LUCENE-1069 Mike "Michael McCandless" <[EMAIL PROTECTED]> wrote: > > Woops! You are right, this is a silly bug in the CheckIndex tool. It is not > properly taking into account deletio

Re: CheckIndex tool issues

2007-11-27 Thread Michael McCandless
Woops! You are right, this is a silly bug in the CheckIndex tool. It is not properly taking into account deletions. I will open an issue & fix it. Thanks for testing & reporting this, and sorry about that. Mike "Bogdan Ghidireac" <[EMAIL PROTECTED]> wrote: >

CheckIndex tool issues

2007-11-27 Thread Bogdan Ghidireac
Hi, I tried to use the CheckIndex tool (the latest svn code) and I was surprised to notice that all my indexes from production (around 30) are corrupt. This is highly unlikely because they were running for about one year and I had no exception during search so far. One recurring pattern I

Re: CheckIndex tool

2007-11-11 Thread Michael McCandless
"Ryan McKinley" <[EMAIL PROTECTED]> wrote: > I just used the CheckIndex tool to try to salvage a corrupt index > (http://www.nabble.com/restoring-a-corrupt-index--tf4783866.html) > > Its a great tool thanks! Phew! I think you are the first user (besides me).

CheckIndex tool

2007-11-11 Thread Ryan McKinley
I just used the CheckIndex tool to try to salvage a corrupt index (http://www.nabble.com/restoring-a-corrupt-index--tf4783866.html) Its a great tool thanks! I'm wondering about adding support for this tool in the solr admin interface, but have a few questions about how it works before