Project

General

Profile

« Previous | Next » 

Revision 49068

distinct-values to avoid repetition in the solr index

View differences:

modules/dnet-parthenos/trunk/src/main/resources/eu/dnetlib/bootstrap/profiles/MDFormatDSResourceType/public-CIDOC.xml
34 34
                        <FIELD indexable="true" stored="true" name="all_titles" result="false" stat="false" xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E35_Title']/rdfs:label"/>
35 35
                        <!--<FIELD indexable="true" name="description" result="false" stat="false" xpath=""/>-->
36 36
                        <FIELD indexable="true" name="all_descriptions" result="false" stat="false" xpath="//crm:P3_has_note"/>
37
                        <FIELD indexable="true" stored="true" name="type" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/rdf:type/@rdf:resource" value="tokenize(.,'/')[last()]"/>
38
                        <FIELD indexable="true" stored="true" name="type_e55type" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crm:P2_has_type/@rdf:resource"/>
37
                        <FIELD indexable="true" stored="true" name="type" result="false" stat="false" tokenizable="false" xpath="distinct-values(//rdf:Description/rdf:type/@rdf:resource)" value="tokenize(.,'/')[last()]"/>
38
                        <FIELD indexable="true" stored="true" name="type_e55type" result="false" stat="false" tokenizable="false" xpath="distinct-values(//rdf:Description/crm:P2_has_type/@rdf:resource)"/>
39 39
                        <FIELD indexable="true" name="context_collection" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP23i_is_dataset_part_of/@rdf:resource | //rdf:Description/PP20i_is_persistent_dataset_part_of/@rdf:resource"/>
40
                        <FIELD indexable="true" name="context_provider" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/PP2_provided_by/@rdf:resource"/>
41
                        <FIELD indexable="true" name="context_project" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP43i_is_project_activity_supported_by/@rdf:resource"/>
42
                        <FIELD indexable="true" name="context_ri_consortium" result="false" stat="false" tokenizable="false" xpath="//rdf:Description/crmpe:PP1_currently_provided_by/@rdf:resource"/>
40
                        <FIELD indexable="true" name="context_provider" result="false" stat="false" tokenizable="false" xpath="distinct-values(//rdf:Description/PP2_provided_by/@rdf:resource)"/>
41
                        <FIELD indexable="true" name="context_project" result="false" stat="false" tokenizable="false" xpath="distinct-values(//rdf:Description/crmpe:PP43i_is_project_activity_supported_by/@rdf:resource)"/>
42
                        <FIELD indexable="true" name="context_ri_consortium" result="false" stat="false" tokenizable="false" xpath="distinct-values(//rdf:Description/crmpe:PP1_currently_provided_by/@rdf:resource)"/>
43 43

  
44 44
                        <FIELD indexable="true" name="actor" result="false" stat="false" tokenizable="false"
45 45
                               xpath="//rdf:Description[./rdf:type/@rdf:resource='http://www.cidoc-crm.org/cidoc-crm/E39_Actor']/@rdf:about |

Also available in: Unified diff