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

David Smiley commented on SOLR-12638:
-------------------------------------

Ronen, your explanation wasn't clear to me since using "parentFilter" param in 
the child doc is not supported in a nested schema (schemas with a nest path 
field), and Solr will complain about that.  Furthermore the link to Yonik's old 
tutorial pre-dated this feature and would need to be updated to use a 
relationship name like "reviews" instead of specifically "_childDocuments_" to 
use the new nested schema stuff, and you didn't mention doing that.  
Nonetheless I tweaked the curl statement to add the data in this way and was 
able to see that the atomic update did *not* leave the children in place, which 
is troubling and not what I expected.  I'll look further to see what's going on.

> Support atomic updates of nested/child documents for nested-enabled schema
> --------------------------------------------------------------------------
>
>                 Key: SOLR-12638
>                 URL: https://issues.apache.org/jira/browse/SOLR-12638
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: mosh
>            Assignee: David Smiley
>            Priority: Major
>             Fix For: 8.1
>
>         Attachments: SOLR-12638-delete-old-block-no-commit.patch, 
> SOLR-12638-nocommit.patch, SOLR-12638.patch, SOLR-12638.patch
>
>          Time Spent: 17h 10m
>  Remaining Estimate: 0h
>
> I have been toying with the thought of using this transformer in conjunction 
> with NestedUpdateProcessor and AtomicUpdate to allow SOLR to completely 
> re-index the entire nested structure. This is just a thought, I am still 
> thinking about implementation details. Hopefully I will be able to post a 
> more concrete proposal soon.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to