[opencms-dev] Help with lucene
Moro Álvarez, Manuel
MMORO at sadiel.es
Tue Jul 12 09:51:01 CEST 2005
Hello, I am looking for a xpath expression to read all the content of xml node "text":
<text html="true">
<p>Hello, my name is <b>David</b></p>
</text>
The problem is that lucene index "Hello..." in "p" node and the xpath may be //text/p/ and "David" in //text/p/b/. There are a generic mode to access the whole content of text (node content and subnodes contents)?
Thanks and excuse me for my very bad English :)
More information about the opencms-dev
mailing list