Hi  All,
           I would like to ask for suggestions to my issue.
I have implemented by extending the MultiCombination Query class, a
 query term(s) to be searched across ALL /ANY of the fields ( just like
 we do AND/OR among the query term(s)).
But, it takes too much time( in fact never completes) for those query terms
that are there ( at least one among them) in the inverted stored list( based
on the index earlier formed)
 but are not satisfying the Fields' combination criteria.
But, if perform an OR among the same specified fields( from a search box)
then it performs quickly.

Regards,
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 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:31 AM, 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.
> >
> > Thanks for your help,
> > Hannah
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to