diff options
Diffstat (limited to 'docs/resource.md')
-rw-r--r-- | docs/resource.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/resource.md b/docs/resource.md index 0988535..defbf9a 100644 --- a/docs/resource.md +++ b/docs/resource.md | |||
@@ -31,7 +31,7 @@ The following kinds of preprocessors exist: | |||
31 | * passive preprocessors, that extract data that is stored externally (i.e. indexers) | 31 | * passive preprocessors, that extract data that is stored externally (i.e. indexers) |
32 | * flag extractors, that produce data stored with the entity (spam detection) | 32 | * flag extractors, that produce data stored with the entity (spam detection) |
33 | 33 | ||
34 | Preprocessors are typically read-only, to i.e. not break signatures of emails. Extra flags that are accessible through the akonadi domain model, can therefore be stored in the local buffer of each resource. | 34 | Preprocessors are typically read-only, to i.e. not break signatures of emails. Extra flags that are accessible through the sink domain model, can therefore be stored in the local buffer of each resource. |
35 | 35 | ||
36 | ## Requirements | 36 | ## Requirements |
37 | * A preprocessor must work with batch processing. Because batch-processing is vital for efficient writing to the database, all preprocessors have to be included in the batch processing. | 37 | * A preprocessor must work with batch processing. Because batch-processing is vital for efficient writing to the database, all preprocessors have to be included in the batch processing. |