Just Pushed: Exists and Missing filters and extension to use them in query_string query

Hey,

The exists and missing filters allow to filter if a field has a value in a
document, or not:
http://github.com/elasticsearch/elasticsearch/issues/closed#issue/445.

There is also an extension syntax to a query string based queries:
http://github.com/elasticsearch/elasticsearch/issues/closed#issue/446.

Note, this is a highly optimized implementation (post first invocation), and
its better to use it then what was suggested previously (before this feature
was available): field1[* TO *].

-shay.banon

Awesome, thank you!!!

On Oct 22, 9:57 am, Shay Banon shay.ba...@elasticsearch.com wrote:

Hey,

The exists and missing filters allow to filter if a field has a value in a
document, or not:Issues · elastic/elasticsearch · GitHub.

There is also an extension syntax to a query string based queries:Issues · elastic/elasticsearch · GitHub.

Note, this is a highly optimized implementation (post first invocation), and
its better to use it then what was suggested previously (before this feature
was available): field1[* TO *].

-shay.banon