OpenSearch/plugins/mapper-size
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 upgrade to lucene 6.0.0-snapshot-bea235f 2016-03-07 04:12:23 -05:00