Do you have the types corresponding to those fields present? Specifically, "long". You don't get any special type names out of the box, they all need to be present in types area.
Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Fri, May 17, 2013 at 8:49 AM, Kamal Palei <palei.ka...@gmail.com> wrote: > 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