Mike olo wrote:
i have implemented the Jackrabbit repository 1.2.3 now i want to do the search in repository usinge lucene.is it possible to have search using lucene, if yes then how is it
lucene is just a library we use in jackrabbit to maintain indexes for content stored in a workspace. the query functionality is specified in JSR 170 sections 6.6 (XPath) and 8.5 (SQL).
regards marcel
