dsmiley commented on a change in pull request #84:
URL: https://github.com/apache/solr/pull/84#discussion_r617075120
##########
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
##########
@@ -1765,22 +1765,24 @@ public void testRealtimeGet() throws Exception
@Test
public void testUpdateField() throws Exception {
//no versions
+ // Use a simple float field. "price"->"price_c" has problems: SOLR-15357
& SOLR-15358
+ final String field = "price_f";
Review comment:
@madrob maybe you are interested in this
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]