summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid_sd_junk_at_end.sd
blob: f664a89b5441e00835b4bda4c96258e5af6c1b59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search junkatend {
  document {
    field title type string {
      indexing: attribute
    }
  }
}

}