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 07:46:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Lucky Sharma updated SOLR-13062:
--------------------------------
    Summary: SimpleBlockJoinUpdateRequestProcessorFactory for Atomic update and adding child doc   (was: UpdateProcessorFactory for Atomic update and adding child doc )

> 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
>
>
> Since, We are unable to to any update on block documents,
> This processor will be responsible for the block join updates/create documents
>  
> {color:#7d8c93}Updation of the complete block based on block key,
> {color}{color:#7d8c93} Document must contain:
> {color}{color:#7d8c93} 1. Parent_ID
> {color}{color:#7d8c93} 2. Block_Level_Key (default is _root_)
> {color}{color:#7d8c93} 3. LevelField which will be 0 for root, 1 for first child, 2 for grand child and so on
> {color}{color:#7d8c93} 4. primary Field (i.e the ID)
> {color}{color:#7d8c93}
> {color}{color:#7d8c93} I/p will be in form of doc wrapper, with parent will hold only the block key & option for
> {color}{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