Uploaded image for project: 'Solr Search Provider'
  1. Solr Search Provider
  2. MGNLEESOLR-18

In case of changes on multiple pages in same time, only one page is reindexed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0
    • None
    • None

    Description

      Problem is in method info.magnolia.module.indexer.DataIndexer#onEvent. Only one node is send into indexService from this method.

      Issue is easily reproducible with groovy script:

      website = ctx.getJCRSession("website");
      website.getNode("/demo-project/about/subsection-articles/article/content/00").setProperty("text", "halo");
      website.getNode("/demo-project/about/subsection-articles/large-article/content/0").setProperty("text", "co se");
      website.getNode("/demo-project/about/subsection-articles/an-interesting-article").setProperty("text", "stalo");
      website.save();
      

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              mdivilek Milan Divilek
              mdivilek Milan Divilek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD