Integrate documents indexing with mongodb
Create collection with file metadata and add new record on file uploading. Save next data:
- document id
- storage which it saved in
- document privacy (private/public)
- document owner
- doc metadata
- doc size
- some field with _extra_meta for internal use (for example information about file successful movement to another storage)
Edited by dmitry.mashoshin