Using DSL with Elasticsearch and dates is broken

Description

This type of thing is broken with Elasticsearch:

This is due to the fact that the default analyzer is used to analyze the search term and it separates the dates in several tokens, namely [t, z].

We have to special case FieldBridges which we don't want to analyze. There is already something like that for field bridges considered numeric but it should be generalized.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 27, 2016 at 2:34 PM
Updated May 21, 2016 at 6:43 PM
Resolved May 11, 2016 at 11:12 AM