aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_docvalues.txt
blob: 5b92b39005611e2f101eaad2c62018e96b104902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GET /_search
{
  "query": {
    "match_all": {}
  },
  "docvalue_fields": [
    "my_ip*",                     
    {
      "field": "my_keyword_field" 
    },
    {
      "field": "*_date_field",
      "format": "epoch_millis"    
    }
  ]
}