我有一个索引字段,名称为" * _ i" AWS CloudSearch上的(不含引号):
然后我有以下文件:
[
{
"type": "add",
"id": "file_3",
"fields": {
"tenant_id": 1,
"file_id": 3,
"file_name": "TestWordDoc.docx",
"file_size": "10795",
"file_created_date": "2015-11-13T17:05:33Z",
"file_contents": "The quick brown fox jumps over the lazy dog pdf",
"file_custom_field_2_text": "This is a file text custom field value",
"review_rating_i": 123
}
}
]
但是当我尝试将搜索文档上传到AWS时,它与动态字段不匹配" review_rating_i":
我做错了什么?我按照official documentation按照说明操作。
答案 0 :(得分:2)
如果您忽略该消息并上传文档,会发生什么? 我想您可以使用搜索字段进行搜索:review_rating_i