在Elasticsearch查询说明中,“#*:*”是什么意思?

时间:2018-10-31 18:04:30

标签: elasticsearch lucene

每次我用_validate/query?explain个查询之一命中multi_match端点时,我都会得到通常的Lucene查询语法以及一些我不认识的东西。例如:

{
   'query': {
        'multi_match': { 
            'query': 'basketball with cartoon aliens',
            'fields': ['title^10', 'overview']
        }
    }
}

成为

'+((title:basketball title:with 'title:cartoon title:aliens)^10.0
  |(overview:basketball overview:with overview:cartoon overview:aliens)) #*:*'

这个#*:*,是什么意思?

0 个答案:

没有答案