aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/weightedset-summaryto.sd
blob: b72d674e7439e5cf3f0295f5d23cb1ef06ca48b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
search test {

  document test {

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

  }

}