Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-105532

Company documents being indexed into System index (liferay-0) on Elasticsearch

Details

    Description

      Solution notes
      In order to get rid of the duplicate data from the System index server admins have to perform a full reindex through the server admin.

      Description:
      After running a full reindex, there are documents in the system index for company assets such as Journal Articles, Blogs, Bookmarks, Docs & Media, Dynamic Data Lists, Forms, KB, Message Boards, and Wiki.

      Steps to Reproduce:
      1) Startup Liferay with Remote Elasticsearch (v6.8.3)
      2) Create a new Site
      3) Create Web Content titled "vanilla" in newly created Site
      4) Reindex
      5) Hit Elasticsearch port to verify that an index for the new Site was create. For example:

      6) Go to [http://localhost:9200/liferay-[site-index] (i.e 20101)|http://localhost:9200/liferay-[site-index]%20(i.e%2020101)]/_search?q=vanilla&pretty
      7) Verify the "vanilla" web content exists
      8) Go to http://localhost:9200/liferay-0/_search?q=vanilla&pretty

      Expected Result: "vanilla" Web Content does not appear due to it existing in a different Site
      Actual Result: The index is duplicated in liferay-0

      Additonal Testing:
      Repeat same tests in Liferay 7.2 GA1 and observe that liferay-0 index does not return duplicate data

      Attachments

        Issue Links

          Activity

            People

              joshua.chong Joshua Chong
              joshua.cords Joshua Cords
              Marta Elicegui Marta Elicegui
              Joshua Cords Joshua Cords
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                3 years, 20 weeks, 4 days ago

                Packages

                  Version Package
                  7.0.0 DXP FP95
                  7.0.10.15 DXP SP15
                  7.0.X
                  7.1.10 DXP FP17
                  7.1.10.4 SP4
                  7.1.X
                  7.2.10 DXP FP4
                  7.2.X
                  7.3.0 CE GA1
                  Master