OpenSearch/modules/lang-expression/src
Adrien Grand a14db8e17e Remove MappedFieldType.useTermQueryWithQueryString() and isNumeric(). #17599
In both cases, what elasticsearch is really interested in is whether the field
is an analyzed string field. So it can just check `tokenized()` instead.
2016-04-12 08:45:28 +02:00
..
main Remove MappedFieldType.useTermQueryWithQueryString() and isNumeric(). #17599 2016-04-12 08:45:28 +02:00
test Remove MappedFieldType.useTermQueryWithQueryString() and isNumeric(). #17599 2016-04-12 08:45:28 +02:00