Hi All I am trying to add few fields in schema.xml file as below. <field name="salary" type="long" indexed="true" stored="true" /> <field name="experience" type="long" indexed="true" stored="true "/> * <field name="last_updated_date" type="tdate" indexed="true" stored="true" default="NOW" multiValued="false "/> *
<dynamicField name="rs_*" type="long" indexed="true" stored="true" multiValued="false"/> <dynamicField name="rd_*" type="tdate" indexed="true" stored="true" multiValued="false"/> Only the "last_updated_date" (the one in bold letters) getting added. Is there any syntax issue with other 4 entries. Kindly let me know. Thanks kamal