10up / ElasticPress

A fast and flexible search and query engine for WordPress.
https://elasticpress.io
GNU General Public License v2.0
1.24k stars 312 forks source link

Index documents hosted elsewhere in the cloud #3830

Closed jerasokcm closed 7 months ago

jerasokcm commented 7 months ago

Describe your question

Let's say I have a CPT called "video". This post type has a meta field "transcript", that points to a PDF file hosted in Amazon S3. Is there a way to configure ElasticPress to send the document to be indexed by ES, so that the parent post is displayed in the results when searching some terms that are present in the PDF file?

Code of Conduct

felipeelia commented 7 months ago

@jerasokcm We've recently merged into our ElasticPress Labs plugin, a feature that might help you achieve that. See this PR for more info: https://github.com/10up/ElasticPressLabs/pull/94

It is not released yet, but you should be able to test it using the code in that PR.

jerasokcm commented 7 months ago

@jerasokcm We've recently merged into our ElasticPress Labs plugin, a feature that might help you achieve that. See this PR for more info: 10up/ElasticPressLabs#94

It is not released yet, but you should be able to test it using the code in that PR.

Thanks. I will give it a try.