I'm trying to index word documents in my elasticsearch environment. I tried using the elasticsearch ingest-attachment plugin, but it seems like it's only possible to ingest base64 encoded data.
My goal is to index whole directories with word files. I tried using FSCrawler but it sadly currently contains a bug when indexing word documents. I would be really thankfull if someone could explain me a way to index directories containing word documents.