summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/document_references_validation/searchdefinitions/campaign.sd
blob: cab17fa666d269ac1b52c1b97174c6c85ba326d4 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search campaign {
  document campaign {
    field budget type int {
      indexing: attribute
    }
  }
}