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

Parameterize fulltext language analyzer

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 7.3
    • Component/s: Configuration
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      New configuration parameter: nuxeo.vcs.fulltext.analyzer.language

      Show
      New configuration parameter: nuxeo.vcs.fulltext.analyzer.language
    • Sprint:
      DevOps Sprint 9

      Description

      Analyzer language is currently hard-coded in the default template:

      templates/common-base/nxserver/config/default-repository-config.xml.nxftl
      <fulltext disabled="${nuxeo.vcs.fulltext.disabled}"
                searchDisabled="${nuxeo.vcs.fulltext.search.disabled}"
                analyzer="english">

      Add a nuxeo.vcs.fulltext.analyzer.language parameter defaulting to "english":

      <fulltext disabled="${nuxeo.vcs.fulltext.disabled}"
                searchDisabled="${nuxeo.vcs.fulltext.search.disabled}"
                analyzer="${nuxeo.vcs.fulltext.analyzer.language}">

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: