On 1/7/06, Leos Literak <[EMAIL PROTECTED]> wrote:
> Yonik, I want to display 120th. up to 150th. document
> in Hits. Do you mean that Hits does not contain id
> of all relevant documents?

Correct, it does not.  The first time Hits is returned to you, it will
internally contain the ids and scores of the top 100, but not the
stored fields (the Document instance).

When you access beyond the 100th element, Hits will internally redo
the search asking for more ids and scores this time.

-Yonik

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

Reply via email to