Twitter LinkedIn

CODE NEWLY PUBLISHED SITECORE ITEM DOESNT APPEAR IN SEARCH

  • By Andrew Ward
Andrew Ward
We have recently been doing a number of Sitecore upgrades. In one of them, we have upgraded the system from Sitecore 6.5 to 7.2. After the upgrade, newly published News items didn't appear on their news page. This used search, and upon examination of the Lucene indexes, the new items didn't exist in the index.

Checking the Crawl logs, I noticed an entry:

4260 15:57:46 FATAL [Index=sitecore_web_index] Initialization of OnPublishEndAsynchronousStrategy failed because event queue is not enabled.

This was a good first clue. The OnPublishEndAsynchronousStrategy, as it sounds, will index your newly published items after they're published. Looking at the documentation, I see this indexing strategy described like:

"During initialization, this strategy subscribes to the OnPublishEnd event and triggers an incremental index rebuild.
If you have separate CM and CD servers, this event is triggered via the EventQueue object. This means that you must enable the EventQueue object for this strategy to work in this kind of environment."
https://doc.sitecore.net/sitecore%20experience%20platform/search%20and%20indexing/index%20update%20strategies

So, the strategy does an incremental index rebuild after publishing, and in a multi-server environment, I'll need to enable the event queues.

Similarly, in the web.config file, the EnableEventQueues setting is described:

"ENABLE EVENT QUEUES
If enabled, Sitecore sends local events to the event queue available to remote instances, and handles events in the queue from remote instances."

Well, okay. My server doesn't have any remote instances. There's no separate delivery server or anything. But the error message clearly suggests that the strategy wants event queues enables - so I set them to enabled and the indexing on publish started working again.

I can only conclude that much of the documentation about this is wrong - that as the error message says, you need event queues enabled for the OnPublishEndAsynchronousStrategy in Sitecore 7.2. Interestingly, the Sitecore 6.5 version of the site - the old version - did have event queues disabled, so it's possible that the meaning/effect of this setting has changed slightly between versions of Sitecore.

Andy Burns
3chillies Reading (HQ) 4th Floor, The Blade, Abbey Square Reading Berkshire RG1 3BE 0118 931 4196 Find us
This website is hosted Green - checked by thegreenwebfoundation.org

Our Partners

  • microsoft partner logo
  • sitecore logo
  • umbraco logo
  • Optmizely logo
  • uMarketingSuite logo
  • Cookiebot
scroll back to the top of the current web page