Hi, iapilgrim wrote: > Hi all, > I find hard to query data based on Xpath. It will lead to some problems, ex. > can not use count() to count number of child nodes.
Jackrabbit does not support the full set of XPath functions. See the JSR 170 specification for a subset that is supported by all implementations. > Is there a need to combine hibernate search with jackrabbit and Lucene ? > Can Hibernate Search build on indexes of JackRabbit? not sure what you mean here, but indexes created by jackrabbit use lucene documents that other applications probably don't understand. regards marcel