aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app_qrserverandgw/searchdefinitions/message.sd
blob: c09b2fb2da2b934b1f7165044ca5a434203bc636 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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
    }   
  }
}