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

Query DSL: Add null_value and existence to missing filter, filtering both null values and missing fields #1969

Closed
kimchy opened this issue May 22, 2012 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented May 22, 2012

Add a null_value and existence flag to missing filter. existence will filter out docs with no values indexed, null_value will also filter out docs that have the configured null values. Defaults are existence set to true, and null_value set to `false.

@kimchy
Copy link
Member Author

kimchy commented Jul 6, 2012

Grr, this one was already implemented...

@kimchy kimchy closed this as completed Jul 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant