标签: elasticsearch
我在弹性搜索中有一些文档,字段名称为“text”。我想搜索具有自定义评分机制的令牌列表。分数应为(number_of_tokens_matched / total_number_of_tokens)。
如何实现这一目标?