<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [ElasticSearch indexation] How to bypass :  &amp;quot;Ignore indexing command in bulk, blob does not exists anymore&amp;quot; in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/elasticsearch-indexation-how-to-bypass-quot-ignore-indexing/m-p/322466#M9467</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I use :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Nuxeo 10.10&lt;/LI&gt;
&lt;LI&gt;ES : 6.5.4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I try to move documents in ES, but i have no blob file (because this is a POC and i have only the postgresql database).
So when i try to indexing a file type document i can see in log (elastic.log)&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;2019-03-01T14:57:01,446 INFO  [Nuxeo-Work-elasticSearchIndexing-9:152939146812607.226469385] [org.nuxeo.elasticsearch.core.ElasticSearchIndexingImpl] Ignore indexing command in bulk, blob does not exists anymore: {"id":"IxCd-17414654","type":"INSERT","docId":"cc8d2f15-7f49-47ae-9db7-edc6ff4ac096","path":"/default-domain/workspaces/XXXXXX/22144415","repo":"default","recurse":false,"sync":false,"order":1551448614340426}&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;How can i bypass this ?
I need to indexing the document even if there are no blob file.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 14:40:15 GMT</pubDate>
    <dc:creator>pnux_</dc:creator>
    <dc:date>2019-03-01T14:40:15Z</dc:date>
    <item>
      <title>[ElasticSearch indexation] How to bypass :  "Ignore indexing command in bulk, blob does not exists anymore"</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/elasticsearch-indexation-how-to-bypass-quot-ignore-indexing/m-p/322466#M9467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I use :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Nuxeo 10.10&lt;/LI&gt;
&lt;LI&gt;ES : 6.5.4&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I try to move documents in ES, but i have no blob file (because this is a POC and i have only the postgresql database).
So when i try to indexing a file type document i can see in log (elastic.log)&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;2019-03-01T14:57:01,446 INFO  [Nuxeo-Work-elasticSearchIndexing-9:152939146812607.226469385] [org.nuxeo.elasticsearch.core.ElasticSearchIndexingImpl] Ignore indexing command in bulk, blob does not exists anymore: {"id":"IxCd-17414654","type":"INSERT","docId":"cc8d2f15-7f49-47ae-9db7-edc6ff4ac096","path":"/default-domain/workspaces/XXXXXX/22144415","repo":"default","recurse":false,"sync":false,"order":1551448614340426}&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;How can i bypass this ?
I need to indexing the document even if there are no blob file.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 14:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/elasticsearch-indexation-how-to-bypass-quot-ignore-indexing/m-p/322466#M9467</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-01T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: [ElasticSearch indexation] How to bypass :  "Ignore indexing command in bulk, blob does not exists anymore"</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/elasticsearch-indexation-how-to-bypass-quot-ignore-indexing/m-p/322467#M9468</link>
      <description>&lt;P&gt;Here is what i do to bypass the problem.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I created an empty text file&lt;/LI&gt;
&lt;LI&gt;I hash it (hash = cfcd208495d565ef66e7dff9f98764da)&lt;/LI&gt;
&lt;LI&gt;I stored the binary file in default repository (filesystem)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;CODE&gt;data\binaries\data\cf\cd\cfcd208495d565ef66e7dff9f98764da&lt;/CODE&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I created a backup table
&lt;CODE&gt;create table content_backup as select id,data from content&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;I updated the table 'content' according to the hash.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;CODE&gt;update content set data = 'cfcd208495d565ef66e7dff9f98764da'&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Now Elasticsearch find a 'fake' binary document and it can index my documents (only metadata / schema of course).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 16:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/elasticsearch-indexation-how-to-bypass-quot-ignore-indexing/m-p/322467#M9468</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-25T16:26:20Z</dc:date>
    </item>
  </channel>
</rss>

