Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.10
-
None
-
None
Description
Was able to reproduce the issue reported here:
http://qnalist.com/questions/5175783/solrj-bug-related-to-solrj-4-10-for-having-both-incremental-partial-update-and-child-document-on-the-same-solr-document
The following two failing tests:
1.
a) Add a document 'parent'. Commit.
b) Make atomic update to 'parent' doc
c) Add a child doc to 'parent'. Commit.
Expected 2 documents, Actual 1 document
2.
a) Add a document with id 'parent'
b) Add another document with id 'parent' with a child 'child'. Commit
Expected 2 documents (the overwritten parent document and the child), Actual 3 documents (two documents with the id 'parent').
Attachments
Attachments
Issue Links
- is related to
-
SOLR-12638 Support atomic updates of nested/child documents for nested-enabled schema
- Resolved
-
SOLR-6700 ChildDocTransformer doesn't return correct children after updating and optimising solr index
- Closed
-
SOLR-12167 Child documents are ignored if unknown atomic operation specified in parent doc
- Closed
-
SOLR-10144 redesign block-join support
- Closed
- is superceded by
-
SOLR-12638 Support atomic updates of nested/child documents for nested-enabled schema
- Resolved
- relates to
-
SOLR-5211 updating parent as childless makes old children orphans
- Closed
-
SOLR-3076 Solr(Cloud) should support block joins
- Closed
-
SOLR-5142 Block Indexing / Join Improvements
- Open
-
SOLR-6096 Support Update and Delete on nested documents
- Closed