aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app1/schemas/product.sd
blob: 70c9343d63ad629b8dfddfe90cbb03b1cb8bcb90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
document product {

  field title type string {
    indexing: index | summary
  }

  field price type int {
    indexing: index | summary | attribute 
  }

}