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

Fix _exists_ in query_string on empty indices. #25993

Merged
merged 2 commits into from Aug 2, 2017

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Aug 1, 2017

It currently fails if there are no mappings yet.

Closes #25956

It currently fails if there are no mappings yet.

Closes elastic#25956
@jpountz jpountz added :Search/Search Search-related issues that do not fall into other categories >bug labels Aug 1, 2017
@jpountz
Copy link
Contributor Author

jpountz commented Aug 1, 2017

@elasticmachine please test it again

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -462,6 +462,10 @@ public void testToQueryWithGraph() throws Exception {
}
}

public void testExistsQuery() {

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: leftover

@jpountz jpountz merged commit 58feb5e into elastic:master Aug 2, 2017
@jpountz jpountz deleted the fix/exists_empty branch August 2, 2017 08:06
jpountz added a commit that referenced this pull request Aug 2, 2017
It currently fails if there are no mappings yet.

Closes #25956
jpountz added a commit that referenced this pull request Aug 2, 2017
It currently fails if there are no mappings yet.

Closes #25956
jpountz added a commit that referenced this pull request Aug 2, 2017
It currently fails if there are no mappings yet.

Closes #25956
@jpountz jpountz added the v6.0.0 label Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories v6.0.0-beta2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants