<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>Blog posts by Vinh Cao</title> <link>https://world.optimizely.com/blogs/vinh-cao/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>Search &amp; Navigation: Indexing job new features</title>            <link>https://world.optimizely.com/blogs/vinh-cao/dates/2024/5/search--navigation-indexing-job-new-features/</link>            <description>&lt;p&gt;From Episerver.Find version 16.1.0, we introduced some new features that make the indexing job in CMS more flexible and efficient:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support continuous indexing job. In case the job has been crashed, you can restart and it will continue indexing progress from the last content that has successfully indexed.&lt;/li&gt;
&lt;li&gt;Allows configuration of the maximum concurrent background tasks used during the indexing job.&lt;/li&gt;
&lt;li&gt;Allows configuration of how many queue items are loaded per loop when using the continuous indexing job. With this configuration and the maximum concurrent background tasks, you can adjust the job to balance CPU/memory allocations and indexing speed rate as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;/link/afeae20c883643b9bb6e714572ce2023.aspx&quot; width=&quot;1029&quot; height=&quot;571&quot; style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/link/24303899095743c3ae2476b5bcc80fae.aspx&quot; width=&quot;1032&quot; height=&quot;634&quot; style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to enable the new continuous indexing job and other new features&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We have some new options that need to be added to &lt;code&gt;appsettings.json&lt;/code&gt; file to enable the new continuous indexing job and other new features:&lt;/p&gt;
&lt;pre class=&quot;language-javascript&quot;&gt;&lt;code&gt;{
    ...
    &quot;EPiServer&quot;: {
        &quot;Find&quot;: {
            &quot;DefaultIndex&quot;: &quot;your_index&quot;,
            &quot;ServiceUrl&quot;: &quot;https://demo.find.episerver.net/your_key&quot;,
            &quot;Cms&quot;: {
                &quot;EnableContinuousContentIndexingJob&quot;: true, // to enable the new continuous indexing job
                &quot;IndexingJobMaxThread&quot;: 4, // to configure the maximum concurrent background tasks 
                &quot;IndexingJobQueueItemLoadMultiplier&quot;: 4 // to configure how many queue items are loaded per loop 
            }
        }
    },
    ...
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can also learn how to use these new features on &lt;a href=&quot;https://docs.developers.optimizely.com/platform-optimizely/docs/scheduled-index-job#enable-continuous-indexing-job&quot;&gt;our document&lt;/a&gt;. Please check it out.&lt;/p&gt;</description>            <guid>https://world.optimizely.com/blogs/vinh-cao/dates/2024/5/search--navigation-indexing-job-new-features/</guid>            <pubDate>Tue, 07 May 2024 04:03:22 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>