aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/parent.sd
blob: 43a55366ee8ee377b760d9e838a071ff67b39d8d (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema parent {
  document parent {
    field int_field type int {
      indexing: attribute
    }
  }
}