Re: Progress bar for Lucene

2004-07-29 Thread Kevin A. Burton
Hannah c wrote: Hi, Is there anything in lucene that would help with the implementation of a progress bar. Somewhere I could throw an event that says the search is 10%, 20% complete etc. Or is there already an implementation of a progress bar available for lucene. I would really like to see som

Re: Progress bar for Lucene

2004-07-29 Thread jitender ahuja
gards, Jitender - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 8:06 AM Subject: Re: Progress bar for Lucene > That'd be a pretty quick progress bar in the se

Re: Progress bar for Lucene

2004-07-28 Thread Erik Hatcher
That'd be a pretty quick progress bar in the searches I've seen 10ms would be barely a blink of an eye. Perhaps we should discuss why your searches are slow enough to warrant a progress bar. But a HitCollector might be the right hook you're looking for. Erik On Jul 28, 2004, at 10

Progress bar for Lucene

2004-07-28 Thread Hannah c
Hi, Is there anything in lucene that would help with the implementation of a progress bar. Somewhere I could throw an event that says the search is 10%, 20% complete etc. Or is there already an implementation of a progress bar available for lucene. Thanks for your help, Hannah ---