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

  document disksummary {

      field inmemory type string {
          indexing: attribute | summary
      }
      field ondisk type string {
          indexing: index | summary
      }

  }

}