<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error message in 5.6 Advanced Search with phrase in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325252#M12253</link>
    <description>&lt;P&gt;Strangely, I just tried a pre-GA version of 5.6 and the same phrase-based search works.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2013 02:51:53 GMT</pubDate>
    <dc:creator>bruce_Grant</dc:creator>
    <dc:date>2013-02-15T02:51:53Z</dc:date>
    <item>
      <title>Error message in 5.6 Advanced Search with phrase</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325251#M12252</link>
      <description>&lt;P&gt;On an instance of 5.6 (running PostgreSQL 9.1) when I perform an advanced search using a phrase, I see the following error message in the server log...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Caused by: org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker$QueryMakerException: Cannot use phrase search in fulltext compatibilty mode. Please upgrade the fullte
xt table: "this is a test phrase"
        at org.nuxeo.ecm.core.storage.sql.jdbc.dialect.DialectPostgreSQL.getDialectFulltextQuery(DialectPostgreSQL.java:356)
        at org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker$WhereBuilder.visitExpressionFulltext(NXQLQueryMaker.java:1742)
        at org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker$WhereBuilder.visitExpression(NXQLQueryMaker.java:1366)
        at org.nuxeo.ecm.core.query.sql.model.Expression.accept(Expression.java:42)
        at org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker$WhereBuilder.visitMultiExpression(NXQLQueryMaker.java:1334)
        at org.nuxeo.ecm.core.query.sql.model.MultiExpression.accept(MultiExpression.java:40)
        at org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker.buildQuery(NXQLQueryMaker.java:421)
        at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.query(JDBCMapper.java:731)
        at org.nuxeo.ecm.core.storage.sql.SoftRefCachingMapper.query(SoftRefCachingMapper.java:100)
        at org.nuxeo.ecm.core.storage.sql.SessionImpl.query(SessionImpl.java:1106)
        at org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl.query(ConnectionImpl.java:348)
        at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.execute(SQLSession.java:581)
        at org.nuxeo.ecm.core.api.AbstractSession.query(AbstractSession.java:1525)
        ... 91 more
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can't find any reference to this error message so I'm left wondering what it means? I did take a look at the source but the root cause is not obvious (at least not to me :). Is there something further I need to configure?&lt;/P&gt;
&lt;P&gt;Thanks,
Bruce.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 23:30:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325251#M12252</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-02-14T23:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in 5.6 Advanced Search with phrase</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325252#M12253</link>
      <description>&lt;P&gt;Strangely, I just tried a pre-GA version of 5.6 and the same phrase-based search works.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 02:51:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325252#M12253</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-02-15T02:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in 5.6 Advanced Search with phrase</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325253#M12254</link>
      <description>&lt;P&gt;The fulltext storage model in postgresql has changed in 5.5. So, I think you're migrating a nuxeo instance from version prior to 5.5 and you didn't upgraded the indexes. The &lt;A href="http://doc.nuxeo.com/x/yYWo"&gt;administration document&lt;/A&gt; is giving you the information about that point. Mainly you should follow the instructions given on the &lt;A href="https://jira.nuxeo.com/browse/NXP-5689"&gt;NXP-5689&lt;/A&gt; ticket.&lt;/P&gt;
&lt;P&gt;Another option is to just drop the indexes from the database, install the optional &lt;A href="https://maven-eu.nuxeo.org/nexus/index.html#nexus-search;quick%7Ereindex"&gt;reindex bundle&lt;/A&gt; in your bundles platform folder and ask for a re-indexation.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:20:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325253#M12254</guid>
      <dc:creator>slacoin_Lacoin</dc:creator>
      <dc:date>2013-02-15T10:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in 5.6 Advanced Search with phrase</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325254#M12255</link>
      <description>&lt;P&gt;Thank you - I vaguely remember seeing this ticket before&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 15:14:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325254#M12255</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-02-15T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in 5.6 Advanced Search with phrase</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325255#M12256</link>
      <description>&lt;P&gt;I've added the error message (including misspelling) in the [upgrade notes](http&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 15:23:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-message-in-5-6-advanced-search-with-phrase/m-p/325255#M12256</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-02-15T15:23:20Z</dc:date>
    </item>
  </channel>
</rss>

