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

Pass down the types from the delete mapping request to the delete by query request #7091

Merged

Conversation

martijnvg
Copy link
Member

The .percolator type is a hidden type and therefor the types from the delete mapping request should passed down to the delete by query request, otherwise the percolator type gets ignored and the percolator queries don't get deleted from disk (only unregistered).

Closes #7087

@jpountz
Copy link
Contributor

jpountz commented Aug 11, 2014

LGTM

…te by query request.

The `.percolator` type is a hidden type and therefor the types from the delete mapping request should passed down to the delete by query request, otherwise the percolator type gets ignored and the percolator queries don't get deleted from disk (only unregistered).

Closes elastic#7087
@martijnvg martijnvg merged commit 2801d06 into elastic:master Aug 11, 2014
@clintongormley clintongormley changed the title Core: Pass down the types from the delete mapping request to the delete by query request Percolator: Pass down the types from the delete mapping request to the delete by query request Sep 8, 2014
@martijnvg martijnvg deleted the bugs/delete_mapping_pass_types_along branch May 18, 2015 23:30
@clintongormley clintongormley added the :Search Relevance/Percolator Reverse search: find queries that match a document label Jun 7, 2015
@clintongormley clintongormley changed the title Percolator: Pass down the types from the delete mapping request to the delete by query request Pass down the types from the delete mapping request to the delete by query request Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strange behavior after .percolator type deletion
3 participants