summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/weightedset-summaryto.sd
blob: adc0ff163ea05431e4a1b91f607e3994c50a07d8 (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
          }
      
      }

  }

}