是否可以按版本搜索弹性搜索索引中的文档?我试试这个:
curl -XGET eshost:9200/myindex/mytype/_search -d '{query:{match:{_version:"2"}}}'
但它不起作用.
我需要这样的查询来获取所有从未更新过的文档.
elasticsearch
我有两个带有唯一数字键的数组。我怎样才能更快地合并它们?
php arrays performance array-merge
array-merge ×1
arrays ×1
elasticsearch ×1
performance ×1
php ×1