Navigation Menu

Skip to content

Commit

Permalink
Remove a deprecated description.
Browse files Browse the repository at this point in the history
  • Loading branch information
daijiro committed Feb 7, 2014
1 parent 44dac90 commit 7a96e20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions reference/catalog/index.md
Expand Up @@ -101,7 +101,7 @@ tables.
Droonga Engine can be extended by writing plugin scripts.
In most cases, a series of plugins work cooperatively to
achieve required behaviors.
So, basically plugins are organized by behaviors.
So, plugins are organized by behaviors.
Each behavior can be attached to datasets and/or tables by
adding "plugins" section to the corresponding entry in the catalog.

Expand All @@ -111,9 +111,6 @@ when adapting messages.
When adapting an incoming message, plugins are applied in forward order
whereas those are applied in reverse order when adapting an outgoing message.

Although plugins can also be assigned by each stage of data processing
(e.g. "collector", "planner"), this manner will be deprecated in the future version.

## Example

Consider the following case:
Expand Down

0 comments on commit 7a96e20

Please sign in to comment.