mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4978 (Solr 6 support not working)
This commit is contained in:
@@ -39,9 +39,6 @@ share.protocol=http
|
|||||||
|
|
||||||
# Validates and auto-recover if validation fails
|
# Validates and auto-recover if validation fails
|
||||||
index.recovery.mode=AUTO
|
index.recovery.mode=AUTO
|
||||||
# As we run embedded, we set Lucene
|
|
||||||
# TODO: Find a better solution for indexing, as buildonly (embedded Lucene) is deprecated and going to be removed soon
|
|
||||||
index.subsystem.name=buildonly
|
|
||||||
|
|
||||||
# These jobs seem to require Lucene (Unsupported Operation with Solr) so we disable them / set to future date
|
# These jobs seem to require Lucene (Unsupported Operation with Solr) so we disable them / set to future date
|
||||||
# See https://forums.alfresco.com/en/viewtopic.php?f=52&t=41597
|
# See https://forums.alfresco.com/en/viewtopic.php?f=52&t=41597
|
||||||
@@ -68,5 +65,6 @@ cifs.enabled=false
|
|||||||
ftp.enabled=false
|
ftp.enabled=false
|
||||||
|
|
||||||
# Solr config
|
# Solr config
|
||||||
index.subsystem.name=solr4
|
index.subsystem.name=solr6
|
||||||
solr.secureComms=none
|
solr.secureComms=none
|
||||||
|
solr.port=8983
|
Reference in New Issue
Block a user