On 8/31/07, Doug Cutting <[EMAIL PROTECTED]> wrote:
> If each document has an indexed id field in both indexes, then you could
> simply use a FieldCache of that id field in each index to determine the
> mapping.

I've thought about this approach, but I think it has some scalability issues...
It seems like the re-mapped ids from the secondary index would be
out-of-order, and thus would require caching & sorting of both ids and
scores from that index.

-Yonik

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

Reply via email to