Hello, I need you to help me with some questions about solr in the community alfresco version 4.2.0.
1) I have millions of documents to reindex, what file should I edit to configure this reindex to be slower? It doesn't matter that it takes days to reindex everything.
2) How do I completely stop solr? I don't want to use any indexer like solr or lucene.
(1) SOLR is indexing Alfresco using a cron expression that starts a loop of HTTP request to the Repository. By default, this process happens every 15 seconds:
You may change this expression to decrease indexing rate.
(2) If you don't want to use a Search Subsystem, just use the "noidex" search subsystem in "alfresco-global.properties" file
index.subsystem.name=noindex
Thanks, but the link you sent doesn't work = (
I think I would like to change those "15" seconds. Do you know in which file you can configure that?
You may change alfresco.cron property in solrcore.properties file (located in SOLR side):
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.