Corrected solr config + minor bugfixes

This commit is contained in:
2018-09-17 12:05:47 +02:00
parent 1cf84c90ae
commit a20c6fa673
4 changed files with 12 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ production:
hostname: localhost
port: 8080
log_level: WARNING
min_memory: 32M
max_memory: 1G
path: /solr-4.10.2/default #production #ollection1 #production
# solr_home: solr
# read_timeout: 2
@@ -14,6 +16,8 @@ development:
port: 8080
log_level: INFO
path: /solr/mycore
min_memory: 32M
max_memory: 1G
# solr:
# hostname: localhost
# port: 8983