aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/zkfeed/schemas/product.sd
blob: ab4a681e9707b728f71facf2699823f9d8cd3e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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 
  }

}