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