aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid_sd_lexical_error.sd
blob: fef2a5afbc746b1a4ccab9e22f902959204d5e5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. 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
    }

  }

}