[opencms-dev] Field configuration - OpenCms Search
Jonathan Woods
jonathan.woods at scintillance.com
Fri Oct 24 11:50:35 CEST 2008
I wonder if OpenCms is doing some pre-processing on the XML content.
Anyway, one way to find out what's going on is to attach a debugger and
break in the Lucene Document factory class for your XML content; or you
could implement your own doc factory class, configure it in
opencms-search.xml so that it's activated for your XML content, and have it
spit out some useful debug info.
Jon
-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Andrea Puddu
Sent: 24 October 2008 10:40
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Field configuration - OpenCms Search
More in detail..
if my article xml is like this
<Contents xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ....>
<Content language="en">
<Section><![CDATA[CRONACA]]></Section>
<...>
<Teaser>
<..>
<text>....</text>
</Teaser>
<Photo>
<Image>
<link internal="true" type="STRONG">
<target><![CDATA[/sites/mysite/channels/agencies/media/08/09/05/5fb824cdcb49
33a52689c6749a9fb31e.jpg]]></target>
<uuid>d8c1d325-7b64-11dd-8442-b167113d73a7</uuid>
</link>
</Image>
<Description><![CDATA[descrizione]]></Description>
</Photo>
I can get the text field successfully with the following Xpath
Teaser[1]/text[1]
But I'm struggling to get the image target field with no luck...
it should be:
Photo[1]/Image[1]/link[1]/target ?
or
Photo[1]/Image[1]/link[1]/target[1] ??
But no chance.
Any ideas?
Thanks,
Andrea
---------------------------
Andrea Puddu
docpuddu at tiscali dot it
http://www.linkedin.com/in/andreapuddu
-------------------------------------------
_______________________________________________
This mail is sent to you from the opencms-dev mailing list To change your
list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list