aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/comment.sd
blob: 09b6fcf7bb1da11a5f4b0683e58295cb492b7fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search comment {

  document comment {

    field a type string {
      indexing: summary | index # How should this field be indexed
    }
  }
}