dsmiley commented on a change in pull request #724: SOLR-13523: Atomic Update results in NullPointerException URL: https://github.com/apache/lucene-solr/pull/724#discussion_r294084842
########## File path: solr/core/src/test-files/solr/collection1/conf/schema.xml ########## @@ -608,7 +609,7 @@ <field name="dateRange" type="dateRange" multiValued="true"/> - <field name="cat" type="string" indexed="true" stored="true" multiValued="true"/> +<!-- <field name="cat" type="string" indexed="true" stored="true" multiValued="true"/>--> Review comment: remove this; I had done this only to troubleshoot ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
