Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
what is a simple explanation for this attribute?
What happens when it is set to false?
Thanks a lot!
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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!
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
is working on a reply...