Optional
boostboost: 浮点数,用作与筛选器查询匹配的每个文档的常量相关性分数。
Optional
clausesclauses: 查询语句数组
Optional
in_In_order:如果为true,则每个子句的跨度必须与子句中的顺序相同,并且必须不重叠。默认为true。
Optional
query_query_name:筛选器的查询名称,在每次命中搜索match_filters时可以使用该筛选器
Optional
slopslop:中间不匹配位置的最大数量。
Matches spans which are near one another. One can specify slop, the maximum number of intervening unmatched positions, as well as whether matches are required to be in-order.
Example