You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Isaac Hebsh (JIRA)" <ji...@apache.org> on 2013/02/16 22:09:12 UTC

[jira] [Comment Edited] (SOLR-4468) Add document but keep existing fields values

    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org