Remove upgrade doc. Merk will add manually.

This commit is contained in:
nurikabe 2013-12-03 23:40:00 +00:00
parent 22a5d67d05
commit ed21e60869

View file

@ -1,11 +0,0 @@
UPGRADE FROM 2.x to 3.0
=======================
### ElasticSearch Synchronization Event
* Prior to 3.0, the ElasticSearch index was synchronized in the `postInsert`,
`postUpdate`, and `pre/postRemove` events which fire before flush. Because
of this, exceptions thrown when flushing would cause the data source and
ElasticSearch index to fall out of sync.
As of 3.0, ElasticSearch is updated `postFlush` by default.