On Thu, Feb 18, 2010 at 08:39, Thomas Müller <thomas.muel...@day.com> wrote:
> For me, there are two kinds of indexes: the property/value indexes,
> and the fulltext index.

The difficulty is that JCR queries can easily mix the use of both
indexes, ie. search for a certain node type (property/value index) and
a fulltext search of its contents. I am sure we can implement this
mixed lookup ourselves, but with Lucene we already get it for free. I
would stick with Lucene, also because it is proven, active and faster
improving than we could do on our own.

Regards,
Alex

-- 
Alexander Klimetschek
alexander.klimetsc...@day.com

Reply via email to