diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:38 +0100 |
commit | 944d1f728cb1612daa51aa2c550c0bcb67166852 (patch) | |
tree | f0a52d10dfbb855da0b1db17f820b4a73bfa8e40 /docs/resource.md | |
parent | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (diff) | |
download | sink-944d1f728cb1612daa51aa2c550c0bcb67166852.tar.gz sink-944d1f728cb1612daa51aa2c550c0bcb67166852.zip |
Use Sink in docs.
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. |