summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/deprecated_features_app/searchdefinitions/message.sd
blob: c97c860a12984bc953717e1c34b57e7e94a677c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search message {

  document message {
    field foo type string {
      indexing: summary
    }
  }
}