gpt4 book ai didi

elasticsearch - ElasticSearch:是否可以通过在ElasticSearch中简单地提供查询来搜索文档中的所有文件

转载 作者:行者123 更新时间:2023-12-03 01:06:06 26 4
gpt4 key购买 nike

我是Elasticserach的新手,正在寻找针对我们现有方案的解决方案。假设我创建了一个文档:

{     
"employee": {
"properties": {
"id" : {"type": "string"},
"value": {"type": "string"},
"role": {"type": "string"},
"desc": {"type": "string"}
}
}
}

我想搜索字段而不显式指定字段名称。

例如,如果我的搜索查询字符串是“Bin”,则我想在所有字段id,value,role和desc中进行搜索。 ElasticSearch有什么办法吗?

最佳答案

您可以使用_all字段进行操作。它使您无需指定字段名称即可搜索文档。

但是,请务必仔细阅读文档,因为:

This comes at the expense of CPU cycles and index size.

关于elasticsearch - ElasticSearch:是否可以通过在ElasticSearch中简单地提供查询来搜索文档中的所有文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29361600/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com