I have a simple question. I read that Tika can extract information from CAD file as DWG format. There is a mode to improve this in Elastic?
I put into modules\ingest-attachment folder tika-parser-cad-module-2.9.2.jar
but it don't work. I suppose because elastic not permits to index this type of file. Do you have suggestion?
Thanks for your help!
You can try FSCrawler which supports those files.
Thank you for your suggest. I hope configure it, because I am newer of this application. In this moment My Document Software use REST command to put document in Elastic:
PUT //doc/<stream|signed|preview|filedata>_?pipeline=attachment
And this parameter is fix.
Image i must sobstitute Tika with FSCrawler
fscrawler is a standalone service or application.
But you can use its Rest service to upload your files.
See
I understand, But parameter from my software not are modifiable and the REST command to put Attachment points to elastic:9200.
So there's no workaround.