Hi, I'm using Lucene 4.10.4 and I want fieldsNotToLoad option( like fieldsToLoad ) in searcher.doc api. Because I need not retrieve few fields from the index to improve io performance.
I think we can achieve it by modifying Lucene40StoredFieldsReader, but is there any alternatives? Thanks, Suriya