AEM 6.0 with Solr
I configured AEM to use a single remote Solr instance for fulltext indexing like it is documented:
Add a node /oak:index/solrIdx with properties type=solr async=async (Recommended) reindex=true
It does create the index and I can search using the crxde query tool. However, there seem to be a problem with access rights. I cannot access e.g. the siteadmin anymore. On the (old) welcome screen the links are disabled or not shown at all.
As soon as I delete the solr oak:QueryIndexDefinition node. Everything works fine again.
Any idea what I am doing wrong?
Thanks!
Michael
