-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Default Mappings #87
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
Comments
I just wanted to clarify if this issue still holds true and if there is any intention to fix it. Say I have a default mappings file that specifies a field called "content" and I also create a mappings file for an index called "posts" that does not define a "content" property. Is true that if I index a document that contains the property "content" to the "posts" index the default mappings definition of this "content" property will be ignored? |
@saden1 if you will define a property called "content" in the default mapping, this property will be added automatically for every mapping that doesn't define it. |
Closes #87 (cherry picked from commit 36d4da6)
Due to this [change](elastic#8018), we need to fix our tests for elasticsearch 1.4.0 and above. Closes elastic#87. (cherry picked from commit b3b0d34)
Correct Error detection for plugin install and check logging.yml is removed
Allow for the creation of mappings that will be inherited when new indices are created, specifically when an index PUT request is made for an index that doesn't exist yet.
The text was updated successfully, but these errors were encountered: