Fix and regenerate sitemap + add robots.txt (#97)

* Fix and regenerate sitemap + add robots.txt

* Refactor browserSync and gulp watch config

Co-authored-by: Mauricio Stekl <mauricio@stekl.org>
diff --git a/gulpfile.js b/gulpfile.js
index 4228cea..0aa8006 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -41,12 +41,7 @@
 //Filewatcher and live-reload
 export const watchpug = () => {
     browserSync.init({
-        server: {
-            baseDir: "./",
-            open: true,
-            cors: true,
-            notify: false,
-        },
+        server: './',
         ui: false,
         injectChanges: true,
         watch: false,
@@ -61,9 +56,15 @@
         }
         html();
     });
-
-    gulp.watch(['./css/**/*.css', './js/**/*.js', './**/*.html', '!./_*/**/*.html'], {}).on('change', function(path) {
-        browserSync.reload();
+    gulp.watch([
+        './css/**/*.css',
+        './js/**/*.js',
+        './*.html',
+        './features/*.html',
+        './arch/*.html',
+        './use-cases/*.html',
+    ], {}).on('change', function(path) {
+        browserSync.reload(path);
     });
 }
 
@@ -88,7 +89,7 @@
         read: false
     })
     .pipe(gulpSitemap({
-            siteUrl: 'https://ignite.apache.com',
+            siteUrl: 'https://ignite.apache.org',
             changefreq: 'monthly',
             priority: function(siteUrl, loc, entry) {
                 // Give pages inside root path (i.e. no slashes) a higher priority
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..af3990e
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,31 @@
+User-Agent: *
+Allow: /docs/latest/
+Disallow: /docs/
+Allow: /releases/latest/
+Disallow: /releases/
+Disallow: /search?q=
+Disallow: */*_sc_token=
+Disallow: */*_x_tr_sl=
+Disallow: */*_x_tr_tl=
+Disallow: */*_x_tr_hl=
+Disallow: */*_x_tr_pto=
+Disallow: */*force_isolation=
+Disallow: */*Preferred=
+Disallow: */*utm_
+Disallow: */*placement=
+Disallow: */*yhid=
+Disallow: */*clid=
+Disallow: */?fbclid=
+Disallow: */?tpclid=
+Disallow: /*?_ym_debug
+Disallow: /*?calltouch_tm
+Disallow: */?source=
+Disallow: */?web_view=
+Disallow: */?event=
+Disallow: */?PageSpeed=
+Disallow: */?ref=
+Disallow: /?from=
+Disallow: /?_ga=
+
+Host: https://ignite.apache.org
+Sitemap: https://ignite.apache.org/sitemap.xml
diff --git a/sitemap.xml b/sitemap.xml
index 8088f59..4e49763 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,10 +2,10 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
     <url>
         
-        <loc>https://ignite.apache.com/download.html</loc>
+        <loc>https://ignite.apache.org/download.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:49:57.767Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -16,10 +16,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/events-video.html</loc>
+        <loc>https://ignite.apache.org/events-video.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:58.075Z</lastmod>
+        <lastmod>2021-12-26T19:21:49.339Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -30,10 +30,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/events.html</loc>
+        <loc>https://ignite.apache.org/events.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:02.077Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -44,10 +44,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/faq.html</loc>
+        <loc>https://ignite.apache.org/faq.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:02.878Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -58,10 +58,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/</loc>
+        <loc>https://ignite.apache.org/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:03.861Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -72,10 +72,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/our-community.html</loc>
+        <loc>https://ignite.apache.org/our-community.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:05.467Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -86,10 +86,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/resources.html</loc>
+        <loc>https://ignite.apache.org/resources.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:07.163Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -100,10 +100,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases.html</loc>
+        <loc>https://ignite.apache.org/use-cases.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:09.153Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -114,10 +114,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/arch/clustering.html</loc>
+        <loc>https://ignite.apache.org/arch/clustering.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:09.793Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -128,10 +128,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/arch/multi-tier-storage.html</loc>
+        <loc>https://ignite.apache.org/arch/multi-tier-storage.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:10.512Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -142,10 +142,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/arch/native-persistence.html</loc>
+        <loc>https://ignite.apache.org/arch/native-persistence.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:11.161Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -156,10 +156,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/acid-transactions.html</loc>
+        <loc>https://ignite.apache.org/features/acid-transactions.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:12.155Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -170,10 +170,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/compute-apis.html</loc>
+        <loc>https://ignite.apache.org/features/compute-apis.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:21.845Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -184,10 +184,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/</loc>
+        <loc>https://ignite.apache.org/features/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:22.774Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -198,10 +198,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/key-value-apis.html</loc>
+        <loc>https://ignite.apache.org/features/key-value-apis.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:23.559Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -212,10 +212,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/machinelearning.html</loc>
+        <loc>https://ignite.apache.org/features/machinelearning.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:24.328Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -226,10 +226,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/multilanguage.html</loc>
+        <loc>https://ignite.apache.org/features/multilanguage.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:25.124Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -240,10 +240,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/service-apis.html</loc>
+        <loc>https://ignite.apache.org/features/service-apis.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:30.428Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -254,10 +254,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/sql.html</loc>
+        <loc>https://ignite.apache.org/features/sql.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:44.765Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -268,10 +268,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/streaming.html</loc>
+        <loc>https://ignite.apache.org/features/streaming.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:46.212Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -282,10 +282,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/features/tooling.html</loc>
+        <loc>https://ignite.apache.org/features/tooling.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:48.035Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -296,10 +296,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/includes/docs_rightnav_promotion.html</loc>
+        <loc>https://ignite.apache.org/includes/docs_rightnav_promotion.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:58.103Z</lastmod>
+        <lastmod>2021-12-26T19:21:49.504Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -310,10 +310,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/includes/promotion_banner.html</loc>
+        <loc>https://ignite.apache.org/includes/promotion_banner.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:58.103Z</lastmod>
+        <lastmod>2021-12-26T19:21:49.504Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -324,10 +324,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/digital-integration-hub.html</loc>
+        <loc>https://ignite.apache.org/use-cases/digital-integration-hub.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:49.051Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -338,10 +338,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/hadoop-acceleration.html</loc>
+        <loc>https://ignite.apache.org/use-cases/hadoop-acceleration.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:49.962Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -352,10 +352,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/high-performance-computing.html</loc>
+        <loc>https://ignite.apache.org/use-cases/high-performance-computing.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:50:51.303Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -366,10 +366,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/in-memory-cache.html</loc>
+        <loc>https://ignite.apache.org/use-cases/in-memory-cache.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:06.904Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -380,10 +380,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/in-memory-data-grid.html</loc>
+        <loc>https://ignite.apache.org/use-cases/in-memory-data-grid.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:07.975Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -394,10 +394,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/in-memory-database.html</loc>
+        <loc>https://ignite.apache.org/use-cases/in-memory-database.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:09.023Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -408,10 +408,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/key-value-store.html</loc>
+        <loc>https://ignite.apache.org/use-cases/key-value-store.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:09.965Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -422,10 +422,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/provenusecases.html</loc>
+        <loc>https://ignite.apache.org/use-cases/provenusecases.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:11.066Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -436,10 +436,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/use-cases/spark-acceleration.html</loc>
+        <loc>https://ignite.apache.org/use-cases/spark-acceleration.html</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.703Z</lastmod>
+        <lastmod>2021-12-26T19:51:12.041Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -450,10 +450,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-rebalancing</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-rebalancing</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -464,10 +464,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-streaming</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-streaming</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -478,10 +478,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-locks</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-locks</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -492,10 +492,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/</loc>
+        <loc>https://ignite.apache.org/docs/latest/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.357Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -506,10 +506,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/logging</loc>
+        <loc>https://ignite.apache.org/docs/latest/logging</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -520,10 +520,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/memory-architecture</loc>
+        <loc>https://ignite.apache.org/docs/latest/memory-architecture</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -534,10 +534,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/messaging</loc>
+        <loc>https://ignite.apache.org/docs/latest/messaging</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -548,10 +548,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/plugins</loc>
+        <loc>https://ignite.apache.org/docs/latest/plugins</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -562,10 +562,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/read-repair</loc>
+        <loc>https://ignite.apache.org/docs/latest/read-repair</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -576,10 +576,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/resources-injection</loc>
+        <loc>https://ignite.apache.org/docs/latest/resources-injection</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -590,10 +590,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/restapi</loc>
+        <loc>https://ignite.apache.org/docs/latest/restapi</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -604,10 +604,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/setup</loc>
+        <loc>https://ignite.apache.org/docs/latest/setup</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -618,10 +618,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/starting-nodes</loc>
+        <loc>https://ignite.apache.org/docs/latest/starting-nodes</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -632,10 +632,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/understanding-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/understanding-configuration</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -646,10 +646,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-rebalancing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-rebalancing</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -660,10 +660,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-streaming</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-streaming</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -674,10 +674,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-locks</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-locks</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -688,10 +688,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -702,10 +702,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/logging</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/logging</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -716,10 +716,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/memory-architecture</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/memory-architecture</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -730,10 +730,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/messaging</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/messaging</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -744,10 +744,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/plugins</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/plugins</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -758,10 +758,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/read-repair</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/read-repair</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -772,10 +772,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/resources-injection</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/resources-injection</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -786,10 +786,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/restapi</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/restapi</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -800,10 +800,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/setup</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/setup</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -814,10 +814,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/starting-nodes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/starting-nodes</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -828,10 +828,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/understanding-configuration</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/understanding-configuration</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.786Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -842,10 +842,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-rebalancing</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/binary-client-protocol</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -856,10 +856,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-streaming</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/binary-type-metadata</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -870,10 +870,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-locks</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/cache-configuration</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -884,10 +884,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/data-format</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -898,10 +898,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/logging</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/key-value-queries</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -912,10 +912,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/memory-architecture</loc>
+        <loc>https://ignite.apache.org/docs/latest/binary-client-protocol/sql-and-scan-queries</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -926,10 +926,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/messaging</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/baseline-topology</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -940,10 +940,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/plugins</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/clustering</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -954,10 +954,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/read-repair</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/connect-client-nodes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -968,10 +968,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/resources-injection</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/discovery-in-the-cloud</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -982,10 +982,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/restapi</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/network-configuration</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -996,10 +996,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/setup</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/running-client-nodes-behind-nat</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1010,10 +1010,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/starting-nodes</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/tcp-ip-discovery</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1024,10 +1024,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/understanding-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/clustering/zookeeper-discovery</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.586Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1038,10 +1038,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/custom-sql-func</loc>
+        <loc>https://ignite.apache.org/docs/latest/code-deployment/deploying-user-code</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1052,10 +1052,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/distributed-joins</loc>
+        <loc>https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1066,10 +1066,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/indexes</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/atomicity-modes</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1080,10 +1080,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/schemas</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/cache-groups</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.237Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1094,10 +1094,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/sql-api</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/configuration-overview</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1108,10 +1108,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/sql-introduction</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/configuring-backups</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1122,10 +1122,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/sql-transactions</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/expiry-policies</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.815Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1136,10 +1136,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/SQL/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/near-cache</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1150,10 +1150,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/binary-client-protocol</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/on-heap-caching</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1164,10 +1164,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/binary-type-metadata</loc>
+        <loc>https://ignite.apache.org/docs/latest/configuring-caches/partition-loss-policy</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1178,10 +1178,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/cache-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/cpp-specific/cpp-objects-lifetime</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1192,10 +1192,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/data-format</loc>
+        <loc>https://ignite.apache.org/docs/latest/cpp-specific/cpp-platform-interoperability</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1206,10 +1206,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/key-value-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/cpp-specific/cpp-serialization</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1220,10 +1220,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/sql-and-scan-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/cpp-specific/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1234,10 +1234,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/baseline-topology</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-modeling/affinity-collocation</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.819Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1248,10 +1248,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/clustering</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-modeling/binary-marshaller</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1262,10 +1262,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/connect-client-nodes</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-modeling/data-modeling</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1276,10 +1276,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/discovery-in-the-cloud</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-modeling/data-partitioning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1290,10 +1290,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/network-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/atomic-sequence</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1304,10 +1304,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/running-client-nodes-behind-nat</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/atomic-types</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1318,10 +1318,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/tcp-ip-discovery</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/countdownlatch</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1332,10 +1332,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/clustering/zookeeper-discovery</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/id-generator</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.253Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1346,10 +1346,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/code-deployment/deploying-user-code</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/queue-and-set</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1360,10 +1360,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/code-deployment/peer-class-loading</loc>
+        <loc>https://ignite.apache.org/docs/latest/data-structures/semaphore</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1374,10 +1374,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/atomicity-modes</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/cluster-groups</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.823Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1388,10 +1388,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/cache-groups</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/collocated-computations</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1402,10 +1402,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/configuration-overview</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/distributed-computing</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1416,10 +1416,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/configuring-backups</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/executor-service</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1430,10 +1430,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/expiry-policies</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/fault-tolerance</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1444,10 +1444,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/near-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/job-scheduling</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1458,10 +1458,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/on-heap-caching</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/load-balancing</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1472,10 +1472,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/configuring-caches/partition-loss-policy</loc>
+        <loc>https://ignite.apache.org/docs/latest/distributed-computing/map-reduce</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1486,10 +1486,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-objects-lifetime</loc>
+        <loc>https://ignite.apache.org/docs/latest/events/events</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1500,10 +1500,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/latest/events/listening-to-events</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1514,10 +1514,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-serialization</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/hibernate-l2-cache</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.827Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1528,10 +1528,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/cpp-specific/</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/mybatis-l2-cache</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1542,10 +1542,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-modeling/affinity-collocation</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/performance-statistics</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1556,10 +1556,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-modeling/binary-marshaller</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/php-pdo</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1570,10 +1570,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-modeling/data-modeling</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/deb-rpm</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.357Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1584,10 +1584,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-modeling/data-partitioning</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/installing-using-docker</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.357Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1598,10 +1598,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/atomic-sequence</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/installing-using-zip</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.831Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.357Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1612,10 +1612,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/atomic-types</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/vmware-installation</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1626,10 +1626,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/countdownlatch</loc>
+        <loc>https://ignite.apache.org/docs/latest/key-value-api/basic-cache-operations</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1640,10 +1640,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/id-generator</loc>
+        <loc>https://ignite.apache.org/docs/latest/key-value-api/binary-objects</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1654,10 +1654,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/queue-and-set</loc>
+        <loc>https://ignite.apache.org/docs/latest/key-value-api/continuous-queries</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1668,10 +1668,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/data-structures/semaphore</loc>
+        <loc>https://ignite.apache.org/docs/latest/key-value-api/transactions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1682,10 +1682,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/cluster-groups</loc>
+        <loc>https://ignite.apache.org/docs/latest/key-value-api/using-scan-queries</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1696,10 +1696,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/collocated-computations</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/machine-learning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1710,10 +1710,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/distributed-computing</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/multiclass-classification</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1724,10 +1724,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/executor-service</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/partition-based-dataset</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1738,10 +1738,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/fault-tolerance</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/preprocessing</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1752,10 +1752,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/job-scheduling</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/recommendation-systems</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.835Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1766,10 +1766,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/load-balancing</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/updating-trained-models</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1780,10 +1780,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/distributed-computing/map-reduce</loc>
+        <loc>https://ignite.apache.org/docs/latest/memory-configuration/data-regions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1794,10 +1794,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/events/events</loc>
+        <loc>https://ignite.apache.org/docs/latest/memory-configuration/eviction-policies</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1808,10 +1808,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/events/listening-to-events</loc>
+        <loc>https://ignite.apache.org/docs/latest/memory-configuration/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1822,10 +1822,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/hibernate-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/memory-configuration/replacement-policies</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1836,10 +1836,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/mybatis-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/cluster-id</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1850,10 +1850,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/cluster-states</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1864,10 +1864,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/php-pdo</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/configuring-metrics</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1878,10 +1878,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/installation/deb-rpm</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/intro</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1892,10 +1892,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/installation/installing-using-docker</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/metrics</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1906,10 +1906,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/installation/installing-using-zip</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics-system</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1920,10 +1920,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/installation/vmware-installation</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1934,10 +1934,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/key-value-api/basic-cache-operations</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/performance-statistics</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.413Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1948,10 +1948,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/key-value-api/binary-objects</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/system-views</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1962,10 +1962,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/key-value-api/continuous-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/monitoring-metrics/tracing</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1976,10 +1976,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/key-value-api/transactions</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/asp-net-output-caching</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -1990,10 +1990,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/key-value-api/using-scan-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/asp-net-session-state-caching</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2004,10 +2004,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/machine-learning</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2018,10 +2018,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/multiclass-classification</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-async</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2032,10 +2032,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/partition-based-dataset</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-configuration-options</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2046,10 +2046,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/preprocessing</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-cross-platform-support</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2060,10 +2060,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/recommendation-systems</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-deployment-options</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2074,10 +2074,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/updating-trained-models</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-entity-framework-cache</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.421Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2088,10 +2088,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/memory-configuration/data-regions</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-java-services-execution</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2102,10 +2102,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/memory-configuration/eviction-policies</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-linq</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2116,10 +2116,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/memory-configuration/</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-logging</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2130,10 +2130,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/memory-configuration/replacement-policies</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-platform-cache</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2144,10 +2144,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/cluster-id</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-platform-interoperability</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2158,10 +2158,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/cluster-states</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-plugins</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2172,10 +2172,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/configuring-metrics</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-remote-assembly-loading</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2186,10 +2186,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/intro</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-serialization</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2200,10 +2200,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/metrics</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-standalone-nodes</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.863Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2214,10 +2214,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/new-metrics-system</loc>
+        <loc>https://ignite.apache.org/docs/latest/net-specific/net-troubleshooting</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.429Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2228,10 +2228,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/new-metrics</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/general-perf-tips</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2242,10 +2242,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/handling-exceptions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2256,10 +2256,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/system-views</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2270,10 +2270,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/tracing</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/memory-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2284,10 +2284,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/asp-net-output-caching</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/persistence-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2298,10 +2298,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/asp-net-session-state-caching</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/sql-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2312,10 +2312,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/thread-pools-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2326,10 +2326,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-async</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/troubleshooting</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2340,10 +2340,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-configuration-options</loc>
+        <loc>https://ignite.apache.org/docs/latest/perf-and-troubleshooting/yardstick-benchmarking</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2354,10 +2354,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-cross-platform-support</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/custom-cache-store</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2368,10 +2368,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-deployment-options</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/disk-compression</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2382,10 +2382,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-entity-framework-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/external-storage</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.867Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2396,10 +2396,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-java-services-execution</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/native-persistence-defragmentation</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2410,10 +2410,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-linq</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/native-persistence</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2424,10 +2424,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-logging</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/persistence-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2438,10 +2438,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-platform-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/snapshot-directory</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2452,10 +2452,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/latest/persistence/swap</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2466,10 +2466,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-plugins</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/cpp</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2480,10 +2480,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-remote-assembly-loading</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/dotnet</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2494,10 +2494,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-serialization</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.437Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2508,10 +2508,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-standalone-nodes</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/java</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2522,10 +2522,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/net-specific/net-troubleshooting</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/nodejs</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2536,10 +2536,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/general-perf-tips</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/php</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2550,10 +2550,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/handling-exceptions</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/python</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2564,10 +2564,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/restapi</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2578,10 +2578,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/memory-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/quick-start/sql</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.871Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2592,10 +2592,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/persistence-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/authentication</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2606,10 +2606,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/cache-encryption-key-rotation</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2620,10 +2620,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/thread-pools-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2634,10 +2634,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/troubleshooting</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/master-key-rotation</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2648,10 +2648,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/yardstick-benchmarking</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/sandbox</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2662,10 +2662,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/custom-cache-store</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/ssl-tls</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2676,10 +2676,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/disk-compression</loc>
+        <loc>https://ignite.apache.org/docs/latest/security/tde</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2690,10 +2690,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/external-storage</loc>
+        <loc>https://ignite.apache.org/docs/latest/services/services</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2704,10 +2704,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/native-persistence-defragmentation</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/custom-sql-func</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2718,10 +2718,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/native-persistence</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/distributed-joins</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2732,10 +2732,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/persistence-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/indexes</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2746,10 +2746,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/snapshot-directory</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/schemas</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.875Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2760,10 +2760,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/persistence/swap</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/sql-api</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2774,10 +2774,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/cpp</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/sql-introduction</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2788,10 +2788,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/dotnet</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/sql-transactions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2802,10 +2802,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/sql-tuning</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.229Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2816,10 +2816,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/java</loc>
+        <loc>https://ignite.apache.org/docs/latest/snapshots/snapshots</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.453Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2830,10 +2830,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/nodejs</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/aggregate-functions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2844,10 +2844,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/php</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/data-types</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2858,10 +2858,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/python</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/date-time-functions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2872,10 +2872,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/restapi</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/ddl</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2886,10 +2886,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/quick-start/sql</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/dml</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.879Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2900,10 +2900,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/authentication</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2914,10 +2914,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/cache-encryption-key-rotation</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/numeric-functions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2928,10 +2928,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/operational-commands</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2942,10 +2942,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/master-key-rotation</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/sql-conformance</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2956,10 +2956,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/sandbox</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/string-functions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2970,10 +2970,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/ssl-tls</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/system-functions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2984,10 +2984,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/security/tde</loc>
+        <loc>https://ignite.apache.org/docs/latest/sql-reference/transactions</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -2998,10 +2998,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/services/services</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/cpp-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3012,10 +3012,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/snapshots/snapshots</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/dotnet-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3026,10 +3026,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/aggregate-functions</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/getting-started-with-thin-clients</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3040,10 +3040,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/data-types</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/java-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3054,10 +3054,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/date-time-functions</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/nodejs-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.469Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3068,10 +3068,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/ddl</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/php-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3082,10 +3082,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/dml</loc>
+        <loc>https://ignite.apache.org/docs/latest/thin-clients/python-thin-client</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3096,10 +3096,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/control-script</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3110,10 +3110,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/numeric-functions</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/gg-control-center</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.883Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3124,10 +3124,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/operational-commands</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/informatica</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3138,10 +3138,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/sql-conformance</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/pentaho</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3152,10 +3152,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/string-functions</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/sqlline</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3166,10 +3166,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/system-functions</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/tableau</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3180,10 +3180,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/sql-reference/transactions</loc>
+        <loc>https://ignite.apache.org/docs/latest/tools/visor-cmd</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3194,10 +3194,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/cpp-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/transactions/mvcc</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.484Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3208,10 +3208,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/dotnet-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/binary-client-protocol</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.510Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3222,10 +3222,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/getting-started-with-thin-clients</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/binary-type-metadata</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.510Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3236,10 +3236,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/java-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/cache-configuration</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.510Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3250,10 +3250,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/nodejs-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/data-format</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.510Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3264,10 +3264,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/php-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/key-value-queries</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3278,10 +3278,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/thin-clients/python-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/binary-client-protocol/sql-and-scan-queries</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.887Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3292,10 +3292,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/control-script</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/baseline-topology</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3306,10 +3306,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/gg-control-center</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/clustering</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3320,10 +3320,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/informatica</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/connect-client-nodes</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3334,10 +3334,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/pentaho</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/discovery-in-the-cloud</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3348,10 +3348,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/sqlline</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/network-configuration</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3362,10 +3362,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/tableau</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/running-client-nodes-behind-nat</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3376,10 +3376,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/tools/visor-cmd</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/tcp-ip-discovery</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3390,10 +3390,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/latest/transactions/mvcc</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/clustering/zookeeper-discovery</loc>
     
         
-        <lastmod>2022-01-13T18:20:57.891Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3404,10 +3404,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/custom-sql-func</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/code-deployment/deploying-user-code</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3418,10 +3418,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/distributed-joins</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/code-deployment/peer-class-loading</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3432,10 +3432,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/indexes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/atomicity-modes</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3446,10 +3446,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/schemas</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/cache-groups</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3460,10 +3460,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/sql-api</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/configuration-overview</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3474,10 +3474,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/sql-introduction</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/configuring-backups</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3488,10 +3488,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/sql-transactions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/expiry-policies</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3502,10 +3502,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/near-cache</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.515Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3516,10 +3516,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/binary-client-protocol</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/on-heap-caching</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3530,10 +3530,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/binary-type-metadata</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/configuring-caches/partition-loss-policy</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3544,10 +3544,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/cache-configuration</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/cpp-specific/cpp-objects-lifetime</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3558,10 +3558,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/data-format</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/cpp-specific/cpp-platform-interoperability</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3572,10 +3572,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/key-value-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/cpp-specific/cpp-serialization</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3586,10 +3586,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/binary-client-protocol/sql-and-scan-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/cpp-specific/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3600,10 +3600,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/baseline-topology</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-modeling/affinity-collocation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3614,10 +3614,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/clustering</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-modeling/binary-marshaller</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3628,10 +3628,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/connect-client-nodes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-modeling/data-modeling</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3642,10 +3642,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/discovery-in-the-cloud</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-modeling/data-partitioning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3656,10 +3656,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/network-configuration</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/atomic-sequence</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3670,10 +3670,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/running-client-nodes-behind-nat</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/atomic-types</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3684,10 +3684,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/tcp-ip-discovery</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/countdownlatch</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3698,10 +3698,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/clustering/zookeeper-discovery</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/id-generator</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3712,10 +3712,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/code-deployment/deploying-user-code</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/queue-and-set</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3726,10 +3726,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/code-deployment/peer-class-loading</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/data-structures/semaphore</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3740,10 +3740,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/atomicity-modes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/cluster-groups</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.530Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3754,10 +3754,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/cache-groups</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/collocated-computations</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3768,10 +3768,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/configuration-overview</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/distributed-computing</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3782,10 +3782,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/configuring-backups</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/executor-service</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3796,10 +3796,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/expiry-policies</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/fault-tolerance</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3810,10 +3810,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/near-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/job-scheduling</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3824,10 +3824,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/on-heap-caching</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/load-balancing</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3838,10 +3838,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/configuring-caches/partition-loss-policy</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/distributed-computing/map-reduce</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3852,10 +3852,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/cpp-specific/cpp-objects-lifetime</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/events/events</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3866,10 +3866,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/cpp-specific/cpp-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/events/listening-to-events</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3880,10 +3880,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/cpp-specific/cpp-serialization</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/hibernate-l2-cache</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3894,10 +3894,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/cpp-specific/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/mybatis-l2-cache</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3908,10 +3908,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-modeling/affinity-collocation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/performance-statistics</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3922,10 +3922,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-modeling/binary-marshaller</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/php-pdo</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3936,10 +3936,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-modeling/data-modeling</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/deb-rpm</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3950,10 +3950,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-modeling/data-partitioning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/installing-using-docker</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3964,10 +3964,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/atomic-sequence</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/installing-using-zip</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3978,10 +3978,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/atomic-types</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/vmware-installation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -3992,10 +3992,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/countdownlatch</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/key-value-api/basic-cache-operations</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4006,10 +4006,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/id-generator</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/key-value-api/binary-objects</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4020,10 +4020,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/queue-and-set</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/key-value-api/continuous-queries</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4034,10 +4034,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/data-structures/semaphore</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/key-value-api/transactions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4048,10 +4048,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/cluster-groups</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/key-value-api/using-scan-queries</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4062,10 +4062,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/collocated-computations</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/machine-learning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4076,10 +4076,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/distributed-computing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/multiclass-classification</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4090,10 +4090,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/executor-service</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/partition-based-dataset</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4104,10 +4104,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/fault-tolerance</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/preprocessing</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4118,10 +4118,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/job-scheduling</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/recommendation-systems</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4132,10 +4132,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/load-balancing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/updating-trained-models</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4146,10 +4146,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/distributed-computing/map-reduce</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/memory-configuration/data-regions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4160,10 +4160,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/events/events</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/memory-configuration/eviction-policies</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4174,10 +4174,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/events/listening-to-events</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/memory-configuration/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4188,10 +4188,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/hibernate-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/memory-configuration/replacement-policies</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4202,10 +4202,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/mybatis-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/cluster-id</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4216,10 +4216,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/cluster-states</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4230,10 +4230,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/php-pdo</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/configuring-metrics</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4244,10 +4244,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/deb-rpm</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/intro</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4258,10 +4258,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/installing-using-docker</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/metrics</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4272,10 +4272,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/installing-using-zip</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/new-metrics-system</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4286,10 +4286,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/vmware-installation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/new-metrics</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4300,10 +4300,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/key-value-api/basic-cache-operations</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/performance-statistics</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4314,10 +4314,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/key-value-api/binary-objects</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/system-views</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4328,10 +4328,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/key-value-api/continuous-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/monitoring-metrics/tracing</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4342,10 +4342,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/key-value-api/transactions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/general-perf-tips</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4356,10 +4356,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/key-value-api/using-scan-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/handling-exceptions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4370,10 +4370,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/machine-learning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4384,10 +4384,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/multiclass-classification</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/memory-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4398,10 +4398,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/partition-based-dataset</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/persistence-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4412,10 +4412,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/preprocessing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/sql-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4426,10 +4426,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/recommendation-systems</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/thread-pools-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4440,10 +4440,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/updating-trained-models</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/troubleshooting</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4454,10 +4454,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/memory-configuration/data-regions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/perf-and-troubleshooting/yardstick-benchmarking</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4468,10 +4468,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/memory-configuration/eviction-policies</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/asp-net-output-caching</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4482,10 +4482,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/memory-configuration/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/asp-net-session-state-caching</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4496,10 +4496,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/memory-configuration/replacement-policies</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.702Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4510,10 +4510,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/cluster-id</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-async</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4524,10 +4524,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/cluster-states</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-configuration-options</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4538,10 +4538,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/configuring-metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-cross-platform-support</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4552,10 +4552,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/intro</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-deployment-options</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4566,10 +4566,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-entity-framework-cache</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4580,10 +4580,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/new-metrics-system</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-java-services-execution</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4594,10 +4594,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/new-metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-linq</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4608,10 +4608,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-logging</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4622,10 +4622,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/system-views</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-platform-cache</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4636,10 +4636,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/monitoring-metrics/tracing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-platform-interoperability</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4650,10 +4650,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/asp-net-output-caching</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-plugins</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4664,10 +4664,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/asp-net-session-state-caching</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-remote-assembly-loading</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4678,10 +4678,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-serialization</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4692,10 +4692,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-async</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-standalone-nodes</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4706,10 +4706,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-configuration-options</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/net-specific/net-troubleshooting</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.718Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4720,10 +4720,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-cross-platform-support</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/custom-cache-store</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4734,10 +4734,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-deployment-options</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/disk-compression</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4748,10 +4748,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-entity-framework-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/external-storage</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4762,10 +4762,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-java-services-execution</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/native-persistence-defragmentation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4776,10 +4776,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-linq</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/native-persistence</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4790,10 +4790,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-logging</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/persistence-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4804,10 +4804,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-platform-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/snapshot-directory</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4818,10 +4818,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/persistence/swap</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4832,10 +4832,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-plugins</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/cpp</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4846,10 +4846,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-remote-assembly-loading</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/dotnet</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4860,10 +4860,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-serialization</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.733Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4874,10 +4874,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-standalone-nodes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/java</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4888,10 +4888,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/net-specific/net-troubleshooting</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/nodejs</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4902,10 +4902,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/general-perf-tips</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/php</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4916,10 +4916,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/handling-exceptions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/python</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4930,10 +4930,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/restapi</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4944,10 +4944,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/memory-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/quick-start/sql</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.746Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4958,10 +4958,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/persistence-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/authentication</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4972,10 +4972,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/cache-encryption-key-rotation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -4986,10 +4986,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/thread-pools-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5000,10 +5000,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/troubleshooting</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/master-key-rotation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5014,10 +5014,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/perf-and-troubleshooting/yardstick-benchmarking</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/sandbox</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.439Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5028,10 +5028,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/custom-cache-store</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/ssl-tls</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5042,10 +5042,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/disk-compression</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/security/tde</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5056,10 +5056,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/external-storage</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/services/services</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.754Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5070,10 +5070,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/native-persistence-defragmentation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/snapshots/snapshots</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5084,10 +5084,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/native-persistence</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/custom-sql-func</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5098,10 +5098,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/persistence-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/distributed-joins</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5112,10 +5112,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/snapshot-directory</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/indexes</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5126,10 +5126,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/snapshots</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/schemas</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5140,10 +5140,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/persistence/swap</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/sql-api</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.443Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5154,10 +5154,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/cpp</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/sql-introduction</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5168,10 +5168,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/dotnet</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/sql-transactions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5182,10 +5182,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/sql-tuning</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5196,10 +5196,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/java</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/aggregate-functions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5210,10 +5210,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/nodejs</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/data-types</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5224,10 +5224,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/php</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/date-time-functions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5238,10 +5238,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/python</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/ddl</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5252,10 +5252,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/restapi</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/dml</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5266,10 +5266,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/quick-start/sql</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5280,10 +5280,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/authentication</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/numeric-functions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5294,10 +5294,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/cache-encryption-key-rotation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/operational-commands</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.762Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5308,10 +5308,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/sql-conformance</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5322,10 +5322,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/master-key-rotation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/string-functions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5336,10 +5336,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/sandbox</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/system-functions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5350,10 +5350,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/ssl-tls</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/sql-reference/transactions</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5364,10 +5364,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/security/tde</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/cpp-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5378,10 +5378,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/services/services</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/dotnet-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5392,10 +5392,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/snapshots/snapshots</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/getting-started-with-thin-clients</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5406,10 +5406,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/aggregate-functions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/java-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.770Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5420,10 +5420,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/data-types</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/nodejs-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5434,10 +5434,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/date-time-functions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/php-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5448,10 +5448,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/ddl</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/thin-clients/python-thin-client</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5462,10 +5462,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/dml</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/control-script</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5476,10 +5476,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/gg-control-center</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5490,10 +5490,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/numeric-functions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/informatica</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5504,10 +5504,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/operational-commands</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/pentaho</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5518,10 +5518,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/sql-conformance</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/sqlline</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5532,10 +5532,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/string-functions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/tableau</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5546,10 +5546,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/system-functions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/tools/visor-cmd</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.778Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5560,10 +5560,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/sql-reference/transactions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/transactions/mvcc</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.786Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5574,10 +5574,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/cpp-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/cassandra/configuration</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5588,10 +5588,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/dotnet-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/cassandra/ddl-generator</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5602,10 +5602,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/getting-started-with-thin-clients</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/cassandra/overview</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5616,10 +5616,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/java-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/cassandra/usage-examples</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.269Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5630,10 +5630,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/nodejs-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5644,10 +5644,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/php-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5658,10 +5658,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/thin-clients/python-thin-client</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/installation</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5672,10 +5672,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/control-script</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/overview</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5686,10 +5686,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/gg-control-center</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5700,10 +5700,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/informatica</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5714,10 +5714,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/pentaho</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-boot</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.284Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5728,10 +5728,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/sqlline</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-caching</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5742,10 +5742,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/tableau</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-data</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5756,10 +5756,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/tools/visor-cmd</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-tx</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5770,10 +5770,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.11.1/transactions/mvcc</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/camel-streamer</loc>
     
         
-        <lastmod>2022-01-15T09:00:41.451Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5784,10 +5784,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/custom-sql-func</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/flink-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5798,10 +5798,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/distributed-joins</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/flume-sink</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5812,10 +5812,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/indexes</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/jms-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5826,10 +5826,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/schemas</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5840,10 +5840,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/sql-api</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/mqtt-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5854,10 +5854,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/sql-introduction</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/rocketmq-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5868,10 +5868,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/sql-statistics</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/storm-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5882,10 +5882,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/sql-transactions</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/twitter-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.292Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5896,10 +5896,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/zeromq-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.300Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5910,10 +5910,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/binary-client-protocol</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/kubernetes/amazon-eks-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5924,10 +5924,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/binary-type-metadata</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/kubernetes/azure-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5938,10 +5938,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/cache-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/installation/kubernetes/gke-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.365Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5952,10 +5952,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/data-format</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/ann</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5966,10 +5966,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/key-value-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/decision-trees</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5980,10 +5980,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/binary-client-protocol/sql-and-scan-queries</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -5994,10 +5994,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/baseline-topology</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/knn-classification</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.682Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.373Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6008,10 +6008,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/clustering</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/linear-svm</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.682Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6022,10 +6022,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/connect-client-nodes</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/logistic-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.682Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6036,10 +6036,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/discovery-in-the-cloud</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/multilayer-perceptron</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6050,10 +6050,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/network-configuration</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/binary-classification/naive-bayes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6064,10 +6064,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/running-client-nodes-behind-nat</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/clustering/gaussian-mixture</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6078,10 +6078,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/tcp-ip-discovery</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/clustering/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6092,10 +6092,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/clustering/zookeeper-discovery</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/clustering/k-means-clustering</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6106,10 +6106,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/code-deployment/deploying-user-code</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/ensemble-methods/bagging</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6120,10 +6120,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/code-deployment/peer-class-loading</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/ensemble-methods/gradient-boosting</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.381Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6134,10 +6134,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/atomicity-modes</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/ensemble-methods/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.534Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6148,10 +6148,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/cache-groups</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/ensemble-methods/random-forest</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6162,10 +6162,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/configuration-overview</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/ensemble-methods/stacking</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.686Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6176,10 +6176,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/configuring-backups</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/importing-model/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6190,10 +6190,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/expiry-policies</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/importing-model/model-import-from-apache-spark</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6204,10 +6204,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/near-cache</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/importing-model/model-import-from-gxboost</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6218,10 +6218,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/on-heap-caching</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/cross-validation</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6232,10 +6232,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/configuring-caches/partition-loss-policy</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/evaluator</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.389Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6246,10 +6246,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/cpp-specific/cpp-objects-lifetime</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/hyper-parameter-tuning</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6260,10 +6260,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/cpp-specific/cpp-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6274,10 +6274,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/cpp-specific/cpp-serialization</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/pipeline-api</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6288,10 +6288,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/cpp-specific/</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6302,10 +6302,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-modeling/affinity-collocation</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/regression/decision-trees-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6316,10 +6316,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-modeling/binary-marshaller</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/regression/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.397Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6330,10 +6330,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-modeling/data-modeling</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/regression/knn-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6344,10 +6344,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-modeling/data-partitioning</loc>
+        <loc>https://ignite.apache.org/docs/latest/machine-learning/regression/linear-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.690Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.405Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6358,10 +6358,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/atomic-sequence</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/JDBC/error-codes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.213Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6372,10 +6372,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/atomic-types</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-client-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6386,10 +6386,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/countdownlatch</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6400,10 +6400,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/id-generator</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/connection-string-dsn</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6414,10 +6414,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/queue-and-set</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/data-types</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6428,10 +6428,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/data-structures/semaphore</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/error-codes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6442,10 +6442,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/cluster-groups</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/odbc-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6456,10 +6456,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/collocated-computations</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/querying-modifying-data</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6470,10 +6470,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/distributed-computing</loc>
+        <loc>https://ignite.apache.org/docs/latest/SQL/ODBC/specification</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.538Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.221Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6484,10 +6484,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/executor-service</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/cassandra/configuration</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6498,10 +6498,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/fault-tolerance</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/cassandra/ddl-generator</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6512,10 +6512,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/job-scheduling</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/cassandra/overview</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6526,10 +6526,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/load-balancing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/cassandra/usage-examples</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6540,10 +6540,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/distributed-computing/map-reduce</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6554,10 +6554,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/events/events</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6568,10 +6568,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/events/listening-to-events</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/installation</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6582,10 +6582,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/hibernate-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/overview</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.546Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6596,10 +6596,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/mybatis-l2-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6610,10 +6610,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6624,10 +6624,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/php-pdo</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/spring/spring-boot</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6638,10 +6638,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/deb-rpm</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/spring/spring-caching</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6652,10 +6652,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/installing-using-docker</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/spring/spring-data</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6666,10 +6666,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/installing-using-zip</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/spring/spring-tx</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6680,10 +6680,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/vmware-installation</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/camel-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.694Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6694,10 +6694,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/key-value-api/basic-cache-operations</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/flink-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6708,10 +6708,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/key-value-api/binary-objects</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/flume-sink</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6722,10 +6722,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/key-value-api/continuous-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/jms-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.561Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6736,10 +6736,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/key-value-api/transactions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/kafka-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6750,10 +6750,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/key-value-api/using-cache-queries</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/mqtt-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6764,10 +6764,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/machine-learning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/rocketmq-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6778,10 +6778,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/multiclass-classification</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/storm-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6792,10 +6792,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/partition-based-dataset</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/twitter-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6806,10 +6806,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/preprocessing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/extensions-and-integrations/streaming/zeromq-streamer</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.698Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.577Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6820,10 +6820,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/recommendation-systems</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/kubernetes/amazon-eks-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6834,10 +6834,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/updating-trained-models</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/kubernetes/azure-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6848,10 +6848,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/memory-configuration/data-regions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/installation/kubernetes/gke-deployment</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.655Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6862,10 +6862,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/memory-configuration/eviction-policies</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/ann</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6876,10 +6876,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/memory-configuration/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/decision-trees</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6890,10 +6890,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/memory-configuration/replacement-policies</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6904,10 +6904,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/cluster-id</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/knn-classification</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6918,10 +6918,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/cluster-states</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/linear-svm</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6932,10 +6932,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/configuring-metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/logistic-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6946,10 +6946,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/intro</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/multilayer-perceptron</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6960,10 +6960,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/binary-classification/naive-bayes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.570Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6974,10 +6974,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/new-metrics-system</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/clustering/gaussian-mixture</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -6988,10 +6988,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/new-metrics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/clustering/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7002,10 +7002,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/performance-statistics</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/clustering/k-means-clustering</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7016,10 +7016,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/system-views</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/ensemble-methods/bagging</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7030,10 +7030,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/monitoring-metrics/tracing</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/ensemble-methods/gradient-boosting</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7044,10 +7044,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/asp-net-output-caching</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/ensemble-methods/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7058,10 +7058,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/asp-net-session-state-caching</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/ensemble-methods/random-forest</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7072,10 +7072,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/ensemble-methods/stacking</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7086,10 +7086,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-async</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/importing-model/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.671Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7100,10 +7100,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-configuration-options</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/importing-model/model-import-from-apache-spark</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7114,10 +7114,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-cross-platform-support</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/importing-model/model-import-from-gxboost</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7128,10 +7128,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-deployment-options</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/cross-validation</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.702Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7142,10 +7142,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-entity-framework-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/evaluator</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7156,10 +7156,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-java-services-execution</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/hyper-parameter-tuning</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7170,10 +7170,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-linq</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7184,10 +7184,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-logging</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/pipeline-api</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7198,10 +7198,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-platform-cache</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7212,10 +7212,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-platform-interoperability</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/regression/decision-trees-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7226,10 +7226,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-plugins</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/regression/introduction</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7240,10 +7240,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-remote-assembly-loading</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/regression/knn-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7254,10 +7254,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-serialization</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/machine-learning/regression/linear-regression</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.686Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7268,10 +7268,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-standalone-nodes</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/JDBC/error-codes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.706Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7282,10 +7282,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/net-specific/net-troubleshooting</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/JDBC/jdbc-client-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7296,10 +7296,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/general-perf-tips</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/JDBC/jdbc-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7310,10 +7310,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/handling-exceptions</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/connection-string-dsn</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7324,10 +7324,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/data-types</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7338,10 +7338,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/memory-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/error-codes</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.574Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7352,10 +7352,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/persistence-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/odbc-driver</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7366,10 +7366,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/sql-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/querying-modifying-data</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.494Z</lastmod>
     
         
         <changefreq>monthly</changefreq>
@@ -7380,3524 +7380,10 @@
     </url>
     <url>
         
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/thread-pools-tuning</loc>
+        <loc>https://ignite.apache.org/docs/2.11.1/SQL/ODBC/specification</loc>
     
         
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/troubleshooting</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/perf-and-troubleshooting/yardstick-benchmarking</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.578Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/change-data-capture</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/custom-cache-store</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/disk-compression</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/external-storage</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/native-persistence-defragmentation</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/native-persistence</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/persistence-tuning</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/snapshot-directory</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.710Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/persistence/swap</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/cpp</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/dotnet</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/java</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/nodejs</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/php</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/python</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/restapi</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/quick-start/sql</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/authentication</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.714Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/cache-encryption-key-rotation</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/master-key-rotation</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/sandbox</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/ssl-tls</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/security/tde</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/services/services</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/snapshots/snapshots</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/aggregate-functions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.718Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/data-types</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/date-time-functions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/ddl</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/dml</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/numeric-functions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/operational-commands</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/sql-conformance</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/string-functions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.722Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/system-functions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/sql-reference/transactions</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/cpp-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/dotnet-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/getting-started-with-thin-clients</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/java-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/nodejs-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/php-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/thin-clients/python-thin-client</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.726Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/control-script</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/gg-control-center</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/informatica</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/pentaho</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/sqlline</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/tableau</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/tools/visor-cmd</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.582Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/transactions/mvcc</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.730Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/jdbc-client-driver</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/jdbc-driver</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/connection-string-dsn</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/data-types</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/odbc-driver</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/querying-modifying-data</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/specification</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.811Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/configuration</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/ddl-generator</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/overview</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/usage-examples</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.839Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/installation</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/overview</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-boot</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-caching</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.843Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-data</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-tx</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/camel-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/flink-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/flume-sink</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/jms-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/kafka-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/mqtt-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/rocketmq-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/storm-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/twitter-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/zeromq-streamer</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.847Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/amazon-eks-deployment</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/azure-deployment</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/gke-deployment</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/ann</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/decision-trees</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.851Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/knn-classification</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/linear-svm</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/logistic-regression</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/multilayer-perceptron</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/naive-bayes</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/gaussian-mixture</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/k-means-clustering</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/bagging</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/gradient-boosting</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/random-forest</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/stacking</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/model-import-from-apache-spark</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/model-import-from-gxboost</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.855Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/cross-validation</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/evaluator</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/hyper-parameter-tuning</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/pipeline-api</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/decision-trees-regression</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/introduction</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/knn-regression</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/linear-regression</loc>
-    
-        
-        <lastmod>2022-01-13T18:20:57.859Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/JDBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/JDBC/jdbc-client-driver</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.423Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/JDBC/jdbc-driver</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/connection-string-dsn</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/data-types</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/odbc-driver</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/querying-modifying-data</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/SQL/ODBC/specification</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.427Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/cassandra/configuration</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/cassandra/ddl-generator</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/cassandra/overview</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/cassandra/usage-examples</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/installation</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/overview</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/spring/spring-boot</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/spring/spring-caching</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/spring/spring-data</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/spring/spring-tx</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/camel-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/flink-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/flume-sink</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/jms-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/kafka-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/mqtt-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/rocketmq-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/storm-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/twitter-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/extensions-and-integrations/streaming/zeromq-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.431Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/kubernetes/amazon-eks-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/kubernetes/azure-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/installation/kubernetes/gke-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/ann</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/decision-trees</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/knn-classification</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/linear-svm</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/logistic-regression</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/multilayer-perceptron</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/binary-classification/naive-bayes</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/clustering/gaussian-mixture</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/clustering/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/clustering/k-means-clustering</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/ensemble-methods/bagging</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/ensemble-methods/gradient-boosting</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/ensemble-methods/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/ensemble-methods/random-forest</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/ensemble-methods/stacking</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/importing-model/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/importing-model/model-import-from-apache-spark</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/importing-model/model-import-from-gxboost</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/cross-validation</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/evaluator</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/hyper-parameter-tuning</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/pipeline-api</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/regression/decision-trees-regression</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/regression/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/regression/knn-regression</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.11.1/machine-learning/regression/linear-regression</loc>
-    
-        
-        <lastmod>2022-01-15T09:00:41.435Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/JDBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/JDBC/jdbc-client-driver</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/JDBC/jdbc-driver</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/connection-string-dsn</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/data-types</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/error-codes</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/odbc-driver</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.526Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/querying-modifying-data</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/SQL/ODBC/specification</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.530Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/cassandra/configuration</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.542Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/cassandra/ddl-generator</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/cassandra/overview</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/cassandra/usage-examples</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/installation</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/overview</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.546Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/spring/spring-boot</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/spring/spring-caching</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/spring/spring-data</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/spring/spring-tx</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/camel-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/flink-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/flume-sink</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.550Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/jms-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/kafka-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/mqtt-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/rocketmq-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/storm-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/twitter-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/extensions-and-integrations/streaming/zeromq-streamer</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/kubernetes/amazon-eks-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.554Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/kubernetes/azure-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/installation/kubernetes/gke-deployment</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/ann</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/decision-trees</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/knn-classification</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/linear-svm</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/logistic-regression</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/multilayer-perceptron</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/binary-classification/naive-bayes</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.558Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/clustering/gaussian-mixture</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/clustering/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/clustering/k-means-clustering</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/ensemble-methods/bagging</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/ensemble-methods/gradient-boosting</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/ensemble-methods/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/ensemble-methods/random-forest</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/ensemble-methods/stacking</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/importing-model/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/importing-model/model-import-from-apache-spark</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.562Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/importing-model/model-import-from-gxboost</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/cross-validation</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/evaluator</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/hyper-parameter-tuning</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/pipeline-api</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/regression/decision-trees-regression</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/regression/introduction</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/regression/knn-regression</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
-    
-        
-        <changefreq>monthly</changefreq>
-    
-        
-        <priority>0.7</priority>
-    
-    </url>
-    <url>
-        
-        <loc>https://ignite.apache.com/docs/2.12.0/machine-learning/regression/linear-regression</loc>
-    
-        
-        <lastmod>2022-01-15T10:26:42.566Z</lastmod>
+        <lastmod>2021-12-26T19:21:48.502Z</lastmod>
     
         
         <changefreq>monthly</changefreq>