On Dec 01, 2004, at 17:31, Luke Francl wrote:

How do you avoid the problem Eric just mentioned, iterating through all
the Hits at once to populate this data structure?

You don't need to iterate through anything upfront... you simply do it on-demand... eg when invoking List.get() you would invoke the underlying Hits.doc()...


In other words, there is _no_ new data structure... simply an additional interface...

PA.


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



Reply via email to