03-13-2022 03:44 PM
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
03-14-2022 09:53 AM
This tutorial from @abhinavmishra14 may help you:
https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html
03-14-2022 04:15 AM
Transform service is required to index text content.
You can find a reference deployment using https://github.com/alfresco/alfresco-docker-installer
03-14-2022 07:56 AM
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/
03-14-2022 09:53 AM
This tutorial from @abhinavmishra14 may help you:
https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html
03-18-2022 12:43 PM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.