<?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: Tweaking the TEXT SEARCH CONFIGURATION with an existing database in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319288#M6289</link>
    <description>&lt;P&gt;Yes you're right, in your case if all that changed is the PostgreSQL TEXT SEARCH CONFIGURATION then that would be enough and much more efficient.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2013 18:17:19 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2013-10-29T18:17:19Z</dc:date>
    <item>
      <title>Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319283#M6284</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We realized we forgot to adjust the TEXT SEARCH CONFIGURATION in PostgreSQL for a Nuxeo database, to make the full text searches accent-insensitive.&lt;/P&gt;
&lt;P&gt;We tested the &lt;CODE&gt;CREATE EXTENSION unaccent;&lt;/CODE&gt; etc. commands on a medium-sized Nuxeo, which worked well except the first login after launching Nuxeo took longer than usual.&lt;/P&gt;
&lt;P&gt;I reckon this is more PostgreSQL-related, but does the database have to rebuild the whole index after making changes to this configuration? This could be a problem if we execute the script on our production database, which is much larger than the first one (we don't want to end up with Nuxeo being frozen for... an undefinite amount of time).&lt;/P&gt;
&lt;P&gt;Thanks for your advice&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:36:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319283#M6284</guid>
      <dc:creator>Marwane_K_A_</dc:creator>
      <dc:date>2013-10-28T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319284#M6285</link>
      <description>&lt;P&gt;The question really is about how/when the Postgres FTS configuration change applies. As far as I can tell the text search configuration is set up in the nx_to_tsvector function, which is used to build the fts index on the fulltext table.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:46:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319284#M6285</guid>
      <dc:creator>schambon_</dc:creator>
      <dc:date>2013-10-28T17:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319285#M6286</link>
      <description>&lt;P&gt;Nuxeo does not automatically rebuild fulltext indexes when the fulltext configuration changes. The slowdown you're seeing must be coming from somewhere else.&lt;/P&gt;
&lt;P&gt;If you changed the fulltext configuration you'll need to reindex everything, the &lt;A href="https://github.com/nuxeo/nuxeo-reindex-fulltext"&gt;nuxeo-reindex-fulltext&lt;/A&gt; addon can do that for you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:50:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319285#M6286</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-10-28T17:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319286#M6287</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:54:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319286#M6287</guid>
      <dc:creator>Marwane_K_A_</dc:creator>
      <dc:date>2013-10-28T17:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319287#M6288</link>
      <description>&lt;P&gt;The addon works by changing the dc&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 18:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319287#M6288</guid>
      <dc:creator>schambon_</dc:creator>
      <dc:date>2013-10-28T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tweaking the TEXT SEARCH CONFIGURATION with an existing database</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319288#M6289</link>
      <description>&lt;P&gt;Yes you're right, in your case if all that changed is the PostgreSQL TEXT SEARCH CONFIGURATION then that would be enough and much more efficient.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 18:17:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/tweaking-the-text-search-configuration-with-an-existing-database/m-p/319288#M6289</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-10-29T18:17:19Z</dc:date>
    </item>
  </channel>
</rss>

