aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/weightedset-summaryto.sd
blob: fb94332289c589b27c9905042596c10570ac96a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search test {

  document test {

      field w type weightedset<string> {
          summary-to: mysummary
          weightedset {
              create-if-nonexistent
          }
      
      }

  }

}