Skip to content
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

Object and Type parsing: Fix include_in_all in type #6353

Closed
wants to merge 1 commit into from

Conversation

brwe
Copy link
Contributor

@brwe brwe commented May 30, 2014

include_in_all can also be set on type level (root object).
This fixes a regression introduced in #6093

closes #6304

include_in_all can also be set on type level (root object).
This fixes a regression introduced  in elastic#6093

closes elastic#6304
@s1monw
Copy link
Contributor

s1monw commented Jun 2, 2014

the fix looks good but I wonder if you want add a test for the other cases we can set this?

@brwe
Copy link
Contributor Author

brwe commented Jun 2, 2014

SimpleAllMapperTests already has some tests that cover that, for example testMultiField_includeInAllSetToFalse(). Do you still think we need another one?

@s1monw
Copy link
Contributor

s1monw commented Jun 2, 2014

no in that case I think I am good.... LGTM

@brwe
Copy link
Contributor Author

brwe commented Jun 2, 2014

ok, pushed to master (125e0c1), 1.2 (34d6200) and 1.x (dafba2e)

@brwe brwe closed this Jun 2, 2014
@brwe brwe removed the review label Jun 3, 2014
gmarz added a commit to elastic/elasticsearch-net that referenced this pull request Jul 1, 2014
@clintongormley clintongormley added >regression v2.0.0-beta1 v1.3.0 v1.2.1 :Search/Mapping Index mappings, including merging and defining field types labels Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>regression :Search/Mapping Index mappings, including merging and defining field types v1.2.1 v1.3.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mapping: MapperParsingException when create default mapping with 'include_in_all' nested
3 participants