The term query is really what you want, but if you need the query_string 
query, you can always override the search analyzer at query time:

{
  "query": {
    "query_string": {
      "query": "id:\\/Users\\/jason\\/Documents\\/nose\\/DS_Store",
      "analyzer": "<your_index_analyzer_name>"
    }
  }
}

-- 
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/c7ec1d09-82d1-4328-8c0d-a72a445c1c15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to