Closed 23Skidoo closed 8 years ago
I test with ES 1.7, so this was broken in ES < 2 already, despite what documentation says.
Also updated tests and made some other small fixes.
Interesting, the UpdatableIndexSetting
roundtrip property seems to have been broken by the
instance ApproxEq Char where
+ (=~) = (==)
change. Not sure how to fix.
Not sure how to fix.
/cc @MichaelXavier Didn't you need ApproxEq
for something?
Couldn't reproduce the failure locally with ./dist/build/tests/tests --seed 47535321
.
@bitemyapp I backed out the GHC 8 compatibility fix, so this should be now good to go.
@23Skidoo thank you!
No need to specify the mapping name twice, since
putMapping
doesPUT /$INDEXNAME/_mappings/$MAPPINGNAME
and you give it anIndexName
and aMappingName
. In fact, specifying the mapping name here breaks upsert semantics (you getRoot type mapping not empty after parsing!
exception when trying to add the same mapping twice).