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

Indexing issues #90

Closed zerackam closed 10 years ago

zerackam commented 10 years ago

I have 2.2.0 running but i'm running into a few errors.

while indexing the plugin runs into occasional server errors ie. 503 error which is fine because i have 900K posts and 5 custom fields and im running the index at 5000 posts at a time but when i click continue indexing even though the plugin shows that indexing is continuing where it left off it doesn't seem to reflect when i test it out and do a search (it doesn't seem to continue to add to the index)

Thanks for any help.

parisholley commented 10 years ago

Unfortunately at the moment, clicking re-index always starts from 0, so you will need to make sure you have a clean pass through to see all of your content.

I assume by doing 5000 posts, you are overriding per_page by implementing a 'indexer_per_page' filter? In my experience, bumping the number up will not make it go much faster, and you will risk timeouts and other long running issues. But I also haven't tried this against an install with 900k posts :)

parisholley commented 10 years ago

going to close unless there is a direct bug with FES