-
Notifications
You must be signed in to change notification settings - Fork 419
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
Move to the ElasticSearch convention of using ".keyword" to denote nested fields indexed with type "keyword" #103
Comments
Could you perhaps add a bit more details to the issue description on why we decided for keyword so in case the discussion pops up in the future again we can point to this issue? |
Sorry, I missed your comment while on vacation :-) Here's the background on why we decided to do these renames. We had a discussion on two fronts:
We decided on using the We decided to avoid clashes with between the old Also related to this issue is doing a pass on the other current textual fields, to see if any other should be made multi-fields (#104). The current approach is to index textual fields with |
The field that actually started this whole discussion had been forgotten from elastic#87 and elastic#103 :-)
The list of fields at the time of writing this:
file.path.raw
=>file.path.keyword
file.target_path.raw
=>file.target_path.keyword
url.href.raw
=>url.href.keyword
url.path.raw
=>url.path.keyword
url.query.raw
=>url.query.keyword
The text was updated successfully, but these errors were encountered: