parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

Custom mapping image urls #136

Closed devlesedi closed 8 years ago

devlesedi commented 8 years ago

I am looking for a way to index image urls along with my posts. My php skills are a bit cloudy but I'm assuming there are filters I can apply on a custom plugin?

devlesedi commented 8 years ago

nm, I managed to use the 'elasticsearch_indexer_build_document' filter to do what I wanted.