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

  document twitter {

    field user_favorited type long {
      indexing: summary | attribute
    }

  }

}