Hi, On Thu, Feb 19, 2009 at 5:47 AM, Fard <[email protected]> wrote: > I am using Jackrabbit to manage my repository. I would like to index all > nodes by lucene and then search generated index by query. I don't know how > to integrate Lucene with Jackrabbit. I appreciate if you know any helpful > link or if you have a suggestion.
Jackrabbit already comes with a built-in Lucene index. It's used under the hood when you make XPath or SQL queries through the JCR QueryManager interface. BR, Jukka Zitting
