We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The document store will be based on the following schema:
=========
{"_id":"ObjectId", "text":"raw utf8 text of the document", "filename":"filename as stored in the GRIDFS", }
========
{"text":"raw utf8 text of the document", "filename":"filename as stored in the GRIDFS", }