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

  document disksummary {

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

  }

  document-summary default {
      from-disk
  }

}