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

  }

}