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
&
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
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
;[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
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
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:
>
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
"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).
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