You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Lucky Sharma (JIRA)" <ji...@apache.org> on 2018/12/12 08:26:00 UTC

[jira] [Commented] (SOLR-13062) SimpleBlockJoinUpdateRequestProcessorFactory for Atomic update and adding child doc

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

Lucky Sharma commented on SOLR-13062:
-------------------------------------

[~mkhludnev] 

please review

> SimpleBlockJoinUpdateRequestProcessorFactory for Atomic update and adding child doc 
> ------------------------------------------------------------------------------------
>
>                 Key: SOLR-13062
>                 URL: https://issues.apache.org/jira/browse/SOLR-13062
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: UpdateRequestProcessors
>            Reporter: Lucky Sharma
>            Priority: Major
>         Attachments: SimpleBlockJoinUpdateProcessor.patch
>
>
> This processor will be responsible for the block join updates/create documents in one update request
>  This processor will fetch the complete block, update the block where updation is needed and push back into the SOLR
> {color:#333333}Updation of the complete block based on block key,{color}{color:#7d8c93} Document must contain:{color}{color:#7d8c93} {color}
>  # Parent_ID
>  #   Block_Level_Key (default is _root_){color:#7d8c93} {color}
>  #  LevelField which will be 0 for root, 1 for first child, 2 for grand child and so on{color:#7d8c93} {color}
>  # Primary Field (i.e the ID)
> I/p will be in form of doc wrapper, with parent will hold only the block key & option for{color:#7d8c93} update only.{color}{color:#7d8c93} Its child docs will contain the which doc in this block you want to update with what values.{color}{color:#7d8c93} This is always an atomic update.{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org