summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/prefix_streaming/searchdefinitions/simple.sd
blob: 7dc6b88c037b90da6e13e9445ec50c887a80aa0d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search simple {
  document simple {
    field artist type string {
      indexing: summary | index
      match:prefix
    }
  }
}