提交 eb957497 authored 作者: taojinlong's avatar taojinlong

fix: Elasticsearch sql, field_multi_value_leniency -> true; the API returns the…

fix: Elasticsearch sql, field_multi_value_leniency -> true; the API returns the first value from the array with no guarantee of consistent results.
上级 31bae2db
......@@ -6,4 +6,5 @@ import lombok.Data;
public class Requst {
private String query;
private Integer fetch_size = 10000;
private boolean field_multi_value_leniency = true;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论