You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ivan Bianchi <iv...@wikiloc.com> on 2017/02/13 17:37:20 UTC

Get orphan documents

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