SetNonLazyFieldSelector(Set<String> toLoad, IndexReader reader, int docID) { fieldsToLoad = toLoad; lazyDoc = new LazyDocument(reader, docID); }