lazyLoad abstract method

Stream<Document> lazyLoad()

Loads documents lazily.

This is useful for loading large amounts of data, as it allows you to process each Document as it is loaded, rather than waiting for the entire data set to be loaded in memory.

Implementation

Stream<Document> lazyLoad();