Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: General

Progress bar for indexing process.?

 

 

Lucene general RSS feed   Index | Next | Previous | View Threaded


t.sapra97 at gmail

Nov 3, 2009, 5:19 AM

Post #1 of 8 (134 views)
Permalink
Progress bar for indexing process.?

Is it possible to to have an Ajax progress bar for indexing process ?
--
View this message in context: http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
Sent from the Lucene - General mailing list archive at Nabble.com.


diego.cassinera at mercadolibre

Nov 3, 2009, 6:10 AM

Post #2 of 8 (129 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

Why not? Indexing is very fast.
------Original Message------
From: tarunsapra
To: general[at]lucene.apache.org
ReplyTo: general[at]lucene.apache.org
Subject: Progress bar for indexing process.?
Sent: Nov 3, 2009 10:19 AM


Is it possible to to have an Ajax progress bar for indexing process ?
--
View this message in context: http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
Sent from the Lucene - General mailing list archive at Nabble.com.


Enviado desde mi BlackBerry® de Claro Argentina


simon.willnauer at googlemail

Nov 3, 2009, 8:09 AM

Post #3 of 8 (128 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

There is no API which supports what you are asking for but building
yourself should not be a problem at all.

simon

On Tue, Nov 3, 2009 at 3:10 PM, <diego.cassinera[at]mercadolibre.com> wrote:
> Why not?  Indexing is very fast.
> ------Original Message------
> From: tarunsapra
> To: general[at]lucene.apache.org
> ReplyTo: general[at]lucene.apache.org
> Subject: Progress bar for indexing process.?
> Sent: Nov 3, 2009 10:19 AM
>
>
> Is it possible to to have an Ajax progress bar for indexing process ?
> --
> View this message in context: http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
> Sent from the Lucene - General mailing list archive at Nabble.com.
>
>
> Enviado desde mi BlackBerry® de Claro Argentina


t.sapra97 at gmail

Nov 3, 2009, 9:36 PM

Post #4 of 8 (122 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

But the biggest problem in building it is ...like you have progress bar for
file upload where you know the exact size of flie and how much has been
uploaded but in that case of indezing is there a way to find out how much
total time it will take, only once we know the total time , then only we
would be able to build a progress bar.
Thanks

Simon Willnauer wrote:
>
> There is no API which supports what you are asking for but building
> yourself should not be a problem at all.
>
> simon
>
> On Tue, Nov 3, 2009 at 3:10 PM, <diego.cassinera[at]mercadolibre.com> wrote:
>> Why not?  Indexing is very fast.
>> ------Original Message------
>> From: tarunsapra
>> To: general[at]lucene.apache.org
>> ReplyTo: general[at]lucene.apache.org
>> Subject: Progress bar for indexing process.?
>> Sent: Nov 3, 2009 10:19 AM
>>
>>
>> Is it possible to to have an Ajax progress bar for indexing process ?
>> --
>> View this message in context:
>> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
>> Sent from the Lucene - General mailing list archive at Nabble.com.
>>
>>
>> Enviado desde mi BlackBerry® de Claro Argentina
>
>

--
View this message in context: http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26191272.html
Sent from the Lucene - General mailing list archive at Nabble.com.


ted.dunning at gmail

Nov 3, 2009, 10:04 PM

Post #5 of 8 (123 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

Just count how many documents have been indexed. Simon was correct when he
said it was relatively trivial.

If you want slightly more refinement, you can record the total size of the
indexed files.

On Tue, Nov 3, 2009 at 9:36 PM, tarunsapra <t.sapra97[at]gmail.com> wrote:

>
> But the biggest problem in building it is ...like you have progress bar for
> file upload where you know the exact size of flie and how much has been
> uploaded but in that case of indezing is there a way to find out how much
> total time it will take, only once we know the total time , then only we
> would be able to build a progress bar.
> Thanks
>
> Simon Willnauer wrote:
> >
> > There is no API which supports what you are asking for but building
> > yourself should not be a problem at all.
> >
> > simon
> >
> > On Tue, Nov 3, 2009 at 3:10 PM, <diego.cassinera[at]mercadolibre.com>
> wrote:
> >> Why not? Indexing is very fast.
> >> ------Original Message------
> >> From: tarunsapra
> >> To: general[at]lucene.apache.org
> >> ReplyTo: general[at]lucene.apache.org
> >> Subject: Progress bar for indexing process.?
> >> Sent: Nov 3, 2009 10:19 AM
> >>
> >>
> >> Is it possible to to have an Ajax progress bar for indexing process ?
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
> >> Sent from the Lucene - General mailing list archive at Nabble.com.
> >>
> >>
> >> Enviado desde mi BlackBerry® de Claro Argentina
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26191272.html
> Sent from the Lucene - General mailing list archive at Nabble.com.
>
>


--
Ted Dunning, CTO
DeepDyve


Jagannadham.Nangunoori at cognizant

Nov 3, 2009, 10:15 PM

Post #6 of 8 (123 views)
Permalink
RE: Progress bar for indexing process.? [In reply to]

Hi

Can you please unsubscribe me from this mailing list.

Thanks and Regards
Jagannadham

-----Original Message-----
From: Ted Dunning [mailto:ted.dunning[at]gmail.com]
Sent: Wednesday, November 04, 2009 11:35 AM
To: general[at]lucene.apache.org
Subject: Re: Progress bar for indexing process.?

Just count how many documents have been indexed. Simon was correct when he
said it was relatively trivial.

If you want slightly more refinement, you can record the total size of the
indexed files.

On Tue, Nov 3, 2009 at 9:36 PM, tarunsapra <t.sapra97[at]gmail.com> wrote:

>
> But the biggest problem in building it is ...like you have progress bar for
> file upload where you know the exact size of flie and how much has been
> uploaded but in that case of indezing is there a way to find out how much
> total time it will take, only once we know the total time , then only we
> would be able to build a progress bar.
> Thanks
>
> Simon Willnauer wrote:
> >
> > There is no API which supports what you are asking for but building
> > yourself should not be a problem at all.
> >
> > simon
> >
> > On Tue, Nov 3, 2009 at 3:10 PM, <diego.cassinera[at]mercadolibre.com>
> wrote:
> >> Why not? Indexing is very fast.
> >> ------Original Message------
> >> From: tarunsapra
> >> To: general[at]lucene.apache.org
> >> ReplyTo: general[at]lucene.apache.org
> >> Subject: Progress bar for indexing process.?
> >> Sent: Nov 3, 2009 10:19 AM
> >>
> >>
> >> Is it possible to to have an Ajax progress bar for indexing process ?
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
> >> Sent from the Lucene - General mailing list archive at Nabble.com.
> >>
> >>
> >> Enviado desde mi BlackBerry® de Claro Argentina
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26191272.html
> Sent from the Lucene - General mailing list archive at Nabble.com.
>
>


--
Ted Dunning, CTO
DeepDyve

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful.


simon.willnauer at googlemail

Nov 4, 2009, 12:06 AM

Post #7 of 8 (123 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

If you wanna do it on a per document basis you could possibly use a
reader that reports back the bytes / chars read and the total size of
the reader to build up the bar for each document indexed.

simon

On Wed, Nov 4, 2009 at 7:04 AM, Ted Dunning <ted.dunning[at]gmail.com> wrote:
> Just count how many documents have been indexed.  Simon was correct when he
> said it was relatively trivial.
>
> If you want slightly more refinement, you can record the total size of the
> indexed files.
>
> On Tue, Nov 3, 2009 at 9:36 PM, tarunsapra <t.sapra97[at]gmail.com> wrote:
>
>>
>> But the biggest problem in building it is ...like you have progress bar for
>> file upload where you know the exact size of flie and how much has been
>> uploaded but in that case of indezing is there a way to find out how much
>> total time it will take, only once we know the total time , then only we
>> would be able to build a progress bar.
>> Thanks
>>
>> Simon Willnauer wrote:
>> >
>> > There is no API which supports what you are asking for but building
>> > yourself should not be a problem at all.
>> >
>> > simon
>> >
>> > On Tue, Nov 3, 2009 at 3:10 PM,  <diego.cassinera[at]mercadolibre.com>
>> wrote:
>> >> Why not?  Indexing is very fast.
>> >> ------Original Message------
>> >> From: tarunsapra
>> >> To: general[at]lucene.apache.org
>> >> ReplyTo: general[at]lucene.apache.org
>> >> Subject: Progress bar for indexing process.?
>> >> Sent: Nov 3, 2009 10:19 AM
>> >>
>> >>
>> >> Is it possible to to have an Ajax progress bar for indexing process ?
>> >> --
>> >> View this message in context:
>> >>
>> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
>> >> Sent from the Lucene - General mailing list archive at Nabble.com.
>> >>
>> >>
>> >> Enviado desde mi BlackBerry® de Claro Argentina
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26191272.html
>> Sent from the Lucene - General mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Ted Dunning, CTO
> DeepDyve
>


t.sapra97 at gmail

Nov 4, 2009, 3:57 AM

Post #8 of 8 (114 views)
Permalink
Re: Progress bar for indexing process.? [In reply to]

Thanks Ted,
Keeping an track of the documents that are getting added and the total
number of documents, would lead to a progress bar.


Ted Dunning wrote:
>
> Just count how many documents have been indexed. Simon was correct when
> he
> said it was relatively trivial.
>
> If you want slightly more refinement, you can record the total size of the
> indexed files.
>
> On Tue, Nov 3, 2009 at 9:36 PM, tarunsapra <t.sapra97[at]gmail.com> wrote:
>
>>
>> But the biggest problem in building it is ...like you have progress bar
>> for
>> file upload where you know the exact size of flie and how much has been
>> uploaded but in that case of indezing is there a way to find out how much
>> total time it will take, only once we know the total time , then only we
>> would be able to build a progress bar.
>> Thanks
>>
>> Simon Willnauer wrote:
>> >
>> > There is no API which supports what you are asking for but building
>> > yourself should not be a problem at all.
>> >
>> > simon
>> >
>> > On Tue, Nov 3, 2009 at 3:10 PM, <diego.cassinera[at]mercadolibre.com>
>> wrote:
>> >> Why not? Indexing is very fast.
>> >> ------Original Message------
>> >> From: tarunsapra
>> >> To: general[at]lucene.apache.org
>> >> ReplyTo: general[at]lucene.apache.org
>> >> Subject: Progress bar for indexing process.?
>> >> Sent: Nov 3, 2009 10:19 AM
>> >>
>> >>
>> >> Is it possible to to have an Ajax progress bar for indexing process ?
>> >> --
>> >> View this message in context:
>> >>
>> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26160110.html
>> >> Sent from the Lucene - General mailing list archive at Nabble.com.
>> >>
>> >>
>> >> Enviado desde mi BlackBerry® de Claro Argentina
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26191272.html
>> Sent from the Lucene - General mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Ted Dunning, CTO
> DeepDyve
>
>
:jumping::jumping:
--
View this message in context: http://old.nabble.com/Progress-bar-for-indexing-process.--tp26160110p26194908.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Lucene general RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.