摘要:
1 分页: localhost:9200/get-together/_search {"query": {"match_all": {}},"from": 10,"size": 10} 2 查询具体字段: localhost:9200/get-together/_search {"query": { 阅读全文
摘要:
排序查询:localhost:9200/get-together/_search?sort=date:asc, 排序以及按字段查询:localhost:9200/get-together/_search?sort=date:asc&_source=title,date, 排序和字段中关键字查询:lo 阅读全文