Re: speed of CheckIndex

2011-04-14 Thread jm
mostly status of the indexes, whether there is some corruption or all is ok. On Thu, Apr 14, 2011 at 9:20 PM, Simon Willnauer < simon.willna...@googlemail.com> wrote: > what kind of diagnostics are you looking for? > > simon > > On Thu, Apr 14, 2011 at 9:14 PM, jm wrote: > > Thanks Erick, but I

Re: speed of CheckIndex

2011-04-14 Thread Simon Willnauer
what kind of diagnostics are you looking for? simon On Thu, Apr 14, 2011 at 9:14 PM, jm wrote: > Thanks Erick, but I guess what you refer to lives in Solr right? I am using > plain Lucene. > > On Thu, Apr 14, 2011 at 7:33 PM, Erick Erickson > wrote: > >> What information do you need? Could you

Re: speed of CheckIndex

2011-04-14 Thread jm
Thanks Erick, but I guess what you refer to lives in Solr right? I am using plain Lucene. On Thu, Apr 14, 2011 at 7:33 PM, Erick Erickson wrote: > What information do you need? Could you just ping the stats component > and parse the results (basically the info on the admin/stats page). > > Best >

Re: speed of CheckIndex

2011-04-14 Thread Erick Erickson
What information do you need? Could you just ping the stats component and parse the results (basically the info on the admin/stats page). Best Erick On Thu, Apr 14, 2011 at 11:56 AM, jm wrote: > Hi, > > I need to collect some diagnostic info from customer sites, so I would like > to get info on

speed of CheckIndex

2011-04-14 Thread jm
Hi, I need to collect some diagnostic info from customer sites, so I would like to get info on the status of lucene indexes...but I don't want the process of collecting to take very long. So I am considering Checkindex. I tested in a small index (60k docs) and it took 12 seconds. A site usually h