Skip to content

Instantly share code, notes, and snippets.

@Idnan
Created October 15, 2018 06:19
Show Gist options
  • Save Idnan/71e0478985a3aefa88f6502f83b28056 to your computer and use it in GitHub Desktop.
Save Idnan/71e0478985a3aefa88f6502f83b28056 to your computer and use it in GitHub Desktop.
Go mongo indexer json files format
[
{
"collection": "collection_name",
"cap": null,
"index": [
["-createdAt"],
["-status"],
["-trackId"],
["-cartId"],
["-orderId"],
["-groupId"],
["-currency"]
]
},
{
"collection": "collection_name",
"cap": null,
"index": [
["-createdAt", "-user.email"],
["username"],
["-userId"],
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment