mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
SEARCH-56: Changed to use "proxy" rather than "solr" host
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#
|
||||
# solrcore.properties - used in solrconfig.xml
|
||||
#
|
||||
# data is in ${data.dir.root}/${data.dir.store}
|
||||
|
||||
data.dir.root=@@ALFRESCO_SOLR4_DATA_DIR@@
|
||||
data.dir.store=archive/SpacesStore
|
||||
enable.alfresco.tracking=true
|
||||
|
||||
#
|
||||
@@ -12,6 +9,12 @@ enable.alfresco.tracking=true
|
||||
#
|
||||
alfresco.version=5.1
|
||||
|
||||
#
|
||||
#These are replaced by the admin handler
|
||||
#
|
||||
#data.dir.root=DATA_DIR
|
||||
#data.dir.store=workspace/SpacesStore
|
||||
#alfresco.stores=workspace://SpacesStore
|
||||
|
||||
#
|
||||
# Properties loaded during alfresco tracking
|
||||
@@ -22,7 +25,7 @@ alfresco.port=8080
|
||||
alfresco.port.ssl=8443
|
||||
alfresco.baseUrl=/alfresco
|
||||
alfresco.cron=0/15 * * * * ? *
|
||||
alfresco.stores=archive://SpacesStore
|
||||
|
||||
#alfresco.index.transformContent=false
|
||||
#alfresco.ignore.datatype.1=d:content
|
||||
alfresco.lag=1000
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Shared Properties file
|
||||
|
||||
#Host details an external client would use to connect to Solr
|
||||
solr.host=localhost
|
||||
solr.port=8983
|
||||
solr.baseurl=/solr
|
||||
proxy.host=localhost
|
||||
proxy.port=8983
|
||||
proxy.baseurl=/solr
|
||||
|
||||
# Properties treated as identifiers when indexed
|
||||
|
||||
|
Reference in New Issue
Block a user