I opened a JIRA for this improvement request (attached a patch to DistributedUpdateProcessor). It's my first JIRA. please review it... (Or, if someone has an easier solution, tell us...)
https://issues.apache.org/jira/browse/SOLR-4468 On Fri, Feb 15, 2013 at 8:13 AM, Isaac Hebsh <isaac.he...@gmail.com> wrote: > Hi. > > I have a 'timestamp' field, which is a date, with a default value of 'NOW'. > I want it to represent the datetime when the item was inserted (at the > first time). > > Unfortunately, when the item is updated, the timestamp is changed... > > How can I implement INSERT TIME automatically? >