Re: fieldsNotToLoad option in searcher api

2016-12-19 Thread Adrien Grand
You could implement a StoredFieldsVisitor that skips those fields? Le sam. 17 déc. 2016 à 20:55, suriya prakash a écrit : > 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 im

fieldsNotToLoad option in searcher api

2016-12-17 Thread suriya prakash
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, Sur