site/queries folder
Once swFilter() as processed a query, the result is serialized and saved in the queries folder
The filename is a hash of the query.
The advantage is
- Everytime we search we can start with a found set and only have to parse revisions that have been added since the last request.
As swFilter() has an atomic approach using simplified searches, there are likely to be reused in other complex contextes.
The queries folder is not backed up.