Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 2.0 RC1 (Hopper)
-
Component/s: Core, Documentation
-
Labels:None
Description
Upgrade to ES 2.0
The upgrade might require the following and requires some investigation.
- Replace Facets with the according Aggregations.
- Replace removed Builders by their new QueryBuilder counterparts.
- Remove "memory" option for "index.store.type"
- Find alternative for "delete query" which has been removed in 2.0
- ...
There's quite a bit to change through out the whole API which makes me think that this upgrade might require a major version bump.
I've a draft implementation at hand removing the compile errors and making sure the node client starts up. The draft is far from perfect and deals only with some parts of the above mentioned throwing UnsupportedOperationException on those I could not solve quickly - let me know if you want to have a look, in that case I can clean things up a bit and provide you with the branch.