Navigation Menu

Skip to content

Commit

Permalink
Update example catalog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 7, 2014
1 parent 8cc202c commit 28d94cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tutorial/basic/index.md
Expand Up @@ -122,7 +122,7 @@ catalog.json:
"datasets": {
"Starbucks": {
"workers": 0,
"plugins": ["search", "groonga", "add"],
"plugins": ["crud", "search", "groonga"],
"number_of_replicas": 2,
"number_of_partitions": 2,
"partition_key": "_key",
Expand All @@ -149,8 +149,11 @@ catalog.json:
}
}
},
"options": {
"plugins": ["crud"]
"collector": {
"plugins": ["basic", "search"]
},
"planner": {
"plugins": ["crud", "search", "groonga"]
}
}

Expand Down

0 comments on commit 28d94cf

Please sign in to comment.