1 Reply Latest reply on Jun 30, 2012 5:15 PM by rhauch

    Full Text Search in 3.0 Alpha6

    jonathandfields

      Hi All,

       

      I see in the release notes that full text search is disabled in Alpha6.

       

      I'm assuming that means that SQL2 contains() does not work, is that correct? My tests are indicating that it does not (returns no results) and I want to make sure the problem is not in my tests.....

       

      Thanks,

      Jon

        • 1. Re: Full Text Search in 3.0 Alpha6
          rhauch

          Correct: the "search" language and the JCR-SQL2 "contains" function will cause queries to return no results in Alpha6.

           

          (Technically the query processing is implemented and working, but we don't like how long it takes Lucene to analyze the full-text searchable values during Session.save(), so we've disabled the updating of the full-text search files in the indexes in Alpha6. Because there are not full-text search fields in the indexes, the queries will always return no results.)