cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco search is not working. It search just peoples

luizniero
Champ on-the-rise
Champ on-the-rise

Im using Alfresco community 5.2. I did the wizzard instalation, but i soo that the search (normal and advanced option) is not working. When i try to search something, alfresco return just peoples.

1 ACCEPTED ANSWER

luizniero
Champ on-the-rise
Champ on-the-rise

I find the problem. My solr configuration in alfresco-global.properties was wrong.

I followed it

https://docs.alfresco.com/5.2/tasks/solr4-alfresco-config.html

And now its running.

Thank You

View answer in original post

5 REPLIES 5

abbask01
Star Collaborator
Star Collaborator

It looks like your solr is not configured properly. do you get any errors related to solr on startup?

Regards,
Abbas

No erros on startup, but i do not configured solr, i did the common wizard instalation

luizniero
Champ on-the-rise
Champ on-the-rise

I find the problem. My solr configuration in alfresco-global.properties was wrong.

I followed it

https://docs.alfresco.com/5.2/tasks/solr4-alfresco-config.html

And now its running.

Thank You

christuira
Champ in-the-making
Champ in-the-making

I have the same problem, and i've configured as described in the link provided, but still does not work. Live search works though, returning user accounts only. Does anyone have an idea where else i could check?

### Solr indexing ###
index.subsystem.name=solr4
dir.keystore=${dir.root}/keystore
solr.host=localhost
solr.port=8080
solr.port.ssl=8443
#solr.query.maximumResultsFromUnlimitedQuery=10000
#system.acl.maxPermissionChecks=10000

I fixed my problem: I have a custom type and property names starting with a number. I read somewhere there is a bug like this, and apparently exists in the alfresco version im using: Alfresco Community v5.2.0 (r135134-b14). Created new type and properties with fixed names, and reuploaded affected files with fixed metadata.