The docs says the following: http://www.elasticsearch.org/guide/reference/query-dsl/query-string-query.html analyze_wildcardBy default, wildcards terms in a query string are not analyzed. By setting this value to true, a best effort will be made to analyze those as well.But after some testing (ES 0.17.4) it seems that they are analyzed.
If i search for "jo?n" i will get a result with "john". Is this a bug or am I not getting how it works? My query: https://gist.github.com/1144444 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/cVMREnbkng0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
