From owner-svn-ports-all@freebsd.org Sun Aug 28 15:53:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0350B77817; Sun, 28 Aug 2016 15:53:50 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A56B6DBA; Sun, 28 Aug 2016 15:53:50 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7SFrnMc044633; Sun, 28 Aug 2016 15:53:49 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7SFrn6S044630; Sun, 28 Aug 2016 15:53:49 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608281553.u7SFrn6S044630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 28 Aug 2016 15:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421024 - head/textproc/apache-solr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 15:53:51 -0000 Author: pawel Date: Sun Aug 28 15:53:49 2016 New Revision: 421024 URL: https://svnweb.freebsd.org/changeset/ports/421024 Log: Update to version 5.5.2 PR: 211286 (based on) Submitted by: ari@ish.com.au Modified: head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo head/textproc/apache-solr/pkg-plist Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/Makefile Sun Aug 28 15:53:49 2016 (r421024) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTVERSION= 5.5.2 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} @@ -16,11 +15,11 @@ LICENSE= APACHE20 CONFLICT= apache-solr3-* apache-solr-4* USES= cpe tar:tgz +USE_JAVA= yes JAVA_VERSION= 1.7+ NO_BUILD= yes NO_ARCH= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USE_JAVA= yes PORTEXAMPLES= * USE_RC_SUBR= solr Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/distinfo Sun Aug 28 15:53:49 2016 (r421024) @@ -1,2 +1,3 @@ -SHA256 (solr-5.2.1.tgz) = 3f54cec862da1376857f96f4a6f2044a5addcebc4df159b8797fd71f7ba8df86 -SIZE (solr-5.2.1.tgz) = 148849766 +TIMESTAMP = 1469167224 +SHA256 (solr-5.5.2.tgz) = e62bab565675e10d27f40d5bb090b4181b2f0c21870adf98d1ea873ead7758e1 +SIZE (solr-5.5.2.tgz) = 136813192 Modified: head/textproc/apache-solr/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Sun Aug 28 15:20:21 2016 (r421023) +++ head/textproc/apache-solr/pkg-plist Sun Aug 28 15:53:49 2016 (r421024) @@ -1,5 +1,5 @@ -bin/solr bin/post +bin/solr %%JAVAJARDIR%%/solr-analysis-extras-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-analytics-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-cell-%%PORTVERSION%%.jar @@ -19,6 +19,7 @@ bin/post %%JAVAJARDIR%%/solrj-lib/httpclient-4.4.1.jar %%JAVAJARDIR%%/solrj-lib/httpcore-4.4.1.jar %%JAVAJARDIR%%/solrj-lib/httpmime-4.4.1.jar +%%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.7.7.jar %%JAVAJARDIR%%/solrj-lib/noggit-0.6.jar %%JAVAJARDIR%%/solrj-lib/slf4j-api-1.7.7.jar %%JAVAJARDIR%%/solrj-lib/stax2-api-3.1.4.jar @@ -27,8 +28,8 @@ bin/post %%JAVAJARDIR%%/test-framework/README.txt %%JAVAJARDIR%%/test-framework/lib/ant-1.8.2.jar %%JAVAJARDIR%%/test-framework/lib/junit-4.10.jar -%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.1.13.jar -%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.1.13.jar +%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.3.2.jar +%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.3.2.jar %%JAVAJARDIR%%/test-framework/lucene-libs/lucene-test-framework-%%PORTVERSION%%.jar %%WWWDIR%%/README.txt %%WWWDIR%%/contexts/solr-jetty-context.xml @@ -44,19 +45,19 @@ bin/post %%WWWDIR%%/lib/ext/slf4j-api-1.7.7.jar %%WWWDIR%%/lib/ext/slf4j-log4j12-1.7.7.jar %%WWWDIR%%/lib/javax.servlet-api-3.1.0.jar -%%WWWDIR%%/lib/jetty-continuation-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-deploy-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-http-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-io-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-jmx-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-rewrite-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-security-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-server-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-servlet-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-servlets-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-util-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-webapp-9.2.10.v20150310.jar -%%WWWDIR%%/lib/jetty-xml-9.2.10.v20150310.jar +%%WWWDIR%%/lib/jetty-continuation-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-deploy-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-http-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-io-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-jmx-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-rewrite-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-security-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-server-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-servlet-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-servlets-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-util-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-webapp-9.2.13.v20150730.jar +%%WWWDIR%%/lib/jetty-xml-9.2.13.v20150730.jar %%WWWDIR%%/modules/http.mod %%WWWDIR%%/modules/https.mod %%WWWDIR%%/modules/server.mod @@ -67,12 +68,428 @@ bin/post %%WWWDIR%%/scripts/cloud-scripts/zkcli.bat %%WWWDIR%%/scripts/cloud-scripts/zkcli.sh %%WWWDIR%%/scripts/map-reduce/set-map-reduce-classpath.sh +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/antlr4-runtime-4.5.1-1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/asm-5.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/asm-commons-5.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-cli-1.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-codec-1.10.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-collections-3.2.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-configuration-1.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-fileupload-1.3.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-io-2.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/commons-lang-2.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/concurrentlinkedhashmap-lru-1.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/dom4j-1.6.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/guava-14.0.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-annotations-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/hppc-0.7.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/joda-time-2.2.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-common-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-kuromoji-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-phonetic-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-core-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-expressions-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-grouping-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-join-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-memory-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-misc-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-queries-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-queryparser-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/noggit-0.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/protobuf-java-2.5.0.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/solr-core-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/solr-solrj-%%PORTVERSION%%.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/spatial4j-0.5.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/stax2-api-3.1.4.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/woodstox-core-asl-4.4.1.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/lib/zookeeper-3.4.6.jar +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/web.xml +%%WWWDIR%%/solr-webapp/webapp/WEB-INF/weblogic.xml +%%WWWDIR%%/solr-webapp/webapp/admin.html +%%WWWDIR%%/solr-webapp/webapp/css/angular/analysis.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/chosen.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/cloud.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/collections.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/common.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/cores.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/dashboard.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/dataimport.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/documents.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/files.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/index.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/logging.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/menu.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/plugins.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/query.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/replication.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/schema.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/segments.css +%%WWWDIR%%/solr-webapp/webapp/css/angular/threads.css +%%WWWDIR%%/solr-webapp/webapp/css/chosen.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/analysis.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/cloud.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/common.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/cores.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/dashboard.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/dataimport.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/documents.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/files.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/index.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/java-properties.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/logging.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/menu.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/plugins.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/query.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/replication.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/schema-browser.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/segments.css +%%WWWDIR%%/solr-webapp/webapp/css/styles/threads.css +%%WWWDIR%%/solr-webapp/webapp/favicon.ico +%%WWWDIR%%/solr-webapp/webapp/img/ZeroClipboard.swf +%%WWWDIR%%/solr-webapp/webapp/img/chosen-sprite-2x.png +%%WWWDIR%%/solr-webapp/webapp/img/chosen-sprite.png +%%WWWDIR%%/solr-webapp/webapp/img/div.gif +%%WWWDIR%%/solr-webapp/webapp/img/favicon.ico +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/7z.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/README +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ai.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/aiff.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/asc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/audio.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/bin.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/bz2.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/c.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cfc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cfm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/chm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/class.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/conf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cpp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/cs.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/css.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/csv.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/deb.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/divx.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/doc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/dot.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/eml.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/enc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/file.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/gif.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/gz.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/hlp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/htm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/html.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/image.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/iso.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/java.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jpeg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/jpg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/js.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/lua.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/m.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mov.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mp3.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/mpg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ods.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/odt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ogg.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pdf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pgp.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/php.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/pl.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/png.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ppt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ps.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/py.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/ram.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rb.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rpm.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/rtf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sig.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sql.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/swf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxc.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxd.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/sxw.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tar.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tex.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/tgz.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/txt.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/vcf.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/video.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/vsd.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wav.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wma.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/wmv.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xls.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xml.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xpi.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/xvid.png +%%WWWDIR%%/solr-webapp/webapp/img/filetypes/zip.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-000-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-circle.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/arrow-switch.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/asterisk.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/battery.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/block-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/block.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/book-open-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/bug.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chart.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chevron-small-expand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/chevron-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-list.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-paste-document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clipboard-paste.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clock-select-remain.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/clock-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/construction.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-0.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-1.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/cross.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/dashboard.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/database--plus.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/database.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/databases.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/disk-black.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-convert.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-import.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-list.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/documents-stack.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/download-cloud.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/drive-upload.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/exclamation-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/eye.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder-export.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder-tree.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/folder.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/funnel-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/funnel.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/gear.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/globe-network.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/globe.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hammer-screwdriver.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hammer.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/highlighter-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/home.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hourglass--exclamation.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/hourglass.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/inbox-document-text.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/information.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/jar.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/magnifier.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/mail.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/memory.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/minus-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/molecule.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-cloud.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-away.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-busy.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status-offline.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network-status.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/network.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-design.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-master.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node-slave.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/node.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/pencil-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/pencil.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/plus-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/processor.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/prohibition.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/property.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question-small-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question-white.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/question.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/receipt-invoice.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/receipt.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/script-code.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/server-cast.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/server.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/sitemap.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/slash.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-away.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-busy.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status-offline.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/status.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/system-monitor--exclamation.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/system-monitor.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/table.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/terminal.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick-circle.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick-red.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/tick.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toggle-small-expand.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toggle-small.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/toolbox.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-accordion.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-address-bar.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-check-box-uncheck.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-check-box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-radio-button-uncheck.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-radio-button.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/ui-text-field-select.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/users.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/wooden-box.png +%%WWWDIR%%/solr-webapp/webapp/img/ico/zone.png +%%WWWDIR%%/solr-webapp/webapp/img/loader-light.gif +%%WWWDIR%%/solr-webapp/webapp/img/loader.gif +%%WWWDIR%%/solr-webapp/webapp/img/lucene-ico.png +%%WWWDIR%%/solr-webapp/webapp/img/solr-ico.png +%%WWWDIR%%/solr-webapp/webapp/img/solr.svg +%%WWWDIR%%/solr-webapp/webapp/img/tree.png +%%WWWDIR%%/solr-webapp/webapp/index.html +%%WWWDIR%%/solr-webapp/webapp/js/angular/app.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/analysis.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/cloud.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/collection-overview.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/collections.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/core-overview.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/cores.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/dataimport.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/documents.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/files.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/index.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/java-properties.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/logging.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/plugins.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/query.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/replication.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/schema.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/segments.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/controllers/threads.js +%%WWWDIR%%/solr-webapp/webapp/js/angular/services.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/ZeroClipboard.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/chosen.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/console.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/d3.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/highlight.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.blockUI.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.cookie.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.form.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.jstree.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.sammy.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/jquery.timeago.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/linker.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/naturalSort.js +%%WWWDIR%%/solr-webapp/webapp/js/lib/order.js +%%WWWDIR%%/solr-webapp/webapp/js/main.js +%%WWWDIR%%/solr-webapp/webapp/js/require.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/analysis.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/app.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/cloud.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/cores.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/dashboard.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/dataimport.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/documents.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/files.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/index.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/java-properties.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/logging.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/ping.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/plugins.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/query.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/replication.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/schema-browser.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/segments.js +%%WWWDIR%%/solr-webapp/webapp/js/scripts/threads.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-chosen.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-cookies.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-cookies.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-resource.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-route.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-route.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-sanitize.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular-sanitize.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular.js +%%WWWDIR%%/solr-webapp/webapp/libs/angular.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/chosen.jquery.js +%%WWWDIR%%/solr-webapp/webapp/libs/chosen.jquery.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/d3.js +%%WWWDIR%%/solr-webapp/webapp/libs/highlight.js +%%WWWDIR%%/solr-webapp/webapp/libs/jquery-2.1.3.min.js +%%WWWDIR%%/solr-webapp/webapp/libs/jquery.jstree.js +%%WWWDIR%%/solr-webapp/webapp/libs/ngtimeago.js +%%WWWDIR%%/solr-webapp/webapp/partials/analysis.html +%%WWWDIR%%/solr-webapp/webapp/partials/cloud.html +%%WWWDIR%%/solr-webapp/webapp/partials/collection_overview.html +%%WWWDIR%%/solr-webapp/webapp/partials/collections.html +%%WWWDIR%%/solr-webapp/webapp/partials/core_overview.html +%%WWWDIR%%/solr-webapp/webapp/partials/cores.html +%%WWWDIR%%/solr-webapp/webapp/partials/dataimport.html +%%WWWDIR%%/solr-webapp/webapp/partials/documents.html +%%WWWDIR%%/solr-webapp/webapp/partials/files.html +%%WWWDIR%%/solr-webapp/webapp/partials/index.html +%%WWWDIR%%/solr-webapp/webapp/partials/java-properties.html +%%WWWDIR%%/solr-webapp/webapp/partials/logging-levels.html +%%WWWDIR%%/solr-webapp/webapp/partials/logging.html +%%WWWDIR%%/solr-webapp/webapp/partials/plugins.html +%%WWWDIR%%/solr-webapp/webapp/partials/query.html +%%WWWDIR%%/solr-webapp/webapp/partials/replication.html +%%WWWDIR%%/solr-webapp/webapp/partials/schema.html +%%WWWDIR%%/solr-webapp/webapp/partials/segments.html +%%WWWDIR%%/solr-webapp/webapp/partials/threads.html +%%WWWDIR%%/solr-webapp/webapp/tpl/analysis.html +%%WWWDIR%%/solr-webapp/webapp/tpl/cloud.html +%%WWWDIR%%/solr-webapp/webapp/tpl/cores.html +%%WWWDIR%%/solr-webapp/webapp/tpl/dashboard.html +%%WWWDIR%%/solr-webapp/webapp/tpl/dataimport.html +%%WWWDIR%%/solr-webapp/webapp/tpl/documents.html +%%WWWDIR%%/solr-webapp/webapp/tpl/files.html +%%WWWDIR%%/solr-webapp/webapp/tpl/index.html +%%WWWDIR%%/solr-webapp/webapp/tpl/logging.html +%%WWWDIR%%/solr-webapp/webapp/tpl/plugins.html +%%WWWDIR%%/solr-webapp/webapp/tpl/query.html +%%WWWDIR%%/solr-webapp/webapp/tpl/replication.html +%%WWWDIR%%/solr-webapp/webapp/tpl/schema-browser.html +%%WWWDIR%%/solr-webapp/webapp/tpl/segments.html +%%WWWDIR%%/solr-webapp/webapp/tpl/threads.html %%WWWDIR%%/solr/README.txt %%WWWDIR%%/solr/configsets/basic_configs/conf/_rest_managed.json %%WWWDIR%%/solr/configsets/basic_configs/conf/currency.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/lang/stopwords_en.txt +%%WWWDIR%%/solr/configsets/basic_configs/conf/managed-schema %%WWWDIR%%/solr/configsets/basic_configs/conf/protwords.txt -%%WWWDIR%%/solr/configsets/basic_configs/conf/schema.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/solrconfig.xml %%WWWDIR%%/solr/configsets/basic_configs/conf/stopwords.txt %%WWWDIR%%/solr/configsets/basic_configs/conf/synonyms.txt @@ -128,6 +545,7 @@ bin/post %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.html %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-bottom.html %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/admin-extra.menu-top.html +%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/README.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/kmeans-attributes.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/lingo-attributes.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/stc-attributes.xml @@ -172,10 +590,10 @@ bin/post %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/stopwords_th.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/stopwords_tr.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/lang/userdict_ja.txt +%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/managed-schema %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/mapping-FoldToASCII.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/mapping-ISOLatin1Accent.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/protwords.txt -%%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/schema.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/spellings.txt %%WWWDIR%%/solr/configsets/sample_techproducts_configs/conf/stopwords.txt @@ -225,7 +643,3 @@ bin/post %%WWWDIR%%/solr/solr.xml %%WWWDIR%%/solr/zoo.cfg %%WWWDIR%%/start.jar -%%WWWDIR%%/webapps/solr.war -@dir %%EXAMPLESDIR%%/example-DIH/solr/mail/lib -@dir %%WWWDIR%%/logs -@dir %%WWWDIR%%/solr-webapp