Hi, Can an index contain both Standalone documents and nested documents ? I remember being told before that this may not work, but asking again for confirmation here.
What I have is a bunch of standalone document followed by nested documents in the index. The BlockJoin then works fine and am able to select/search parents whose children meet a specific criteria. But the moment a set of new standalone document gets added to the index, the previously working search result starts to return wrong results (or wrongly matches a standalone parent). Am using Solr 4.10.3. Will migrating to Solr 5 solve this ? Regards, Sathya