在Google上没有找到答案。
我有json对象,其中包含first_name
和last_name
。
如果查询的前缀为first_name + last_name
或last_name + first_name
,我想运行匹配的搜索。
E.g。对象:
{
"first_name":"Leo",
"last_name": "messi"
}
{
"first_name":"Leo",
"last_name": "Cohen"
}
答案 0 :(得分:1)
我认为你可以通过跨领域搜索来做到这一点。
请参阅: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_cross_fields_queries.html