问题
I am using Alfresco 5.0.d Community Edition and mysql as database. I am creating user through Admin Tools -> Users -> Create User. But when I am trying to invite these users, they are not searchable. They are also not searchable in People section but they are searchable in Admin Tools -> Users.
No error is coming in server logs. I have even deleted previous indexing and created new indexing many times.
Any help would be appreciated. Thanks
回答1:
You can try by changing a property in alfresco-global.propeties file
### Solr indexing ###
index.subsystem.name=solr4
to
### Solr indexing ###
index.subsystem.name=solr
This issue is related with indexing.
来源:https://stackoverflow.com/questions/37751853/i-am-using-alfresco-5-0-d-community-edition-and-mysql-as-database-i-am-creating