OpenSearch/modules/mapper-extras/src
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
..
main/java/org/elasticsearch/index Ensure field caps doesn't error on rank feature fields. (#44370) 2019-07-16 15:56:50 -07:00
test Ensure field caps doesn't error on rank feature fields. (#44370) 2019-07-16 15:56:50 -07:00