Я пробовал ниже запрос-
http://<hostname>:<port>/search/?yql=select * from sources document_name where sddocname contains 'document_name' | all(group(key) each(each(output(summary())))) ;
Результат, который я получил-
{
"root": {
"id": "toplevel",
"relevance": 1.0,
"fields": {
"totalCount": 2924
},
"coverage": {
"coverage": 100,
"documents": 2924,
"full": true,
"nodes": 3,
"results": 1,
"resultsFull": 1
},
"children": [
{
"id": "group:root:0",
"relevance": 1.0,
"continuation": {
"this": ""
},
"children": [
{...
Для реализации нумерации страниц нам нужно continuation.this
значение ключа, но мы получаем пустую строку внутри this
key.
Кроме того, как мы можем установить количество записей на одной странице в разбивке по страницам, используя group, на?