aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/zkapp/schemas/product.sd
blob: 588a1d544c6d20407fdec8d025d543e40f9fdf85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 Yahoo Holdings. 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 
  }

}