瀏覽代碼
fix: opensearch metadata filtering returns empty (#20701)
Co-authored-by: wenjun.gu <wenjun.gu@envision-energy.com>
Co-authored-by: crazywoola <427733928@qq.com>
tags/1.4.2
jefferyvvv
4 月之前
No account linked to committer's email address
|
|
|
|
|
|
|
|
Field.METADATA_KEY.value: { |
|
|
Field.METADATA_KEY.value: { |
|
|
"type": "object", |
|
|
"type": "object", |
|
|
"properties": { |
|
|
"properties": { |
|
|
"doc_id": {"type": "keyword"} # Map doc_id to keyword type |
|
|
|
|
|
|
|
|
"doc_id": {"type": "keyword"}, # Map doc_id to keyword type |
|
|
|
|
|
"document_id": {"type": "keyword"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |