Re: CheckIndex failed for Solr 4.7.2 index

2015-06-09 Thread Michael McCandless
IBM's J9 JVM unfortunately still has a number of nasty bugs affecting Lucene; most likely you are hitting one of these. We used to test J9 in our continuous Jenkins jobs, but there were just too many J9-specific failures and we couldn't get IBM's attention to resolve them, so we stopped. For now

Re: checkindex

2010-01-08 Thread Ian Kallen
When I needed to use it, I couldn't find docs for it either but it's straight forward. Here's what I did: un-jar the solr war file to find the lucene jar that solr was using and run CheckIndex like this java -cp lucene-core-2.9-dev.jar org.apache.lucene.index.CheckIndex

RE: checkindex

2010-01-08 Thread Giovanni Fernandez-Kincade
Yeah that worked. Thanks! -Original Message- From: Ian Kallen [mailto:spidaman.l...@gmail.com] Sent: Friday, January 08, 2010 5:32 PM To: solr-user@lucene.apache.org Subject: Re: checkindex When I needed to use it, I couldn't find docs for it either but it's straight forward. Here's