Navigation Menu

Skip to content

Commit

Permalink
Remove planners and collectors configurations from catalog.json
Browse files Browse the repository at this point in the history
They are enabled by default in 0.9.9.
  • Loading branch information
kou committed Feb 7, 2014
1 parent 5ceae5b commit 44dac90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions ja/tutorial/basic/index.md
Expand Up @@ -157,12 +157,6 @@ catalog.json:
}
}
}
},
"collector": {
"plugins": ["basic", "search"]
},
"planner": {
"plugins": ["crud", "search", "groonga"]
}
}

Expand Down
6 changes: 0 additions & 6 deletions reference/catalog/index.md
Expand Up @@ -172,12 +172,6 @@ Here is a `catalog.json` for the above case:
}
}
}
},
"collector": {
"plugins": ["basic", "search"]
},
"planner": {
"plugins": ["crud", "search", "groonga"]
}
}
~~~
Expand Down
6 changes: 0 additions & 6 deletions tutorial/basic/index.md
Expand Up @@ -148,12 +148,6 @@ catalog.json:
}
}
}
},
"collector": {
"plugins": ["basic", "search"]
},
"planner": {
"plugins": ["crud", "search", "groonga"]
}
}

Expand Down

0 comments on commit 44dac90

Please sign in to comment.