summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/zkfeed/schemas/product.sd
blob: 132ae15053ffef5df55d0b6d44879dc7897b55fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
    # index-to: title, default
  }

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

}