cancel
Showing results for 
Search instead for 
Did you mean: 

solr4 reindex

cwehm
Champ in-the-making
Champ in-the-making
Hello together,

I have installed alfresco-5.0.b and migrated my "old" database and contentstore. Now solr4 is not indexing my files. What do I have to do?

Best regards,
Constantin
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

are there any errors in the SOLR4 or Alfresco logs? It may be best if you were to provide your configuration files (alfresco-global.properties / solrcore.properties) and logs (alfresco.log / solr.log) so people have something to work with in order to help.

Regards
Axel

sarar
Champ in-the-making
Champ in-the-making
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