Elastichsearch分页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elastichsearch分页相关的知识,希望对你有一定的参考价值。
参考技术A在项目中我用到ES的两种分页方式,这里记录一下。
Spring data实现
接口接收 Map 对象和 spring pageable , StringQuery 载入检索条件和分页参数,使用 ElasticsearchRestTemplate 进行检索。
1m 表示 scroll_id 在一分钟内有效。
返回结果
使用返回结果中的 _scroll_id 进行下次搜索。
Spring data实现
需要注意:
以上是关于Elastichsearch分页的主要内容,如果未能解决你的问题,请参考以下文章
ES(elasticsearch) springboot+es【深分页scrollId】
Elasticsearch:在 Java 客户端中使用 scroll 来遍历搜索结果 - Elastic Stack 8.x
Elasticsearch:在 Java 客户端中使用 scroll 来遍历搜索结果 - Elastic Stack 8.x