Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 238 Bytes

match-all-query.md

File metadata and controls

10 lines (6 loc) · 238 Bytes

Match All Query

最简单的查询,它匹配所有文档

查看 Match All Query

QueryBuilder qb = matchAllQuery();