i create an flask web application in order to add my files into my cluster ES, using fscrawler.
I would like create a section where user could add more informations about this document; I want create a new property in my doc, call "userdata" for example -like a post-it we add on a document-
The problem is I want to be able to do specific search in this property. In fact, i could just add the userdata at the end in my file, then it will be add in content section of the document.
In a nutshell, at the moment i upload with FSCrawler in my cluster: myfile.doc, and i want to add now:
myfile.doc +"properties": {
"userdata": {
"type": "text",
"content": "Hello i am the User and i add my comments
}
Is this possible ?
I hope i was clear, thanks for help
I have no idea how to approach the problem, because in my app, file is send to fscrawler update url and not data, so i do not know how could i add data above it..
In fact i am not sure it is possible, i would like to have an opinion if you can.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.