ccs-digitalmarketplace-frameworks 6.8.1 → 6.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/howQuickToMakeIncentivePayments.yml +15 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml +30 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml +60 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumStudioTime.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumLeadTime.yml +60 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumStudioTime.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/search_mappings/services.json +46 -32
- package/package.json +1 -1
|
@@ -17,10 +17,25 @@ options:
|
|
|
17
17
|
value: 2-working-days
|
|
18
18
|
- label: Within 5 working days
|
|
19
19
|
value: 5-working-days
|
|
20
|
+
derived_from:
|
|
21
|
+
question: howQuickToMakeIncentivePayments
|
|
22
|
+
any_of:
|
|
23
|
+
- 2-working-days
|
|
20
24
|
- label: Within 10 working days
|
|
21
25
|
value: 10-working-days
|
|
26
|
+
derived_from:
|
|
27
|
+
question: howQuickToMakeIncentivePayments
|
|
28
|
+
any_of:
|
|
29
|
+
- 2-working-days
|
|
30
|
+
- 5-working-days
|
|
22
31
|
- label: Over 10 working days
|
|
23
32
|
value: over-10-working-days
|
|
33
|
+
derived_from:
|
|
34
|
+
question: howQuickToMakeIncentivePayments
|
|
35
|
+
any_of:
|
|
36
|
+
- 2-working-days
|
|
37
|
+
- 5-working-days
|
|
38
|
+
- 10-working-days
|
|
24
39
|
|
|
25
40
|
validations:
|
|
26
41
|
-
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml
CHANGED
|
@@ -11,10 +11,40 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 week"
|
|
13
13
|
- label: "2 weeks"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: minimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 week"
|
|
14
18
|
- label: "3 weeks"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: minimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 week"
|
|
23
|
+
- "2 weeks"
|
|
15
24
|
- label: "1 month"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: minimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 week"
|
|
29
|
+
- "2 weeks"
|
|
30
|
+
- "3 weeks"
|
|
16
31
|
- label: "6 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: minimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 week"
|
|
36
|
+
- "2 weeks"
|
|
37
|
+
- "3 weeks"
|
|
38
|
+
- "1 month"
|
|
17
39
|
- label: "More than 6 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: minimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 week"
|
|
44
|
+
- "2 weeks"
|
|
45
|
+
- "3 weeks"
|
|
46
|
+
- "1 month"
|
|
47
|
+
- "6 weeks"
|
|
18
48
|
|
|
19
49
|
depends_on_follow_up:
|
|
20
50
|
whatUserResearchServices:
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml
CHANGED
|
@@ -11,13 +11,73 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 day"
|
|
13
13
|
- label: "2 days"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: physicalMinimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 day"
|
|
14
18
|
- label: "3 to 5 days"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: physicalMinimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 day"
|
|
23
|
+
- "2 days"
|
|
15
24
|
- label: "1 week"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: physicalMinimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 day"
|
|
29
|
+
- "2 days"
|
|
30
|
+
- "3 to 5 days"
|
|
16
31
|
- label: "2 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: physicalMinimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 day"
|
|
36
|
+
- "2 days"
|
|
37
|
+
- "3 to 5 days"
|
|
38
|
+
- "1 week"
|
|
17
39
|
- label: "3 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: physicalMinimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 day"
|
|
44
|
+
- "2 days"
|
|
45
|
+
- "3 to 5 days"
|
|
46
|
+
- "1 week"
|
|
47
|
+
- "2 weeks"
|
|
18
48
|
- label: "1 month"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: physicalMinimumLeadTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 day"
|
|
53
|
+
- "2 days"
|
|
54
|
+
- "3 to 5 days"
|
|
55
|
+
- "1 week"
|
|
56
|
+
- "2 weeks"
|
|
57
|
+
- "3 weeks"
|
|
19
58
|
- label: "6 weeks"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: physicalMinimumLeadTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 day"
|
|
63
|
+
- "2 days"
|
|
64
|
+
- "3 to 5 days"
|
|
65
|
+
- "1 week"
|
|
66
|
+
- "2 weeks"
|
|
67
|
+
- "3 weeks"
|
|
68
|
+
- "1 month"
|
|
20
69
|
- label: "More than 6 weeks"
|
|
70
|
+
derived_from:
|
|
71
|
+
question: physicalMinimumLeadTime
|
|
72
|
+
any_of:
|
|
73
|
+
- "1 day"
|
|
74
|
+
- "2 days"
|
|
75
|
+
- "3 to 5 days"
|
|
76
|
+
- "1 week"
|
|
77
|
+
- "2 weeks"
|
|
78
|
+
- "3 weeks"
|
|
79
|
+
- "1 month"
|
|
80
|
+
- "6 weeks"
|
|
21
81
|
|
|
22
82
|
depends_on_follow_up:
|
|
23
83
|
whatTypesOfUserResearchStudio:
|
|
@@ -11,12 +11,61 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 hour"
|
|
13
13
|
- label: "2 hours"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: physicalMinimumStudioTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 hour"
|
|
14
18
|
- label: "3 hours"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: physicalMinimumStudioTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 hour"
|
|
23
|
+
- "2 hours"
|
|
15
24
|
- label: "4 hours"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: physicalMinimumStudioTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 hour"
|
|
29
|
+
- "2 hours"
|
|
30
|
+
- "3 hours"
|
|
16
31
|
- label: "5 hours"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: physicalMinimumStudioTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 hour"
|
|
36
|
+
- "2 hours"
|
|
37
|
+
- "3 hours"
|
|
38
|
+
- "4 hours"
|
|
17
39
|
- label: "6 hours"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: physicalMinimumStudioTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 hour"
|
|
44
|
+
- "2 hours"
|
|
45
|
+
- "3 hours"
|
|
46
|
+
- "4 hours"
|
|
47
|
+
- "5 hours"
|
|
18
48
|
- label: "7 hours"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: physicalMinimumStudioTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 hour"
|
|
53
|
+
- "2 hours"
|
|
54
|
+
- "3 hours"
|
|
55
|
+
- "4 hours"
|
|
56
|
+
- "5 hours"
|
|
57
|
+
- "6 hours"
|
|
19
58
|
- label: "8 hours"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: physicalMinimumStudioTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 hour"
|
|
63
|
+
- "2 hours"
|
|
64
|
+
- "3 hours"
|
|
65
|
+
- "4 hours"
|
|
66
|
+
- "5 hours"
|
|
67
|
+
- "6 hours"
|
|
68
|
+
- "7 hours"
|
|
20
69
|
|
|
21
70
|
depends_on_follow_up:
|
|
22
71
|
whatTypesOfUserResearchStudio:
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumLeadTime.yml
CHANGED
|
@@ -11,13 +11,73 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 day"
|
|
13
13
|
- label: "2 days"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: virtualMinimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 day"
|
|
14
18
|
- label: "3 to 5 days"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: virtualMinimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 day"
|
|
23
|
+
- "2 days"
|
|
15
24
|
- label: "1 week"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: virtualMinimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 day"
|
|
29
|
+
- "2 days"
|
|
30
|
+
- "3 to 5 days"
|
|
16
31
|
- label: "2 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: virtualMinimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 day"
|
|
36
|
+
- "2 days"
|
|
37
|
+
- "3 to 5 days"
|
|
38
|
+
- "1 week"
|
|
17
39
|
- label: "3 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: virtualMinimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 day"
|
|
44
|
+
- "2 days"
|
|
45
|
+
- "3 to 5 days"
|
|
46
|
+
- "1 week"
|
|
47
|
+
- "2 weeks"
|
|
18
48
|
- label: "1 month"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: virtualMinimumLeadTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 day"
|
|
53
|
+
- "2 days"
|
|
54
|
+
- "3 to 5 days"
|
|
55
|
+
- "1 week"
|
|
56
|
+
- "2 weeks"
|
|
57
|
+
- "3 weeks"
|
|
19
58
|
- label: "6 weeks"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: virtualMinimumLeadTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 day"
|
|
63
|
+
- "2 days"
|
|
64
|
+
- "3 to 5 days"
|
|
65
|
+
- "1 week"
|
|
66
|
+
- "2 weeks"
|
|
67
|
+
- "3 weeks"
|
|
68
|
+
- "1 month"
|
|
20
69
|
- label: "More than 6 weeks"
|
|
70
|
+
derived_from:
|
|
71
|
+
question: virtualMinimumLeadTime
|
|
72
|
+
any_of:
|
|
73
|
+
- "1 day"
|
|
74
|
+
- "2 days"
|
|
75
|
+
- "3 to 5 days"
|
|
76
|
+
- "1 week"
|
|
77
|
+
- "2 weeks"
|
|
78
|
+
- "3 weeks"
|
|
79
|
+
- "1 month"
|
|
80
|
+
- "6 weeks"
|
|
21
81
|
|
|
22
82
|
depends_on_follow_up:
|
|
23
83
|
whatTypesOfUserResearchStudio:
|
|
@@ -11,12 +11,61 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 hour"
|
|
13
13
|
- label: "2 hours"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: virtualMinimumStudioTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 hour"
|
|
14
18
|
- label: "3 hours"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: virtualMinimumStudioTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 hour"
|
|
23
|
+
- "2 hours"
|
|
15
24
|
- label: "4 hours"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: virtualMinimumStudioTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 hour"
|
|
29
|
+
- "2 hours"
|
|
30
|
+
- "3 hours"
|
|
16
31
|
- label: "5 hours"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: virtualMinimumStudioTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 hour"
|
|
36
|
+
- "2 hours"
|
|
37
|
+
- "3 hours"
|
|
38
|
+
- "4 hours"
|
|
17
39
|
- label: "6 hours"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: virtualMinimumStudioTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 hour"
|
|
44
|
+
- "2 hours"
|
|
45
|
+
- "3 hours"
|
|
46
|
+
- "4 hours"
|
|
47
|
+
- "5 hours"
|
|
18
48
|
- label: "7 hours"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: virtualMinimumStudioTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 hour"
|
|
53
|
+
- "2 hours"
|
|
54
|
+
- "3 hours"
|
|
55
|
+
- "4 hours"
|
|
56
|
+
- "5 hours"
|
|
57
|
+
- "6 hours"
|
|
19
58
|
- label: "8 hours"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: virtualMinimumStudioTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 hour"
|
|
63
|
+
- "2 hours"
|
|
64
|
+
- "3 hours"
|
|
65
|
+
- "4 hours"
|
|
66
|
+
- "5 hours"
|
|
67
|
+
- "6 hours"
|
|
68
|
+
- "7 hours"
|
|
20
69
|
|
|
21
70
|
depends_on_follow_up:
|
|
22
71
|
whatTypesOfUserResearchStudio:
|
|
@@ -303,9 +303,9 @@
|
|
|
303
303
|
{
|
|
304
304
|
"convert_list_to_search": {
|
|
305
305
|
"field": "studioLocations",
|
|
306
|
-
"maximumItems": 10,
|
|
307
306
|
"attributes": [
|
|
308
|
-
"studioLocationTown"
|
|
307
|
+
"studioLocationTown",
|
|
308
|
+
"studioLocationPostcode"
|
|
309
309
|
]
|
|
310
310
|
}
|
|
311
311
|
}
|
|
@@ -426,10 +426,6 @@
|
|
|
426
426
|
"type": "keyword",
|
|
427
427
|
"normalizer": "filter_normalizer"
|
|
428
428
|
},
|
|
429
|
-
"dmtext_otherTradeOrIndustryBodiesOther": {
|
|
430
|
-
"type": "text",
|
|
431
|
-
"analyzer": "stemming_analyzer"
|
|
432
|
-
},
|
|
433
429
|
"dmfilter_rasAccredited": {
|
|
434
430
|
"type": "keyword",
|
|
435
431
|
"normalizer": "filter_normalizer"
|
|
@@ -470,10 +466,6 @@
|
|
|
470
466
|
"type": "keyword",
|
|
471
467
|
"normalizer": "filter_normalizer"
|
|
472
468
|
},
|
|
473
|
-
"dmtext_incentivePaymentsOther": {
|
|
474
|
-
"type": "text",
|
|
475
|
-
"analyzer": "stemming_analyzer"
|
|
476
|
-
},
|
|
477
469
|
"dmfilter_howQuickToMakeIncentivePayments": {
|
|
478
470
|
"type": "keyword",
|
|
479
471
|
"normalizer": "filter_normalizer"
|
|
@@ -490,50 +482,86 @@
|
|
|
490
482
|
"type": "text",
|
|
491
483
|
"analyzer": "stemming_analyzer"
|
|
492
484
|
},
|
|
485
|
+
"dmtext_studioLocationPostcode-0": {
|
|
486
|
+
"type": "text",
|
|
487
|
+
"analyzer": "stemming_analyzer"
|
|
488
|
+
},
|
|
493
489
|
"dmtext_studioLocationTown-1": {
|
|
494
490
|
"type": "text",
|
|
495
491
|
"analyzer": "stemming_analyzer"
|
|
496
492
|
},
|
|
493
|
+
"dmtext_studioLocationPostcode-1": {
|
|
494
|
+
"type": "text",
|
|
495
|
+
"analyzer": "stemming_analyzer"
|
|
496
|
+
},
|
|
497
497
|
"dmtext_studioLocationTown-2": {
|
|
498
498
|
"type": "text",
|
|
499
499
|
"analyzer": "stemming_analyzer"
|
|
500
500
|
},
|
|
501
|
+
"dmtext_studioLocationPostcode-2": {
|
|
502
|
+
"type": "text",
|
|
503
|
+
"analyzer": "stemming_analyzer"
|
|
504
|
+
},
|
|
501
505
|
"dmtext_studioLocationTown-3": {
|
|
502
506
|
"type": "text",
|
|
503
507
|
"analyzer": "stemming_analyzer"
|
|
504
508
|
},
|
|
509
|
+
"dmtext_studioLocationPostcode-3": {
|
|
510
|
+
"type": "text",
|
|
511
|
+
"analyzer": "stemming_analyzer"
|
|
512
|
+
},
|
|
505
513
|
"dmtext_studioLocationTown-4": {
|
|
506
514
|
"type": "text",
|
|
507
515
|
"analyzer": "stemming_analyzer"
|
|
508
516
|
},
|
|
517
|
+
"dmtext_studioLocationPostcode-4": {
|
|
518
|
+
"type": "text",
|
|
519
|
+
"analyzer": "stemming_analyzer"
|
|
520
|
+
},
|
|
509
521
|
"dmtext_studioLocationTown-5": {
|
|
510
522
|
"type": "text",
|
|
511
523
|
"analyzer": "stemming_analyzer"
|
|
512
524
|
},
|
|
525
|
+
"dmtext_studioLocationPostcode-5": {
|
|
526
|
+
"type": "text",
|
|
527
|
+
"analyzer": "stemming_analyzer"
|
|
528
|
+
},
|
|
513
529
|
"dmtext_studioLocationTown-6": {
|
|
514
530
|
"type": "text",
|
|
515
531
|
"analyzer": "stemming_analyzer"
|
|
516
532
|
},
|
|
533
|
+
"dmtext_studioLocationPostcode-6": {
|
|
534
|
+
"type": "text",
|
|
535
|
+
"analyzer": "stemming_analyzer"
|
|
536
|
+
},
|
|
517
537
|
"dmtext_studioLocationTown-7": {
|
|
518
538
|
"type": "text",
|
|
519
539
|
"analyzer": "stemming_analyzer"
|
|
520
540
|
},
|
|
541
|
+
"dmtext_studioLocationPostcode-7": {
|
|
542
|
+
"type": "text",
|
|
543
|
+
"analyzer": "stemming_analyzer"
|
|
544
|
+
},
|
|
521
545
|
"dmtext_studioLocationTown-8": {
|
|
522
546
|
"type": "text",
|
|
523
547
|
"analyzer": "stemming_analyzer"
|
|
524
548
|
},
|
|
549
|
+
"dmtext_studioLocationPostcode-8": {
|
|
550
|
+
"type": "text",
|
|
551
|
+
"analyzer": "stemming_analyzer"
|
|
552
|
+
},
|
|
525
553
|
"dmtext_studioLocationTown-9": {
|
|
526
554
|
"type": "text",
|
|
527
555
|
"analyzer": "stemming_analyzer"
|
|
528
556
|
},
|
|
557
|
+
"dmtext_studioLocationPostcode-9": {
|
|
558
|
+
"type": "text",
|
|
559
|
+
"analyzer": "stemming_analyzer"
|
|
560
|
+
},
|
|
529
561
|
"dmfilter_tradeOrIndustryBodies": {
|
|
530
562
|
"type": "keyword",
|
|
531
563
|
"normalizer": "filter_normalizer"
|
|
532
564
|
},
|
|
533
|
-
"dmtext_tradeOrIndustryBodiesOther": {
|
|
534
|
-
"type": "text",
|
|
535
|
-
"analyzer": "stemming_analyzer"
|
|
536
|
-
},
|
|
537
565
|
"dmfilter_virtualMinimumStudioTime": {
|
|
538
566
|
"type": "keyword",
|
|
539
567
|
"normalizer": "filter_normalizer"
|
|
@@ -550,7 +578,6 @@
|
|
|
550
578
|
"type": "keyword",
|
|
551
579
|
"normalizer": "filter_normalizer"
|
|
552
580
|
},
|
|
553
|
-
|
|
554
581
|
"dmfilter_virtualStudioNumberOfResearchers": {
|
|
555
582
|
"type": "keyword",
|
|
556
583
|
"normalizer": "filter_normalizer"
|
|
@@ -567,10 +594,6 @@
|
|
|
567
594
|
"type": "keyword",
|
|
568
595
|
"normalizer": "filter_normalizer"
|
|
569
596
|
},
|
|
570
|
-
"dmtext_virtualStudioStreamingPlatform": {
|
|
571
|
-
"type": "text",
|
|
572
|
-
"analyzer": "stemming_analyzer"
|
|
573
|
-
},
|
|
574
597
|
"dmfilter_virtualStudioViewOfScreen": {
|
|
575
598
|
"type": "keyword",
|
|
576
599
|
"normalizer": "filter_normalizer"
|
|
@@ -587,10 +610,6 @@
|
|
|
587
610
|
"type": "keyword",
|
|
588
611
|
"normalizer": "filter_normalizer"
|
|
589
612
|
},
|
|
590
|
-
"dmtext_virtualStudioOtherBiometrics": {
|
|
591
|
-
"type": "text",
|
|
592
|
-
"analyzer": "stemming_analyzer"
|
|
593
|
-
},
|
|
594
613
|
"dmfilter_virtualStudioSessionRecorded": {
|
|
595
614
|
"type": "keyword",
|
|
596
615
|
"normalizer": "filter_normalizer"
|
|
@@ -611,7 +630,6 @@
|
|
|
611
630
|
"type": "keyword",
|
|
612
631
|
"normalizer": "filter_normalizer"
|
|
613
632
|
},
|
|
614
|
-
|
|
615
633
|
"dmfilter_physicalStudioNumberOfResearchers": {
|
|
616
634
|
"type": "keyword",
|
|
617
635
|
"normalizer": "filter_normalizer"
|
|
@@ -656,10 +674,6 @@
|
|
|
656
674
|
"type": "keyword",
|
|
657
675
|
"normalizer": "filter_normalizer"
|
|
658
676
|
},
|
|
659
|
-
"dmtext_physicalStudioStreamingPlatform": {
|
|
660
|
-
"type": "text",
|
|
661
|
-
"analyzer": "stemming_analyzer"
|
|
662
|
-
},
|
|
663
677
|
"dmfilter_physicalStudioViewOfScreen": {
|
|
664
678
|
"type": "keyword",
|
|
665
679
|
"normalizer": "filter_normalizer"
|
|
@@ -676,10 +690,6 @@
|
|
|
676
690
|
"type": "keyword",
|
|
677
691
|
"normalizer": "filter_normalizer"
|
|
678
692
|
},
|
|
679
|
-
"dmtext_physicalStudioOtherBiometrics": {
|
|
680
|
-
"type": "text",
|
|
681
|
-
"analyzer": "stemming_analyzer"
|
|
682
|
-
},
|
|
683
693
|
"dmfilter_physicalStudioSessionRecorded": {
|
|
684
694
|
"type": "keyword",
|
|
685
695
|
"normalizer": "filter_normalizer"
|
|
@@ -712,6 +722,10 @@
|
|
|
712
722
|
"type": "keyword",
|
|
713
723
|
"normalizer": "filter_normalizer"
|
|
714
724
|
},
|
|
725
|
+
"dmfilter_physicalStudioParking": {
|
|
726
|
+
"type": "keyword",
|
|
727
|
+
"normalizer": "filter_normalizer"
|
|
728
|
+
},
|
|
715
729
|
"dmfilter_architectureRolesBusinessArchitectRoles": {
|
|
716
730
|
"type": "keyword",
|
|
717
731
|
"normalizer": "filter_normalizer"
|