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

What is the mechanism of indexing new posts to elasticsearch? #103

Closed ghost closed 9 years ago

ghost commented 9 years ago

Okay, whenever a new post is added using WordPress dashboard, it gets indexed into elasticsearch.

But i have written a small service which directly adds posts to MySQL database (there are some posts directly needs to be added, check this http://jansipke.nl/using-python-to-add-new-posts-in-wordpress/), so want to know will these posts also get indexed or do i need to index them manually?

Please advice.

parisholley commented 9 years ago

This plugin only detects posts created through wordpress, you will need to go into admin and re-index manually.