MongoDBシェルでは、次のことができます。
db.collectionName.find( { city: "London" } ).skip( 20 ).limit( 20 );
ドキュメント21から40の結果を表示します。
制限を確認してスキップしてください: http://docs.mongodb.org/manual/core/read/#limit-the-number-of-documents-to-return
また、チュートリアルを確認することを強くお勧めします: http://docs.mongodb。 org / manual / tutorial / getting-started /