I'm using the Completion suggester with v1.4.1, and I'm noticing an
issue regarding case sensitivity. For example, I have this mapping:


{
  "mappings": {
    "artist": {
      "properties": {
        "suggest": {
          "type": "completion",
          "payloads": true
        },
        "name": {
          "type": "string"
        }
      }
    }
  }
}

I add a document with artist.name = "foo bar" and add another document but with 
the name in ALL CAPS (e.g. "FOO BAR"). I do a completion query for "foo", I get 
back two separate completions, one for each different case. How can I ensure 
only one completion is returned regardless of case?

Thanks!
-- 
Mike

-- 
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/20141205144245.GA11737%40bonzo.
For more options, visit https://groups.google.com/d/optout.

Reply via email to