Project

General

Profile

« Previous | Next » 

Revision 56001

added field organizationdupid, distint values for organizationlegalname, organizationlegalshortname, organizationalternativenames

View differences:

2-8b9503d9-8a86-4330-93ef-7e0cd9bc87c2.xml
55 55
		                <FIELD name="datasourcesubject" xpath="//*[local-name()='entity']/*[local-name()='datasource']/subjects" type="ngramtext" stat="false" result="false" indexable="true" multivalued="true"/>
56 56

  
57 57
		                <!-- ORGANIZATION FIELDS -->
58
		                <FIELD name="organizationlegalshortname" xpath="//*[local-name()='entity']/*[local-name()='organization']/legalshortname"
58
		                <FIELD name="organizationlegalshortname" xpath="distinct-values(//*[local-name()='entity']/*[local-name()='organization']//legalshortname)"
59 59
		                       type="ngramtext" stat="false" indexable="true" result="false"/>
60
		                <FIELD name="organizationlegalname" xpath="//*[local-name()='entity']/*[local-name()='organization']/legalname" type="ngramtext"
60
		                <FIELD name="organizationlegalname" xpath="distinct-values(//*[local-name()='entity']/*[local-name()='organization']//legalname)" type="ngramtext"
61 61
		                       stat="false" indexable="true" result="false"/>
62
						<FIELD name="organizationalternativenames" xpath="//*[local-name()='entity']/*[local-name()='organization']/alternativeNames"
62
						<FIELD name="organizationalternativenames" xpath="distinct-values(//*[local-name()='entity']/*[local-name()='organization']//alternativeNames)"
63 63
							   indexable="true" type="ngramtext" stat="false" result="false"/>
64 64
						<FIELD name="organizationeclegalbody" xpath="//*[local-name()='entity']/*[local-name()='organization']/eclegalbody" stat="false"
65 65
		                       indexable="true" result="false"/>
......
213 213
		                       tokenizable="false" stat="false" result="false" indexable="true"/>
214 214
		                <FIELD name="resultdupid" xpath="//*[local-name()='entity']/*//children/result/@objidentifier" tokenizable="false" stat="false"
215 215
		                       result="false" indexable="true"/>
216

  
216
						<FIELD name="organizationdupid" xpath="//*[local-name()='entity']/*//children/organization/@objidentifier" tokenizable="false" stat="false"
217
							   result="false" indexable="true"/>
217 218
		                <FIELD name="externalrefsite" xpath="distinct-values(//*[local-name()='entity']/*//children/externalreference/sitename)" tokenizable="false" stat="false"
218 219
		                       result="false" indexable="true"/>
219 220
		                <FIELD name="externalreflabel" xpath="distinct-values(//*[local-name()='entity']/*//children/externalreference/label)" tokenizable="true" stat="false"

Also available in: Unified diff