uschindler commented on pull request #18:
URL: https://github.com/apache/solr/pull/18#issuecomment-799609181


   I agree, some of them are completely useless to comment on or fix them: E.g. 
SolrDocumentFetcher is just emulating stored fields, on every call to get a 
virtual stored field it gets a new docvalues instance and calls advanceExact. 
There's no need to optimize anything here. Other places are similar, like the 
ChildDocTransformer. And the tests I would not care.
   
   There is room for opportunities and improvments at the other places where 
you sequentially read many docvalues one by one (e.g. in queries).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to