Document: Meta data
URL:
https://lenya.zones.apache.org/cms/docu/authoring/docu20/reference/metadata.html
Changed by user: Andreas Hartmann (andreas)
----
Removed: /document/body/section[4]/p[2]/text()
So a query for a dublin core title would look like this:
----
Added: /document/body/section[4]/p[2]/text()
So a query for a dublin core title would look like this (some special
characters in the field names have to be escaped, there's more info in
the Lucene query parser syntax documentation):
----
Removed: /document/body/section[4]/source[2]/text()
{http://purl.org/dc/elements/1.1/}title:Hello
----
Added: /document/body/section[4]/source[2]/text()
\{http\://purl.org/dc/elements/1.1/\}title:Hello
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]