-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't sort on field with custom date format mapping #8530
Comments
Are you creating mappings manually when you create the index, or are you relying on dynamic mapping to add fields for you? |
Manual mapping |
@jpountz please can you take a look |
This looks to me like a conflict between several types, one having @jensbengtsson Does your |
@jpountz |
@jensbengtsson I am closing this issue now, but please reopen if recreating the whole index doesn't solve the issue. |
Hi |
@bimalkeeth We do not deny that deleting types would be useful. However, there is no way to properly support it at the Lucene level, so we had no choice but to remove this feature which was causing trouble in the past since Lucene's field infos could go out of sync with elasticsearch's mappings. |
@bimalkeeth the new reindex api makes reindexing really easy |
I'm running elasticsearch 1.4
I have a type with the following mapping:
A hit looks like this:
When I execute the following query:
I get this error:
The text was updated successfully, but these errors were encountered: