@@ -5,20 +5,59 @@ indices:
55 - name : index_issuer
66 parts :
77 - iriPath : ["https://www.w3.org/2018/credentials#issuer"]
8+ - name : index_subject_organization
9+ parts :
10+ - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject"]
11+ - iriPath :
12+ [
13+ " https://www.w3.org/2018/credentials#credentialSubject" ,
14+ " http://schema.org/organization" ,
15+ " http://schema.org/legalname" ,
16+ ]
17+ - iriPath :
18+ [
19+ " https://www.w3.org/2018/credentials#credentialSubject" ,
20+ " http://schema.org/organization" ,
21+ " http://schema.org/city" ,
22+ ]
823 - name : index_organization
924 parts :
10- - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject", "http://schema.org/organization", "http://schema.org/legalname"]
25+ - iriPath :
26+ [
27+ " https://www.w3.org/2018/credentials#credentialSubject" ,
28+ " http://schema.org/organization" ,
29+ " http://schema.org/legalname" ,
30+ ]
1131 tokenizer : whitespaceOrExact
1232 transformer : cologne
13- - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject", "http://schema.org/organization", "http://schema.org/city"]
33+ - iriPath :
34+ [
35+ " https://www.w3.org/2018/credentials#credentialSubject" ,
36+ " http://schema.org/organization" ,
37+ " http://schema.org/city" ,
38+ ]
1439 tokenizer : whitespaceOrExact
1540 transformer : cologne
1641 - name : index_auth_subject
1742 parts :
1843 - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject"]
19- - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject", "https://nuts.nl/credentials/v1#subject"]
44+ - iriPath :
45+ [
46+ " https://www.w3.org/2018/credentials#credentialSubject" ,
47+ " https://nuts.nl/credentials/v1#subject" ,
48+ ]
2049 - name : index_auth_subject_purpose_resources
2150 parts :
2251 - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject"]
23- - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject", "https://nuts.nl/credentials/v1#purposeOfUse"]
24- - iriPath : ["https://www.w3.org/2018/credentials#credentialSubject", "https://nuts.nl/credentials/v1#resources", "https://nuts.nl/credentials/v1#path"]
52+ - iriPath :
53+ [
54+ " https://www.w3.org/2018/credentials#credentialSubject" ,
55+ " https://nuts.nl/credentials/v1#purposeOfUse" ,
56+ ]
57+ - iriPath :
58+ [
59+ " https://www.w3.org/2018/credentials#credentialSubject" ,
60+ " https://nuts.nl/credentials/v1#resources" ,
61+ " https://nuts.nl/credentials/v1#path" ,
62+ ]
63+
0 commit comments