You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Jacob Marcus <ja...@gmail.com> on 2007/06/01 17:05:07 UTC

Support for lucene query language

Hi all,

Currently, JackRabbit has support for xpath and sql query languages. Is
there any plan to support Lucene? Has someone already implemented this?

Thanks,
Jacob

Re: Support for lucene query language

Posted by Marcel Reutegger <ma...@gmx.net>.
Jacob Marcus wrote:
> Currently, JackRabbit has support for xpath and sql query languages. Is
> there any plan to support Lucene? Has someone already implemented this?

there are currently no plans to implement a lucene query language. but it should 
be quite easy to implement support for the lucene syntax.

some of the features are already available in the second parameter of the 
jcr:contains function. e.g. you can use wildcards, fuzzy queries, etc.


regards
  marcel