dsmiley commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r969938336


##########
solr/solrj/src/java/org/apache/solr/common/util/Utils.java:
##########
@@ -916,7 +926,10 @@ public static void reflectWrite(
   }
 
   private static List<FieldWriter> getReflectData(

Review Comment:
   I'm slightly concerned about the perf overhead of hitting this on every 
single call to /select but we could optimize known cases at some point if it's 
a problem.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to