Hi Hoss and All,
I am happy with your suggestion.

Does it possible to retrive the data order/sort by they were inserted in the
index but without putting any extra column in the document?

Regards,
Manoj
----- Original Message -----
From: "Chris Hostetter" <[EMAIL PROTECTED]>
To: <java-user@lucene.apache.org>
Sent: Friday, November 04, 2005 11:54 PM
Subject: Re: Searching the contents


>
> : > Lucene searching system. How do you manages the iterator and what
> : > is the
> : > method callback at query execution time(a broader view).
> :
> : There really isn't any method callback, at least not in the way I'm
> : thinking of it.  When  you search you get back Hits.  Hits is an
>
> If you want a lower leve3l API, look at the methods that use a
> HitCollector ... it's basically a callback for every document that
> matches, but they are in document order -- you are responsible for doing
> any sorting yourself.
>
>
>
> -Hoss
>
>
> ---------------------------------------------------------------------
> 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