summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/resources/deploy/advancedapp/searchdefinitions/keyvalue.sd
blob: 29a22b8cf9fa962d01fe0b1bbeed01c374e3f48f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search keyvalue {
  document keyvalue {
    field value type string {
        indexing: summary
    }
  }
  document-summary keyvaluesummary {
    summary value type string {
      source: value
    }
  }
}