Lucky Sharma created SOLR-13062:
-----------------------------------

             Summary: UpdateProcessorFactory 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
         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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to