Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited2a9d0

Browse files
authored
Merge pull request#488 from jfix/patch-1
Fix small typo
2 parents3e873cb +eed5b40 commited2a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Offsets for `/works` are limited to 10K. Use `cursor` (see below) for larger `/w
597597

598598
###Deep paging with cursors
599599

600-
Using large`offset` values can result in extremely long response times. Offsets in the 100,000s and beyond will likely cause a timeout before the API is able to respond. An alternative to paging through very large result sets (like a corpus used for text and data mining)it to use the API's exposure of Solr's deep paging cursors. Any combination of query, filters and facets may be used with deep paging cursors. While`rows` may be specified along with`cursor`,`offset` and`sample` cannot be used. To use deep paging make a query as normal, but include the`cursor` parameter with a value of`*`. In this example we will page through all`journal-article` works from member`311`:
600+
Using large`offset` values can result in extremely long response times. Offsets in the 100,000s and beyond will likely cause a timeout before the API is able to respond. An alternative to paging through very large result sets (like a corpus used for text and data mining)is to use the API's exposure of Solr's deep paging cursors. Any combination of query, filters and facets may be used with deep paging cursors. While`rows` may be specified along with`cursor`,`offset` and`sample` cannot be used. To use deep paging make a query as normal, but include the`cursor` parameter with a value of`*`. In this example we will page through all`journal-article` works from member`311`:
601601

602602
https://api.crossref.org/members/311/works?filter=type:journal-article&cursor=*
603603

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp