Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damon 217 posts 287 karma points
    Feb 11, 2016 @ 11:41
    Damon
    0

    Examine config - What is runAsync="true" in Examine config?

    Hi,

    what is a simple explanation for this attribute?

    What happens when it is set to false?

    Thanks a lot!

  • Marc Goodson 2128 posts 14220 karma points MVP 8x c-trib
    Feb 14, 2016 @ 01:51
    Marc Goodson
    1

    Hi Damon

    This is a setting on your examine indexer, that is responsible for building your examine index.

    Running async=true, creates a 'queue' folder and a timer processes files in a linear succession from the queue.

    Running async=false turns off this behaviour, and so can be useful for testing/debugging,

    But generally in production you want the indexing to occur outside of the publishing thread for performance.

    regards

    marc

Please Sign in or register to post replies

Write your reply to:

Draft