cancel
Showing results for 
Search instead for 
Did you mean: 

Fulltext search problem in Alfresco 7.x

krivaneka
Champ in-the-making
Champ in-the-making

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

1 ACCEPTED ANSWER
4 REPLIES 4

angelborroy
Community Manager Community Manager
Community Manager

Transform service is required to index text content.

You can find a reference deployment using https://github.com/alfresco/alfresco-docker-installer

Hyland Developer Evangelist

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/

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.