Does lazy loading of search result mean that when you jump around using the RangeIterator's methods skip only the nodes that get touched by the iterator actually get loaded?
That is, if I have 1 million nodes returned in a QueryResult and only want to get records 50 through 59, then only those ten records actually get loaded? Thanks, just want to get some architectural understanding before I write some metrics. Adam -- View this message in context: http://www.nabble.com/Lazy-Loading-and-RangeIterator-Question-tf3406388.html#a9488604 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
