Description
Currently the default setting for resultFetchSize is a bit low (100 nodes). Since a new lucene query is executed while populating every new batch, it means a performance hit when iterating through large numbers of query results. A single result node occupies 48 bytes of memory. A resultFetchSize of 10000 is probably a better default.