You'd probably need to first index that field as not analyzed, or something
that does not strip the quotes. And then use the match query, like for
example
{
"query": {
"match": {
"text": "\"hello world\""
}
}
}
--
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/1d36345c-4b75-4ec6-91c3-ac60b75794ba%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.