我的情况是这样的:
我有一个由完全不同的应用程序生成的索引,我想从solr移植/公开它。
我可以轻松地做到这一点,但现在问题是我无法查询任何字段。我只是空{}
我修改了架构以包含移植文档中的字段,但它似乎没有什么区别。
当我做q=*:*
时,我可以看到所有文件,所以我知道信息就在那里。 很容易。我只是错过了它。
有人愿意接受我的教育吗?
文件示例:
"docs": [
{
"code": "A000",
"description": "Cholera due to Vibrio cholerae 01, biovar cholerae",
"version": "10",
"concepts": [
"cholera",
"cholera-due to biovar cholera",
"cholera-due to vibrio cholerae 01",
"infectious diseases",
"intestinal infectious diseases"
],
"tags": [
"biovar",
"cholera",
"cholerae",
"diseases",
"infectious",
"intestinal",
"vibrio"
],
"category": "A00",
"etiology": "0"
},
]