Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-14907

Impl a limited fulltext mode for VCS when using Elasticsearch

    XMLWordPrintable

    Details

    • Tags:
    • Upgrade notes:
      Hide

      If you want to disable VCS fulltext search on an existing instance, you need to manually remove the trigger and indexes:

      -- for postgresql
      DROP TRIGGER nx_trig_ft_update ON fulltext;
      DROP INDEX fulltext_fulltext_idx;
      DROP INDEX fulltext_fulltext_title_idx;
      
      Show
      If you want to disable VCS fulltext search on an existing instance, you need to manually remove the trigger and indexes: -- for postgresql DROP TRIGGER nx_trig_ft_update ON fulltext ; DROP INDEX fulltext_fulltext_idx; DROP INDEX fulltext_fulltext_title_idx;
    • Sprint:
      Sprint RepoTeam 5.9.5-2

      Description

      When all the fulltext queries are handled by elasticsearch, there is no more need to maintain database fulltext index.

      At the moment the fulltext mode can only be enabled or disabled. When using elasticsearch we want to keep the binary fulltext extraction but don't want the database fulltext triggers and indexing overhead.

      Done by adding a new fulltext repository option "searchDisabled", can be set using nuxeo.conf  nuxeo.vcs.fulltext.search.disabled=true
      See http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration for more info.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: