Project

General

Profile

« Previous | Next » 

Revision 28417

View differences:

modules/dnet-eagle-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/MDFormatDSResources/EMF.xml
35 35
						<FIELD indexable="true" name="description" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='description']" />
36 36

  
37 37
						<!-- Transcription-specific indexed labels -->
38
						<FIELD indexable="true" name="inscriptiontext" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='text']" />
38
						<FIELD indexable="true" name="inscriptiontext" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='hasTranscription']/*[local-name()='text']" />
39 39
						<FIELD indexable="true" name="paleographiccharacteristics" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='paleographicCharacteristics']" />
40 40
						<FIELD indexable="true" name="socialstatus" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='honorand']/@socialStatus" />
41 41
						<FIELD indexable="true" name="bibliography" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='bibliography']" />
......
52 52
						<FIELD indexable="true" name="tmid" result="false" stat="false" tokenizable="false" multivalued="false" xpath="//*[local-name()='hasTmId']/*[local-name()='tmId']" />
53 53
						<FIELD indexable="true" name="romanprovinceitalicregion" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='romanProvinceItalicRegion']" />
54 54
						<FIELD indexable="true" name="ancientfindspot" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='ancientFindSpot']" />
55
						<FIELD indexable="true" name="modernfindspot" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='modernFindSpot']" />
56
						<FIELD indexable="true" name="moderncountry" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='modernCountry']" />
57
						<FIELD indexable="true" name="modernregion" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='modernRegion']" />
58
						<FIELD indexable="true" name="modernprovince" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='modernProvince']" />
59
						<FIELD indexable="true" name="conservationcountry" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='conservationCountry']" />
60
						<FIELD indexable="true" name="conservationregion" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='conservationRegion']" />
61
						<FIELD indexable="true" name="conservationcity" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='conservationCity']" />
62
						<FIELD indexable="true" name="museum" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='museum']" />
55
						<FIELD indexable="true" name="modernlocation" result="false" stat="false" tokenizable="true" xpath="concat(//*[local-name()='modernFindSpot'], ' ',//*[local-name()='modernCountry'],' ',//*[local-name()='modernRegion'],' ',//*[local-name()='modernProvince'])" />
56
						<FIELD indexable="true" name="conservationlocation" result="false" stat="false" tokenizable="true" xpath="concat(//*[local-name()='conservationCountry'], ' ',//*[local-name()='conservationRegion'],' ',//*[local-name()='conservationCity'],' ',//*[local-name()='museum'])" />
63 57
						<FIELD indexable="true" name="inventorynumber" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='inventoryNumber']" />						
64 58
						<FIELD indexable="true" name="yearoffinding" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='yearOfFinding']" />						
65 59
						<FIELD indexable="true" name="metre" result="false" stat="false" tokenizable="true" xpath="//*[local-name()='metre']" />						

Also available in: Unified diff