Search code examples
alfrescocmisopencmisapache-chemistry

Alfresco CMIS service to index document


I have uploaded document to Alfresco using Apache Chemistry php client. The documents is uploaded successfully but (I think it is not indexed), content based search is not working on this document. whereas If I upload the same document from alfresco share it is also indexed and content based search works on it. Kindly tell me about cmis service to index document or propose me some solution for it. Thanks in advance!


Solution

  • I was unable to figure out issue with Apache chemistry php client. so I shifted to java version i.e. alfresco-api-examples. link https://github.com/jpotts/alfresco-api-java-examples and following its CmisCreateDocumentExample the file is now successfully uploaded and indexed.