Yes, that was what I meant by fully formed query. I leave nothing to chance.
-- Ivan On Jun 21, 2014 8:04 AM, "Jeff Dupont" <[email protected]> wrote: > I finally got it!! Thanks to this thread > https://groups.google.com/forum/#!topic/elasticsearch/Eb5ERjHXp4Y. The > syntax has changed where it now requires that the whole be wrapped by a > query property. > > "query": { > "filtered": { > "query": { > "match_all": {} > }, > "filter": { > "missing": { > "field": "sentences", > "existence": true, > "null_value": true > } > } > } > } > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/01502f85-eaf4-4433-9af4-553746cd641c%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/01502f85-eaf4-4433-9af4-553746cd641c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQDn%2B4hb%3DnL-M6kvG7NRxr7x0oz4V61-GosZNUC3y77u6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
