ElasticSearch Attachment
This module enables you to index the content of documents like PDFs using Elasticsearch's pipeline feature. The extracted text from these documents can then be used for searching. It is a rewrite of the search_api_elasticsearch_attachments module and supports Elasticsearch 8.x.
Try to fork/rewrite search_api_elasticsearch_attachments in order to support ElasticSearch_connector 8.x (for ElasticSearch 8.x) and using search_api_attachments.
[to be continued]
Features
The module allows you to use the ElasticSearch ‘pipeline’ to index the content of documents (pdf & co) present in the content. The content extracted in this way can be used in search.
Post-Installation
Additional Requirements
Need patch from https://www.drupal.org/project/search_api_attachments/issues/3008580 to use nested document (as media)
Similar projects
It's a fork/rewrite of search_api_elasticsearch_attachments