03-01-2019 09:40 AM
Hi,
I use :
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)
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}
How can i bypass this ? I need to indexing the document even if there are no blob file.
Thank you.
03-25-2019 12:26 PM
Here is what i do to bypass the problem.
data\binaries\data\cf\cd\cfcd208495d565ef66e7dff9f98764da
create table content_backup as select id,data from content
update content set data = 'cfcd208495d565ef66e7dff9f98764da'
Now Elasticsearch find a 'fake' binary document and it can index my documents (only metadata / schema of course).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.