Changes to querieseditThe collect_payloads parameter of the span_near query has been removed. Payloads will be loaded when needed.span_near query의 collect_payloads 매개변수는 제거되었다. 필요한 경우 payload가 load된다.Queries on boolean fields now strictly parse boolean-like values. This means only the strings "true" and "false" will be parsed into their boolean counterparts. Other strings will cause an error to ..