solr: Update to solr 4.5.0

This commit is contained in:
Ossi Salmi 2013-10-16 11:19:24 +03:00
parent fb89a9506f
commit 3a7f8f040a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 %>" />