solr-parent-filter

Getting “Parent filter should not be sent when the schema is nested” when using parent filter in fl in solr 8

被刻印的时光 ゝ 提交于 2019-12-11 03:24:49
问题 I am trying to fetch the parent document with child documents. But getting " Parent filter should not be sent when the schema is nested " error. Attached the query in below that I have tried but I can't get the solution q : {!parent which=content_type:person} fl : *, [child parentFilter=content_type:person] Below is the document that I have added to solr core. Collection<SolrInputDocument> batch = new ArrayList<>(); // Parent Doc 1, a person mamed John Jones SolrInputDocument person1 = new