03-03-2020 01:53 PM
When uploading a file, I expect the content to be indexed so that I am able to search it. This works when I upload the file to the Alfresco Share interface.
However, when I use the CMIS import tool, webdav, or the bulk filing system, the metadata is indexed, but the content isn't.
All the metadata looks the same. And even when I delete data from Solr to force a reindexing, the only content that is indexed is the content of the files I uploaded with Share GUI.
12-19-2020 08:15 AM
Hi,
Any solution regarding this issue? I have the same issue with my installation, the contents of documents is only indexed if I upload them through the user GUI. Same issue for documents uploaded with IMAP.
Thanks,
08-06-2021 04:13 AM
Hi,
Same issue. Any idea to fix it ?
Regards,
11-16-2021 03:11 PM
hello,
I have the same issue with webDav or CMIS
Ubuntu 18.04.5 LTS
alfresco 6.2 with Docker-compose
I have the same issue with Alfresco 7.0
search query : a word in the content.
Object indexed (with Share)
Thanks
11-28-2021 03:07 PM
Hi all,
have anyone a solution for this issue?
I have the same problem on a Community - 7.1.0 (re109bcda-blocal) installation in a docker container on a windows 10 PC.
If I upload a text file from alfresco share and I search for content all works well.
If I upload the same file from REST api I'm not able to search its content.
Thanks in advance for any contribution
Vito
12-16-2021 11:12 AM
Hi,
We are having the same problem. If documents are uploaded through Share and properties set there, we can find the file through the advanced search with no problems.
However, documents uploaded through the REST API with their properties set can't be found using specific custom fields in the custom forms in advanced search, although using a query (eg. cg:customType:NiceCompany) in the simple search bar manages to find the file. The thing that is more interesting though is that if the properties of the file uploaded throught the REST API are modified throught the Share UI then the file CAN be found using advanced search, but not before.
I'm really confused with this. It seems that the REST API uploaded file is indexed but advanced search only manages to find it through custom forms if any property is modified latter through Share.
We are using a Docker deployment with Alfresco 6.2 version.
02-09-2022 06:45 AM
Hello everyone, I have the same problem using Alfresco 6.1 with docker. Someone was able to solve it.
Thank you very much in any case
02-10-2022 10:32 AM
Hello,
We have the same issue using Alfresco 6.2 with docker.
Content is indexed when importing a document, but not when imported with bulk import.
02-14-2022 10:37 AM
Hi, Did you find any solution?
Regards
02-16-2022 08:18 AM
Hello,
I can reproduce the Issue with Alfreco Content Services 7.2
02-16-2022 09:22 AM
I made a local test.
Docker Compose deployment with https://github.com/alfresco/alfresco-docker-installer (choosing 7.1 version).
Upload a new file with following command (not accesing Share or any other app)
curl -u admin:admin -X POST http://127.0.0.1:8080/ alfresco/api/-default-/public/alfresco/versions/1/nodes/-my-/children -F filedata=@test.txt {"entry":{"isFile":true,"createdByUser":{"id":"admin","displayName":"Administrator"},"modifiedAt":"2022-02-16T14:17:58.567+0000","nodeType":"cm:content","content":{"mimeType":"text/plain","mimeTypeName":"Plain Text","sizeInBytes":10,"encoding":"UTF-8"},"parentId":"f3871c51-de56-436e-8001-062086af88f5","aspectNames":["cm:versionable","cm:auditable"],"createdAt":"2022-02-16T14:17:58.567+0000","isFolder":false,"modifiedByUser":{"id":"admin","displayName":"Administrator"},"name":"test.txt","id":"5d16aa61-2f8f-4744-afb9-d892a5566343","properties":{"cm:versionLabel":"1.0","cm:versionType":"MAJOR"}}}
Waited 10 seconds (to be sure the content is indexed) and performing the query directly in SOLR (my file included "quidditch" on the content):
http://127.0.0.1:8983/solr/alfresco/select?indent=on&q=TEXT:%22quidditch%22&wt=json
"response":{"numFound":1,"start":0,"docs":[ { "DBID":864, "id":"_DEFAULT_!8000000000000360"}] }
Do you have additional instructions on how to reproduce the issue?
Explore our Alfresco products with the links below. Use labels to filter content by product module.