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

  document memorysummary {

      field inmemory type string {
          indexing: attribute | summary
      }
      field ondisk type string {
          indexing: index # no summary, so ignored
      }

  }

}