Re: Test my Lucene service

2007-01-08 Thread Mark Miller
ROTECTED]> To: java-user@lucene.apache.org Sent: Monday, January 8, 2007 11:59:24 PM Subject: Test my Lucene service Hi luceners, I don't have any question today. Simply I want to know how you test the efficiency of yours systems that works over Lucene. I think it will be a very interesting

Re: Test my Lucene service

2007-01-08 Thread EDMOND KEMOKAI
of how much time each query takes for calculating average, mean, Nth percentile, etc. Otis - Original Message From: Dan Wiggin <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, January 8, 2007 11:59:24 PM Subject: Test my Lucene service Hi luceners, I don't have a

Re: Test my Lucene service

2007-01-08 Thread Otis Gospodnetic
.apache.org Sent: Monday, January 8, 2007 11:59:24 PM Subject: Test my Lucene service Hi luceners, I don't have any question today. Simply I want to know how you test the efficiency of yours systems that works over Lucene. I think it will be a very interesting for all newbie (like me) in Luce

Re: Test my Lucene service

2007-01-08 Thread Erick Erickson
Well, my testing mostly consisted of capacity testing. I'm using XmlRpc as my communication mechanism and simply fired up a (configurable) number of threads to pound my search service with semi-random queries and measured the response time. Your results may vary depending on how your index is stru

Test my Lucene service

2007-01-08 Thread Dan Wiggin
Hi luceners, I don't have any question today. Simply I want to know how you test the efficiency of yours systems that works over Lucene. I think it will be a very interesting for all newbie (like me) in Lucene world some advices in this point. Thanks in advance.