carlosrmng commented on a change in pull request #171: GORA-538 No content
stored for an object field with name "value"
URL: https://github.com/apache/gora/pull/171#discussion_r285833946
##########
File path: gora-solr/src/test/conf/gora-solr-mapping.xml
##########
@@ -20,6 +20,7 @@
<class name="org.apache.gora.examples.generated.Employee"
keyClass="java.lang.String" table="Employee">
<primarykey column="ssn"/>
<field name="name" column="name"/>
+ <field name="value" column="value"/>
Review comment:
Use two-spaces instead of tabs
----------------------------------------------------------------
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