OpenSearch/modules/mapper-extras
Julie Tibshirani cc0ff3aa71 Ensure field caps doesn't error on rank feature fields. (#44370)
The contract for MappedFieldType#fielddataBuilder is to throw an
IllegalArgumentException if fielddata is not supported. The rank feature mappers
were instead throwing an UnsupportedOperationException, which caused
MappedFieldType#isAggregatable to fail.
2019-07-16 15:56:50 -07:00
..
src Ensure field caps doesn't error on rank feature fields. (#44370) 2019-07-16 15:56:50 -07:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00