yacy_search_server/htroot/yacysearchlatestinfo.json
luccioman 30c2f50e0b Use final results counts in progress bar detailed statistics.
Using unfiltered detailed counts (local and remote entries found before
doubles detection and before applying query modifiers) was confusing and
inconsistent with the total count. It could let think more results are
to come in the next pages, without understanding why they are not
displayed.
2017-08-31 07:37:24 +02:00

14 lines
413 B
JSON

{
"offset": "#[offset]#",
"itemscount": "#[itemscount]#",
"itemsperpage": "#[itemsperpage]#",
"totalcount": "#[totalcount]#",
"localResourceSize": "#[localResourceSize]#",
"localIndexCount": "#[localIndexCount]#",
"remoteResourceSize": "#[remoteResourceSize]#",
"remoteIndexCount": "#[remoteIndexCount]#",
"remotePeerCount": "#[remotePeerCount]#",
"navurlBase": "#[navurlBase]#",
"feedRunning": #[feedRunning]#
}