Sorry, I forgot to write the responses:

With "index_analyzer" set:

{
 ...
 "facets": {
   "myfacet": {
      "_type": "terms",
      "missing": 0,
      "other": 98,
      "terms": [
        {
          "count": 3,
          "term": "e"
        },
        {
          "count": 1,
          "term": "eo"
        },
        {
          "count": 1,
          "term": "eon"
        },
        ...

Without "index_analyzer":

 "facets": {
   "myfacet": {
      "_type": "terms",
      "missing": 0,
      "other": 0,
      "terms": [
        {
          "count": 1,
          "term": "someone"
        },
        {
          "count": 2,
          "term": "something"
        }
      ],
     ...



-- 
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/2a7f9cc2-a22b-40ef-b860-8414208dd745%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to