On 10/9/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: I wouldn't expect there to be much of a difference. Lazy fields hold : on to a stream and an offset, and operate by seek()'ing to the right ... Hmmm... yeah it sounds like it shouldn't matter. If i get soem time i'll try to do a micro benchmark to compare loading a doc with one field and then loading the rest lazy vs loading the doc twice.
If lazy loading is ever shown to be a performance problem, a simple solution would be to have a switch in solrconfig.xml to disable it. -Yonik