Hi,I have a problem with nested docs. If I create a document with id: 1 and fieldA:sometext and then add it to sol'r, I get one doc in sol'r.
Afterwards if I add a child/nested doc to this document I additionally get a _root_:1 to the document but the problem is I now have two documents with the same ID (id: 1) in sol'r, one with _root_ and the child/nested doc and one without it.
Any ideas why this happens? Any ideas how to avoid this? Thanks,