Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Yoann RodièreYoann RodièreComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Yoann Rodière
Yoann RodièreComponents
Priority
Created February 27, 2017 at 10:06 AM
Updated April 3, 2017 at 4:55 PM
Resolved April 3, 2017 at 4:54 PM
In https://hibernate.atlassian.net/browse/HSEARCH-2434#icft=HSEARCH-2434 we made sure that schema generation will work fine with an ES5 cluster, meaning we'll use the
text
/keyword
datatypes instead ofstring
.But the
string
is actually still allowed in some conditions (namely, indices migrated from ES2), so our schema validation and migration tools should take this into account and handle thestring
datatype correctly (whatever that means).