zincsearch / zincsearch

ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.

Home Page:https://zincsearch-docs.zinc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, does zinc not support paging query?

BrainPicker-L opened this issue · comments

Refer to the Es-use-document to paging query,but it didn't work
Es-use-document: https://www.elastic.co/guide/cn/elasticsearch/guide/2.x/_empty_search.html

GET /_search
{ "from": 30, "size": 10 }