{"id":41510,"date":"2025-11-12T11:38:39","date_gmt":"2025-11-12T10:38:39","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=41510"},"modified":"2025-11-15T00:15:58","modified_gmt":"2025-11-14T23:15:58","slug":"alfresco-solr-search-result-inconsistencies","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/","title":{"rendered":"Alfresco &#8211; Solr search result inconsistencies"},"content":{"rendered":"\n<p>We recently encountered an error at a customer&#8217;s site. Their Alfresco environment was behaving strangely.<br>Sometimes the search results worked, and sometimes they did not get the expected results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-context\">The context<\/h2>\n\n\n\n<p>The environment is composed of 2 Alfresco7 nodes in cluster and 2 Solr 6.6 nodes load balanced (in active-active mode).<\/p>\n\n\n\n<p>Sometimes the customer isn&#8217;t able to retrieve the document he created recently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-investigation-steps\">Investigation steps <\/h2>\n\n\n\n<p>Since we have load balancing in place, the first step is to confirm that everything is okay on the two nodes.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>I checked that Alfresco is running as expected. Nothing out of the ordinary; the processes are there and there are no errors in the log files and everything is green in the admin console.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Then, I checked the alfresco-global.properties on both nodes to ensure the configuration is the same. We never know. I also checked the way we connect to Solr and confirmed that the load-balanced URL is being used.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At this point, it is almost certain that the problem is with Solr. We will start by checking the administration console. Because we have load balancing, we must connect to each node individually and cannot use the URL in alfresco-global.properties.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At first glance, everything seems fine, but a closer inspection of the Core Admin panel reveals a difference of several thousand &#8220;NumDocs&#8221; between the two nodes. These values may differ because they are internal Solr files. However, the discrepancy is too high in my opinion.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How can this assumption be verified? Move to any core and run a query to list all the files (cm:name:*). On the first node, the query returns an error. On the second node, I received an answer similar to the one below:<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"709\" height=\"653\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png\" alt=\"\" class=\"wp-image-41513\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png 709w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2-300x276.png 300w\" sizes=\"auto, (max-width: 709px) 100vw, 709px\" \/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Now moving to the server where I have the error, in the logs there are errors like:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>2025-11-10 15:33:32.466 ERROR (searcherExecutor-137-thread-1-processing-x:alfresco-3) &#091;   x:alfresco-3] o.a.s.c.SolrCore null:org.alfresco.service.cmr.dictionary.DictionaryException10100009 d_dictionary.model.err.parse.failure\n        at org.alfresco.repo.dictionary.M2Model.createModel(M2Model.java:113)\n        at org.alfresco.repo.dictionary.M2Model.createModel(M2Model.java:99)\n        at org.alfresco.solr.tracker.ModelTracker.loadPersistedModels(ModelTracker.java:181)\n        at org.alfresco.solr.tracker.ModelTracker.&lt;init&gt;(ModelTracker.java:142)\n        at org.alfresco.solr.lifecycle.SolrCoreLoadListener.createModelTracker(SolrCoreLoadListener.java:341)\n        at org.alfresco.solr.lifecycle.SolrCoreLoadListener.newSearcher(SolrCoreLoadListener.java:139)\n        at org.apache.solr.core.SolrCore.lambda$getSearcher$15(SolrCore.java:2249)\n        at java.base\/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)\n        at java.base\/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n        at java.base\/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n        at java.base\/java.lang.Thread.run(Thread.java:829)\nCaused by: org.jibx.runtime.JiBXException: Error accessing document\n        at org.jibx.runtime.impl.XMLPullReaderFactory$XMLPullReader.next(XMLPullReaderFactory.java:293)\n        at org.jibx.runtime.impl.UnmarshallingContext.toStart(UnmarshallingContext.java:446)\n        at org.jibx.runtime.impl.UnmarshallingContext.unmarshalElement(UnmarshallingContext.java:2750)\n        at org.jibx.runtime.impl.UnmarshallingContext.unmarshalDocument(UnmarshallingContext.java:2900)\n        at org.alfresco.repo.dictionary.M2Model.createModel(M2Model.java:108)\n        ... 11 more\nCaused by: java.io.EOFException: input contained no data\n        at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)\n        at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)\n        at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)\n        at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)\n        at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)\n        at org.jibx.runtime.impl.XMLPullReaderFactory$XMLPullReader.next(XMLPullReaderFactory.java:291)\n        ... 15 more<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It looks like the problem is related to the model definition. We need to check if the models are still there in ..\/solr_data\/models. The models are still in place, but one of them is 0 KB.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>So we need to force delete the empty file and restart Solr to force the model to be reimported.<\/li>\n<\/ul>\n\n\n\n<p>After taking these actions, we reimported the model file and the errors in the logs disappeared. In the admin console, we can see NumDocs increasing again. When we re-run the query, we get a result.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>At the end, this also highlights an important point: the need for monitoring! With adequate log monitoring, this error could have been spotted more quickly, resulting in a faster diagnosis. Don&#8217;t hesitate to ask us for more information, <a href=\"https:\/\/www.dbi-services.com\/expertises\/digitalization-with-ecm\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We recently encountered an error at a customer&#8217;s site. Their Alfresco environment was behaving strangely.Sometimes the search results worked, and sometimes they did not get the expected results. The context The environment is composed of 2 Alfresco7 nodes in cluster and 2 Solr 6.6 nodes load balanced (in active-active mode). Sometimes the customer isn&#8217;t able [&hellip;]<\/p>\n","protected":false},"author":98,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[3169,1269],"type_dbi":[3266],"class_list":["post-41510","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-alfresco","tag-solr","type-alfresco"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Alfresco - Solr search result inconsistencies - dbi Blog<\/title>\n<meta name=\"description\" content=\"Investigating issues on Alfresco\/Solr is not always simple. Here is an example of how one real case was resolved.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alfresco - Solr search result inconsistencies\" \/>\n<meta property=\"og:description\" content=\"Investigating issues on Alfresco\/Solr is not always simple. Here is an example of how one real case was resolved.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-12T10:38:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-14T23:15:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"709\" \/>\n\t<meta property=\"og:image:height\" content=\"653\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Guillaume Meunier\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guillaume Meunier\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/\"},\"author\":{\"name\":\"Guillaume Meunier\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/fafa66bf146e7878dbacb4ff0430c714\"},\"headline\":\"Alfresco &#8211; Solr search result inconsistencies\",\"datePublished\":\"2025-11-12T10:38:39+00:00\",\"dateModified\":\"2025-11-14T23:15:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/\"},\"wordCount\":440,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/11\\\/image-2.png\",\"keywords\":[\"Alfresco\",\"Solr\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/\",\"name\":\"Alfresco - Solr search result inconsistencies - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/11\\\/image-2.png\",\"datePublished\":\"2025-11-12T10:38:39+00:00\",\"dateModified\":\"2025-11-14T23:15:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/fafa66bf146e7878dbacb4ff0430c714\"},\"description\":\"Investigating issues on Alfresco\\\/Solr is not always simple. Here is an example of how one real case was resolved.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/11\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/11\\\/image-2.png\",\"width\":709,\"height\":653},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/alfresco-solr-search-result-inconsistencies\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Alfresco &#8211; Solr search result inconsistencies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/fafa66bf146e7878dbacb4ff0430c714\",\"name\":\"Guillaume Meunier\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g\",\"caption\":\"Guillaume Meunier\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/guillaume-meunier-b13674152\\\/\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/guillaume-meunier\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Alfresco - Solr search result inconsistencies - dbi Blog","description":"Investigating issues on Alfresco\/Solr is not always simple. Here is an example of how one real case was resolved.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/","og_locale":"en_US","og_type":"article","og_title":"Alfresco - Solr search result inconsistencies","og_description":"Investigating issues on Alfresco\/Solr is not always simple. Here is an example of how one real case was resolved.","og_url":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/","og_site_name":"dbi Blog","article_published_time":"2025-11-12T10:38:39+00:00","article_modified_time":"2025-11-14T23:15:58+00:00","og_image":[{"width":709,"height":653,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png","type":"image\/png"}],"author":"Guillaume Meunier","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Guillaume Meunier","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/"},"author":{"name":"Guillaume Meunier","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/fafa66bf146e7878dbacb4ff0430c714"},"headline":"Alfresco &#8211; Solr search result inconsistencies","datePublished":"2025-11-12T10:38:39+00:00","dateModified":"2025-11-14T23:15:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/"},"wordCount":440,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png","keywords":["Alfresco","Solr"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/","url":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/","name":"Alfresco - Solr search result inconsistencies - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png","datePublished":"2025-11-12T10:38:39+00:00","dateModified":"2025-11-14T23:15:58+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/fafa66bf146e7878dbacb4ff0430c714"},"description":"Investigating issues on Alfresco\/Solr is not always simple. Here is an example of how one real case was resolved.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/11\/image-2.png","width":709,"height":653},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/alfresco-solr-search-result-inconsistencies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Alfresco &#8211; Solr search result inconsistencies"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/fafa66bf146e7878dbacb4ff0430c714","name":"Guillaume Meunier","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/219d59154d8945b98da4802acb35d02adc05d980620a2da0ee445459072dc278?s=96&d=mm&r=g","caption":"Guillaume Meunier"},"sameAs":["https:\/\/www.linkedin.com\/in\/guillaume-meunier-b13674152\/"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/guillaume-meunier\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/41510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/98"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=41510"}],"version-history":[{"count":5,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/41510\/revisions"}],"predecessor-version":[{"id":41553,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/41510\/revisions\/41553"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=41510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=41510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=41510"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=41510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}