aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankingexpression/rankexpression.sd
blob: 15537f1f9d03f217c23b7985dca58426a80b4bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema rankexpression {
  
  document rankexpression {

    field nrtgmp type double {
      indexing: attribute
    }

    field glmpfw type double {
      indexing: attribute
    }

    field artist type string {
      indexing: summary | index
    }

    field title type string {
      indexing: summary | index
    }

    field surl type string {
      indexing: summary
    }

    field year type int {
      indexing: summary | attribute
    }

    field foo1 type int {
      indexing: attribute
    }

    field foo2 type int {
      indexing: attribute
    }

    field foo3 type int {
      indexing: attribute
    }

    field foo4 type int {
      indexing: attribute
    }

    field bar1 type int {
      indexing: attribute
    }

    field bar2 type int {
      indexing: attribute
    }

    field bar3 type int {
      indexing: attribute
    }

    field bar4 type int {
      indexing: attribute
    }

    field t1 type tensor(m{},v[3]) {
      indexing: attribute
    }

    field labels type array<string> {
      indexing: attribute
    }
  }

  rank-profile default {
      first-phase {
        expression: classicRank
        keep-rank-count: 20
        rank-score-drop-limit: -0.5
      }
      second-phase {
        expression: if(3>2,4,2)
        rerank-count: 10
      }
      rank-features: attribute(foo1).out attribute(bar1)
      rank-features { attribute(foo2).out attribute(bar2).out }
      rank-features {
        attribute(foo3).out attribute(bar3).out
      }
      rank-features {
        attribute(foo4).out
        attribute(bar4).out 
      }
      ignore-default-rank-features

      rank-properties {
          foo: "bar, baz"
          qux: "quux"
          foo: "foobar"
          foo.bar: "foo.bar"
          foo.bar.baz: 123
          foo ( bar ) . baz.2  : 123.4
          foo(bar).baz.qux: "foo(bar)"
          "nud":"ity"
      }

  }

  rank-profile static {
      first-phase {
        expression { attribute }
      }
      second-phase {
        expression {
            file:rankexpression
        }
      }
      summary-features: attribute(foo1).out attribute(bar1)
      summary-features { attribute(foo2).out attribute(bar2).out }
      summary-features {
        attribute(foo3).out attribute(bar3).out
      }
      summary-features {
        attribute(foo4).out
        attribute(bar4).out
      }
  }

  rank-profile overflow {
      first-phase {
        expression: file:overflow.expression
        keep-rank-count: 201
        rank-score-drop-limit: 501.5
      }
      second-phase {
        expression {
            exp(0) + 
            mysum(attribute(foo),
                  "attribute( bar )",
                  "attribute( \"baz\" )")
        }
        rerank-count: 101
      }
  }

  rank-profile duplicates {
    rank-properties {
      fieldMatch(a).proximityLimit: 4
      fieldMatch(a).proximityTable: 0.2
      fieldMatch(a).proximityTable: 0.4
      fieldMatch(a).proximityTable: 0.6
      fieldMatch(a).proximityTable: 0.8
      fieldMatch(a).proximityTable: 1
      fieldMatch(a).proximityTable: 0.8
      fieldMatch(a).proximityTable: 0.6
      fieldMatch(a).proximityTable: 0.4
      fieldMatch(a).proximityTable: 0.2
    }
  }

  rank-profile whitespace1 {
    first-phase {
      expression
        	{

        1
        }}}

  rank-profile whitespace2 {
    first-phase
    {
      expression		{ 1 }
    }
  }

  rank-profile macros {
    first-phase {
      expression: match + fieldMatch(title) + myfeature
    }
    second-phase {
      expression: fourtimessum(match,rankBoost)
    }
    function fourtimessum(var1, var2) {
      expression: 4*(var1+var2)
    }
    function myfeature() {
       expression {
         70 * fieldMatch(title).completeness * pow(0 - fieldMatch(title).earliness, 2) +
         30 * pow(0 - fieldMatch(description).earliness, 2)
       }
    }
    summary-features { 
      fieldMatch(title)
    }
  }

  rank-profile macros2 {
    first-phase {
      expression: classicRank
    }
    rank-properties {
      foo: "some, list"
    }
    
    second-phase {
      expression: fourtimessum(match,match) + mysummaryfeature + myfeature
    }
    function fourtimessum(var1, var2) {
      expression: 4*(var1+var2)
    }
    function myfeature() {
       expression {
         70 * fieldMatch(title).completeness * pow(0 - fieldMatch(title).earliness, 2) +
         30 * pow(0 - fieldMatch(description).earliness, 2)
       }
    }
    function mysummaryfeature() {
       expression {
         70 * fieldMatch(title).completeness
       }
    }
    function mysummaryfeature2() {
       expression {
         71 * fieldMatch(title).completeness
       }
    }    
    summary-features { 
      mysummaryfeature
      rankingExpression(mysummaryfeature2) # Required form earlier
    }
  }

  rank-profile macros3 {
    function onlyusedinsummaryfeature() {
      expression: 5
    }
    summary-features {
      rankingExpression(matches(title,rankingExpression(onlyusedinsummaryfeature)))
    }
      
  }

  rank-profile macros3-inherited inherits macros3 {
    summary-features {
      rankingExpression(matches(title,rankingExpression(onlyusedinsummaryfeature)))
    }
  }

  rank-profile macros-inherited inherits macros2 {
    function mysummaryfeature() {
       expression {
         80 * fieldMatch(title).completeness
       }
    }
    first-phase {
      expression {
        20000 * myfeature + mysummaryfeature
      }
    }
  }
  
  rank-profile macros-inherited2 inherits macros-inherited {
    first-phase {
      expression {
        30000 * mysummaryfeature + myfeature
      }
    }
  }

 rank-profile macros-inherited3 inherits macros-inherited2 {
    function myfeature() {
       expression {
         700 * fieldMatch(title).completeness
       }
    }
    second-phase {
       expression {
         40000 * mysummaryfeature + myfeature
       }
    }
  }

  rank-profile macros-refering-macros {
    function m2() {
      expression: m1 * 67
    }    

    function m1() {
      expression {
         700 * fieldMatch(title).completeness
       }
    }

    function m4() {
      expression: file:macro.expression
    }
    
    second-phase {
      expression {
        40000 * m2 * m4
      }
    }
    
  }

  rank-profile macros-refering-macros-inherited inherits macros-refering-macros {
    function m3() {
      expression {
        if(isNan(attribute(nrtgmp))==1,
          0.0,
          (m2)
        )
      }
    }
    second-phase {
      expression {
        3000 * m2 * m4
      }
    }
  }

  rank-profile macros-refering-macros-inherited2 inherits macros-refering-macros {
    second-phase {
      expression {
        3002 * m2
      }
    }
  }

  rank-profile macros-refering-macros-inherited-two-levels inherits macros-refering-macros-inherited {
    function m5() {
      expression {
        if(isNan(attribute(glmpfw))==1,
          m1,
          (m4)
        )
      }          
    }
  }

  rank-profile withmf {
      function myplus() {
        expression: attribute(foo1)+attribute(foo2)
      }
      function mymul() {
        expression: attribute(t1)*query(fromq)
      }
      first-phase {
        expression: attribute(foo1)
      }
      second-phase {
        expression: attribute(foo2)
      }
      match-features: attribute(foo1).out attribute(bar1)
      match-features { attribute(foo2).out attribute(bar2).out }
      match-features {
        attribute(foo3).out attribute(bar3).out
      }
      match-features {
        attribute(foo4)
        myplus
        mymul
        firstPhase
        secondPhase
      }
  }

  rank-profile withboolean {
      function mytrue() {
        expression: true
      }
      function myfalse() {
        expression: false
      }
      function mybooleanexpression() {
        expression: true + if(false, 3.0, 4.0)
      }
  }

  rank-profile withglobalphase {
      function myplus() {
        expression: attribute(foo1)+attribute(foo2)
      }
      function mymul() {
        expression: attribute(t1)*query(fromq)
      }
      first-phase {
        expression: attribute(foo1)
      }
      global-phase {
        expression: myplus()+sum(mymul())+firstPhase + term(0).significance + fieldLength(artist) + fieldTermMatch(title,0).occurrences + termDistance(title,1,2).reverse + closeness(field, t1)
        rerank-count: 42
      }
  }

  rank-profile layered {
      inputs {
         query(v) tensor(v[3])
      }
      function mymul() {
        expression: tensorFromLabels(attribute(labels), m) * query(v)
      }
      first-phase {
        expression: attribute(foo1)
      }
      global-phase {
        expression: sum(mymul())
        rerank-count: 123
      }
      match-features {
        mymul
      }
  }

  rank-profile withtfl {
      inputs {
         query(v) tensor(v[3])
      }
      function mymul() {
        expression: tensorFromLabels(attribute(labels), m) * query(v)
      }
      first-phase {
        expression: attribute(foo1)
      }
      global-phase {
        expression: sum(mymul)
      }
      match-features {
        tensorFromLabels(attribute(labels), m)
      }
  }

  rank-profile withtfl2 {
      inputs {
         query(v) tensor(v[3])
      }
      function mymul() {
        expression: tensorFromLabels(attribute(labels), m) * query(v)
      }
      first-phase {
        expression: attribute(foo1)
      }
      global-phase {
        expression: sum(mymul)
      }
  }

  rank-profile withnorm {
      first-phase {
        expression: attribute(foo1)
      }
      function normBar() {
        expression: attribute(foo1) + attribute(year)
      }
      global-phase {
        expression: normalize_linear(nativeRank) + reciprocal_rank(normBar(), 42.0)
        rerank-count: 123
      }
      match-features: nativeRank
  }

  rank-profile withfusion {
      first-phase {
        expression: attribute(foo1)
      }
      function normBar() {
        expression: attribute(foo1) + attribute(year)
      }
      global-phase {
        expression: reciprocal_rank_fusion(normBar, nativeRank)
        rerank-count: 456
      }
      match-features: nativeRank
  }

}