Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-3458

[Cnt][Exp] eContent is not supported in platform.sh config

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • 3.3.0
    • platform.sh

    Description

      eContent is not supported in platform.sh config.

      Steps:

      1. On an Ibexa Content or Experience installation examine the .platform/services.yaml file, solrsearch section.

      Actual result:

      solrsearch:
          type: solr:7.7
          disk: 512
          configuration:
              configsets:
                  mainconfig: !archive "configsets/solr6"
              cores:
                  collection1:
                      core_properties: |
                          configSet=mainconfig
                          schema=schema.xml
              endpoints:
                  collection1:
                      core: collection1
      

      Expected result: (as on Ibexa Commerce)

      solrsearch:
          type: solr:7.7
          disk: 512
          configuration:
              configsets:
                  mainconfig: !archive "configsets/solr6"
              cores:
                  collection1:
                      core_properties: |
                          configSet=mainconfig
                          schema=schema.xml
                  econtent:
                      core_properties: |
                          configSet=mainconfig
                          schema=schema.xml
                  econtent_back:
                      core_properties: |
                          configSet=mainconfig
                          schema=schema.xml
              endpoints:
                  collection1:
                      core: collection1
                  econtent:
                      core: econtent
                  econtent_back:
                      core: econtent_back
      

      Remarks: The cores for econtent are not included.

      Attachments

        Activity

          People

            Unassigned Unassigned
            michal.szoltysek@ibexa.co Michał Szołtysek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: