cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Image upload not getting full index

mrmike
Champ in-the-making
Champ in-the-making
When uploading a document to alfresco 4.2 enterprise utilizing CMIS, what is required to allow the document to be full indexed and searchable via the simple search at the top right? I've configured the simple search to allow for searching the index fields of the custom model, and configured the advanced search to allow for searching the custom model…. but Still am lacking knowledge on how to get the incoming document to be fully indexed as if it were uploaded through the share GUI. I can upload the same document via CMIS and via Share GUI and only the share GUI document is searchable with full index.

Thanks for any suggestions!
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
That should not be happening. Questions:

* What specific version of Alfresco are you running?
* And are you using Solr or Lucene?
* Does it happen for all content types?
* Can you share the code you are using to create the content?

Jeff

mrmike
Champ in-the-making
Champ in-the-making
Alfresco 4.2 enterprise
SOLR
Only have tried text file and open office document- the exact files full text index fine through share GUI
Code is coming from Ephesoft Enterprise's default integration

Thanks

mrmike
Champ in-the-making
Champ in-the-making
This issue has been resolved. It was on the Ephesoft side and not Alfresco. The problem was that Ephesoft needed to be configured to convert the .pdf to a searchable .pdf upon exporting it to Alfresco. I activated this within Ephesoft and now the document is being full text indexed when arriving in Alfresco. I appreciate the assistance.