aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid_sd_no_closing_bracket.sd
blob: 4a8d9b9fe76c0134c6d34833ac4d8e17d0426381 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search noclosingbracket {
  document {
    field title type string {
      indexing: attribute
    }
  }