aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/resources/deploy/advancedapp/schemas/keyvalue.sd
blob: 026ddfb856109124130af019394a02cc803d1011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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
    }
  }
}