Hello everyone,
in Alfresco 6.1 I had no problems in fulltext search in documents even with my very basic setup. Now I have another install of alfresco 7.1 and everything works fine, except of fulltext search. Same text in document if alfresco 6 is found, but in Alfresco 7 not.
I thing that problem is with architecture change and disabling of legacy transformations in version 7 and with my configuration. I have installation of alfresco, search services, ActiveMQ, but not Transform service. Could you please confirm me, that if I install transform service, fulltext will be working?
Thanks for answer
Solved! Go to Solution.
This tutorial from @abhinavmishra14 may help you:
https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html
Transform service is required to index text content.
You can find a reference deployment using https://github.com/alfresco/alfresco-docker-installer
Hello, thanks for answer.
For several reasons i need to install alfresco vie ZIP instalation. As i said, i already have alfresco, solr, Actovemq, so i need to install Transform service vie this manual: https://docs.alfresco.com/transform-service/latest/install/#install-with-zip (with all prereguisites).
And the i need to add this lines to alfresco global....
# Transform Router properties:
transform.service.enabled=true
transform.service.url=http://localhost:8095/
# Transform Core properties:
localTransform.core-aio.url=http://transform-core-aio:8090/
This tutorial from @abhinavmishra14 may help you:
https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html
Hello,
thanks for answer. It woks.
Today i installed it as it's described in tutorial from abhinavmishra14 - it's a great guide.
Last answer i have for full reindex, because new files are indexed fine and fulltext is working, but older files before instalation transform services are not found.
Is there any possibility of full reindex of all repository?
I found this: http://localhost:8443/solr/admin/cores?action=REINDEX - is this correct?
It seems, that nothing happend.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.