[ 
https://issues.apache.org/jira/browse/SOLR-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580032#comment-13580032
 ] 

Isaac Hebsh edited comment on SOLR-4468 at 2/16/13 9:07 PM:
------------------------------------------------------------

example syntax:
{code:xml}
<add>
  <doc>
    <field name="first_update_timestamp" update="create">NOW</field>
  </doc>
</add>
{code}
                
      was (Author: isaachebsh):
    example syntax:
<add>
  <doc>
    <field name="first_update_timestamp" update="create">NOW</field>
  </doc>
</add>
                  
> Add document but keep existing fields values
> --------------------------------------------
>
>                 Key: SOLR-4468
>                 URL: https://issues.apache.org/jira/browse/SOLR-4468
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>    Affects Versions: 4.1
>            Reporter: Isaac Hebsh
>         Attachments: SOLR-4468.patch
>
>
> The original need is a field that represents the (first) insertion time of 
> the document.
> It can be implemented as another value in the "update" optional attribute of 
> 'field' element, in AddUpdateCommand.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to