OpenSearch/plugins/mapper-size/src
Adrien Grand 3bf6f4076c Do not set analyzers on numeric fields.
When it comes to query parsing, either a field is tokenized and it would go
through analysis with its search_analyzer. Or it is not tokenized and the
raw string should be passed to termQuery(). Since numeric fields are not
tokenized and also declare a search analyzer, values would currently go through
analysis twice...
2016-04-12 17:47:29 +02:00
..
main/java/org/elasticsearch Do not set analyzers on numeric fields. 2016-04-12 17:47:29 +02:00
test adapt tests to use index uuid as folder name 2016-03-14 23:24:24 -04:00