You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Emmanuel Hugonnet <eh...@gmail.com> on 2012/05/29 10:04:08 UTC

Jackrabbit 2.5.0 and Lucene 3.6.0

Hi,
Applying the migration patch on the current 2.5.0 tag has only two
tests that are red :
  testLikeEmpty(org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest)
<-- maye a difference of interpretation of the empty string in lucene
?
  testFulltextComplex(org.apache.jackrabbit.core.query.SQLTest) <--
this is due to NOT contains(., 'bla')  which is not correctly
intepreted in the query builder : it stops at a not clause but doesn't
use the contains part.
Emmnuel