11-18-2021 10:25 PM
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.
11-19-2021 03:40 AM
(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
11-19-2021 02:18 PM
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?
11-22-2021 02:58 AM
You may change alfresco.cron property in solrcore.properties file (located in SOLR side):
Explore our Alfresco products with the links below. Use labels to filter content by product module.