[opencms-dev] Lucene XML searching

P. Hill goodhill at xmission.com
Fri Mar 4 21:00:54 CET 2005


Does the configuration of Lucene in OpenCMS allow the indexing of XML
documents and the fields within those documents?

What I need is to find strings within in certain fields (XML tags) 
within the document, for example:
<book>
   <title>...<title>
   <author>John Doe</author>
   <author>Sam Doe</author>
   <abstract> In this book John and Sam Doe describe </abstract>
</book>

I want to find documents which have Doe in the author field only and 
DONT want find other occurances of the sme words elsewhere.

-Paul




More information about the opencms-dev mailing list