I see, I didn't understand your original question. Unfortunately, you 
cannot say something like highlight all fields except field A, B, C. You 
can only list the fields you want highlighting on, and in addition you can 
use wildcards when specifying field names like for example:

{
  "_source": false,
  "highlight": {
    "fields": {
      "ti*": {
        "number_of_fragments": 0
      }
    }
  }
}

-- 
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/dc8a55b1-fbd4-431b-a808-c1bb6e2110a1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to