
jukka.zitting at gmail
Feb 19, 2009, 2:14 AM
Post #2 of 3
(847 views)
Permalink
|
|
Re: How can I Integrate Lucene withJackrabbit
[In reply to]
|
|
Hi, On Thu, Feb 19, 2009 at 5:47 AM, Fard <maurice.fard [at] gmail> 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
|