OpenSearch/plugins/mapper-murmur3
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
..
src Do not set analyzers on numeric fields. 2016-04-12 17:47:29 +02:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00