solr: Update to solr 4.5.0
This commit is contained in:
parent
fb89a9506f
commit
3a7f8f040a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
VERSION = 4.4.0
|
||||
VERSION = 4.5.0
|
||||
|
||||
TARGET = solr-$(VERSION).tgz
|
||||
SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<solr persistent="false" sharedLib="lib">
|
||||
<cores adminPath="/admin/cores">
|
||||
<cores adminPath="/admin/cores" host="${host:}" hostPort="${jetty.port:8983}" hostContext="${hostContext:solr}">
|
||||
<% @solr_core.each do |core| -%>
|
||||
<core name="<%= core %>" instanceDir="<%= core %>">
|
||||
<property name="dataDir" value="/srv/solr/index/<%= core %>" />
|
||||
|
|
Loading…
Add table
Reference in a new issue