aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/weightedset-summaryto.sd
blob: 7fbd27b5fc8d1a564b942c9b0ca46618b1d21292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. 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
          }
      
      }

  }

}