Hi,
I have problems with indexing too. In particular, after creating my custom type with custom properties I'm not able to search files related to that type and live search doesn't work anymore.
I've checked in Node Browser and in the Archive/SpacesStore my files are not indexed at all. I got no error message and I can't understand where's the problem.
Here, some code:
— alfresco-global.properties:
dir.root=${alfresco.data.location}
# Allowed values are: NONE, AUTO, FULL
index.recovery.mode=AUTO
index.subsystem.name=solr4
solr.host=localhost
solr.port=8080
solr.port.ssl=8443
—solrcore.properties:
data.dir.root=${alfresco.solr.dir}
data.dir.store=archive/SpacesStore
Finally: my solr.log is empty
Hope you can help me understand,
Sara