aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/searchvisitor/cfg/test.sd
blob: ad998aa91f66c5bdd9449db185aaf6d1804f286c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
schema test {
  document test {
    field id type int {
      indexing: attribute | summary 
    }
  }
  document-summary mysum {
    summary id type int {}
  }
  rank-profile myrank {
    first-phase {
      expression: attribute(id) + 10
    }
  }
}