尝试获取父文档及其所有子文档时,我遇到apache solr
父查询的问题。
我已经在solr
搜索引擎中为147个父文档建立了索引,并为3090个子文档建立了索引,并尝试通过以下方式获取结果:
"http://localhost:8983/solr/vueSolr/select?fl=*,%20[child%20parentFilter=_type:product%20limit=100]&q=_type:product&rows=147"
预期结果-所有父文档及其子文档。
我得到的结果是一个父文档,并且在响应末尾出现错误:
"error":{
"msg":"Parent query must not match any docs besides parent filter. Combine them as must (+) and must-not (-) clauses to find a problem doc. docID=3116"