Hi,

I want to check if I have orphan documents in my core.

I found this utility *CheckJoinIndex* in Lucene, but I really don't know
how to execute it in my Solr 5.5.3 core.

Is there a query that can gave me the orphan documents in Solr?

I have an schema like this:

{ "id": 1,
"content_type": 'A',
"_childDocuments_": [ { "id": "S_1", "content_type": "B", },


Best regards,

-- 
Ivan

Reply via email to