Hi, Is there a way to tell the context suggester to display results for all 
the categories ?
I know that for the category suggester query I must provide context/s
Sort of:

{
  "suggest" : {
    "text" : "m",
    "completion" : {
      "field" : "suggest_field",
      "size": 10,
      "context": {
        "color": "*"
      }
    }
  }
}

This should work like simple completion suggester no matter what "color" 
each document has.
So I should be able to find suggestions, and filter them (by "color") only 
when needed. 

-- 
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/e6a44204-207e-42bc-8bf0-bc60e0869496%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to