hi Team
In the elastic, we usually ingest the attachment in elasticsearch using attachment plugin(Ingest Attachment plugin | Elasticsearch Plugins and Integrations [master] | Elastic) so we don’t have to worry about the types of file we are trying to ingest.
Typically, we need different types of library to read the content of different types of file(i.e work, excel,pdf,pptx). By using this plugin, we do not need any types of library to read the content.
Can we use the same with app search?