You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/01/17 16:00:58 UTC

svn commit: r17848 [16/22] - in /dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,569 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.4.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJpAAoJEHB7fZ9v24EF4KwP/27EM/lEkSho9YjuV/NhR5Bx
+yKIEy/52hHS+Pgxd8CzSQrp879Akku1cNy08JSLBnXcrSEIcIpYHChHhXtU4cmE8
+RTfzYnsFVOuJ06SCiIKrrkH+8egBZwREpQVz7nUAWJVYVXng2kYG8x6sOIe5HfbU
+nH/VWvzDrHwHstP3oQY4AHAIvP+ZgL4KFm15LUcV98FgKeXGwS9Vft4ltDJbRaPB
+E1W61yzbIoaVNxAG8isUTCbniXeQj1Txjd+4U4exb3qcw8bLXsuOoOY04HJ5q5Gt
+9cls9c0N9cjd8wC/Cn08qvZANicJz4N6aLAuhbo6EI5XFN8ax11TQGpS1C7Mtcze
+V7raXOLAvgbg4NdNw82frDcZJWwANkkCWu1I9r1bntk32Eq4wa9OJzQ1JUaI8qCQ
+wpOlGCFW0JXoNX7pxO1a4vg75+xrMtqg7HSxkmDNq7UvUA5WjdM3iG57UpFtBIrT
+9nFQta0b6fWyYTAVMbIfTBOUdUgwt9Xnq3RO+dGDTmcD/WQA+yMLnr6dmH46xeFs
+BY9yRULW9sPrMga5kr+WDl2bq8dgRrxzHzfCSn4EKqS6n3FTQKEgSWMcJ4cfnbjh
+sybUWRrfGKPG9jDFfCafYek2TMBgP3LmUwDoKvbx5O7s5eLERY3ltFz0x3hyx7oc
+wNw2zM0OlviYftBgBxC6
+=nKuE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+df423a3906bfc7dcabccf3f6788d44e9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/6.4.0/solr-cell-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+021f991969b28e40d16082a6171a5ad74a413382
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150341</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+15f3f11a723b4dd06dfe55d91359df4d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+4192e15bb20fac3c9f0b83c7d9c96fc783f3fe5c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJpAAoJEHB7fZ9v24EFEEUP/Al3/0wanvGQ3ac5Es6Nxsdn
+KLiJqIMlStsh1hNG1+wn+I81qn9n8ozd+bYQ6BTDeKZIFXQwi5t6aNHDRJOuEuMh
+gj/b7IqSPdRY7KmdsJQU/KtfeqMFfmzHnwIXDWc/G1qj0eGoEoFMgzoT6xXIBLnT
+rL1xrU8ZliNwCNVglCPQjEBgMM1K0CSl5AXDWIMPh7zhAsBDhe56Hlg0Kp81SFek
+M36iGJfLfgtHl5PVb3V2mg3LpqkC7x0yTvmYS14UJwxEve8LbCS07vAVa5NjsZwi
+sOTM6uNeKCBmgeNeujc2gcSgUtHsawQVnDnev4oL7pEeS+OOhEphVzWy7adEz17w
+5QuUe/XAZIoxuWaaLnCOPQl6vulhyBeywz8Dc4aCCP0227xErJrm5N3xaYRg5UV1
+qwX5/3PPVRxmVIXKyK20AmUVWtqb2MAp/na3/nvDq7jQFCSmg6e9+741C2Tf+mLC
+ci/hqxHJtV6sV8g3S4OX4Aupi2+cbAGlhcyMr4QfzMViG2tv1RY4a7zXev8ymPHe
+W60ut6oIacRgJAIPNLDgqccxeJ9JwBILPS2iIGIqjZyzb0c3PP/zCA0UxTjhOyCD
+vxKd8B+OkHaT23HNlvPR86tGO7CEgHH+IjtpMV73VLVR/o3Q0Q6WT+Lwu4ubdGgu
+AeLUGmk6jLrK/bgVEWye
+=SV3q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+581be41f2596e68ceea9af7fa2146727
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+d57de3b92d2ae7e3002b530f940ba82271a8d274
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJpAAoJEHB7fZ9v24EFmhwP/iBQV/jJ5BWeHlyJ2i/01YHV
+5vJ62SVgpacrjFypOsuU7JBLbaP7SlEQ2H4zQjdWh4iB5Z9gcpxE7jMhBZvBEPbi
+DRhwrysF0lzHZHAy0a/H0lam1g0m7W6Lbgi8PgNxml2YsqzyKl7WoESlMCp+Flmr
+v1uAJXpZ23PoN7NGflWjbHs/UK04AHRctseAoyUNgAAphPj6nINEF7VOuH/5UhvA
+7tRO4/9tpx0/KFpEvWzZ3lHatVWgW3iDaOFAxJ09XtpcUK7F5s5V5dxkjqEGLZrF
+HwVHCjuO+LB5nw/YRZDm8aOW4q2s28A1D99MXkSV9L6hatrX2FTVP4IhOOxoo6dp
+acL5aWKIi49Yt4ptXRNpndCuP9RnHO1SOCx8ndgI5BpuQCFcM5/ACaZGvvI2V8Gm
+opzfaetyZtpe07lkd77u49WQFdd2G9xAnFkD2Hg7VFd1oyBGTpjE8QU6IvwA++Ve
+/ZNvljImdYbTmDRpCahBdGf444gRZHJatYwgEbH9pw95aYKpDYGS/zhzmhHDhVDf
+o+CNoVWOacT6IfrICcZMXX20FGgRYhJz2ppvk+/napaLSbne3f7uhRUQvBZFKP7R
+Ok5OgIcG+nQZWWUi8/1gv84GgJyXK033dwAGKGmzZ0Ikj7YfgIF2G25BUDzq3ni1
+uwcqTCHQkFgM8VZKjG0I
+=rbTL
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+67378ba0eca4942d71ed8c0f9742d81f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f1ed117b30249c1fee3e9f180c53982eb3df0d92
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJpAAoJEHB7fZ9v24EFQWkP/A8AJUYgZLHFGgbyAml4hWA7
+SnOEJXBoLdJxVPuSoz7vfKKDf1x5H5ZfgxxCgL/URkb6C0yEejezLBEjZm6avjbU
+kMPOQgZn+Y9wOenZif+xtrg0f6a61V7UTUd5EFVrvMM+jDy0vmsQQCRZS9HYBaAH
+SX+jigUMB1NPo949SPF5KUKsUdcW+tLpjJ8jcQIavH0S4z6UHF/mXHi2SC7Ih349
+wsEPZiDIy/FtNILRtqHlpIsg7tuLov52wVtpD73OCgnGSyqbjT5PRoDyS0+XFhDf
+eEbd2lx/TMg9P/FObGo0gTh9coGwofsMricV4A5w9Dg3L4hE+Lya+1jolm/4enUQ
+JDFbctgblX+FEfWvU9ly+SNOPvlMF+qDC9O6E9EqadTc1i51nLmfoNXTtMWOldDv
+6hfshrXmsq8EVhqsDAsBQ9B7KRyy7RtV+oPTjmCQ3iwwy4BYKP/BRGOww00ss0vg
+AkaDqd8L3KYwHCf488b2lggImNBbUi2TUyXraSAfJtbZemZ/RR3taPSkAaymjSeQ
+S/oV1uI66qWOdaGqGwBaS23kLqhDq19a8+0bJ2OGxEEio1vYEPz/G84U6rDrZfxQ
+ZxTMkXD+r8iDyjk2tHZ/Y6WtN6bXE46APT8P1hvl3AoLJ4tDraF9UnUK+MgxXjso
+V/q5xRy4+4P4A3AvGgJ8
+=4teL
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f8333f8875fb6ccbcd4e5556c54257be
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+971e48093434045cbe9c483fb817f923967b6ebc
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,450 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.4.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Clustering</name>
+  <description>Apache Solr Clustering</description>
+  <properties>
+    <module-directory>solr/contrib/clustering</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2</groupId>
+      <artifactId>carrot2-mini</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.attributes</groupId>
+      <artifactId>attributes-binder</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.shaded</groupId>
+      <artifactId>carrot2-guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.simpleframework</groupId>
+      <artifactId>simple-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EFzpcP/iB3+WveGg3kkYDV1pB3U18z
+HzJnDduUCoDxNcXOyTRFZkUDNIQQMnbb0DZ9S+WQt2nm0jNeA4ZltKcRyNFFIbQZ
+YMNILTmymvasyebG6xtHsdE6R7yUKeRueZtYVi+NQCGlD/uPt8IBVQPK6mUndddm
+kvbIM4VpnLiN0mbsTwIedx95iUdNAsKnMcA2pytE09rjDd+2bIo1zNbgs6k9QQeO
+R1a9evp78n63oUCIum4CbRDFP19gPoejAyemXgb9i4hQFDmlxz1O1HxPURYHzade
+lLuNOHYwy11d8cyDFKMdpCSDJGKU/Ctqpbe0oizkR35ry9BxGt8u1ohUsk2dySVP
+lJlwAcGXSrQmQ3aO12HatvC+68oDyyxrVupILfl6T+njq9Plh+owcRKePD46vXYZ
+Ou/YH6kvYvkVYy8BREOinqSmEsUwxrf3EmxpwSkjxziukfq0BK9SlZ+78SW+GmRB
+6j5/c2sjZ28g8A8ejOga6lDNi8GhpiJLqL9ZH9ivefbD+cXRNi4Bt3gl3U6B9HX6
+bR6e96Z7qs/2A5IATD9bHK72yglhvEbBgQWRhni6tLNfjYnjL4v+/d+83qSQVbOq
+UCcmB7AHRE0sSNqkEfHH1UKWTg5syj8aa05To8VF7R0JS/M2pLeLF2C7lFIYWAbp
+ed5TuGpdkipdJRiEZ7/v
+=/CY0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+721d38371a141780201106d5da93d0c6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/6.4.0/solr-clustering-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+028b15ef892be871fa11f14e05c7c1141e34885a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150334</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+b450dd2f143e45b1060f0847318bae6a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+de94b246196849ac8f1eb01c3873f41d0b8a576c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EF4L8P/R5xPml4m9vJquPJgtP3wTDZ
+xJ6zLRndCzY27bbr1Ke2WBjpyo+hn0AzSoHAqSzTc43EHHQZlKISYMSh1r14SJ4y
+g0ID373+rjJ9tZjL5D6h9AreYN8dXcCX+lncnUcXbgVdrhTsFQiWViicOpwfHAqc
+cuPpVx0HTWOkuS8oh8L/2RPLkDT7PlbX1SMPWk5VejWBMp+dUKsiDS+FWKgylvrZ
+D5OqkkpiqU0DT80jHllx5eCTQ26NqGD6SqphuCUpaoP98GxcgxxoDw5XEtcd5lx+
+CVFNRXz7VUx4lx0pKfNXtkr75uwhi9NZJyKSk+fj/H/I0NcBQYYowDaBavWPBLBr
+8wZ3JHl0ycYz4HDV5PtNkiIRHpBygWSkvsLG++AxFPu0Hn9oP1Av14ES69VdlAMX
+Rq9c3Y9adFegyWoEvPssiIaTj/3fusyoHPTc+2acT5g/5k3dTSejLZ/PX/DS7Pha
+35ibNTBcsyyq05MNXilkLZ5nM5nPWdWbOm9AugLMQYYX6reculmCSzAPlJAU1HoS
+ijYo83+pXo8ZJCXbSb8TtOhq665Xm058sfHQYxCLyY1PLKMzoOVAKOEPJoyb/8kc
++8N3QSAbezETP5+G7L0IDOnvxuVv2o9JeL5ZJfNvR5twkQHmyxON6fHDH+brXqTX
+h7DjuYGlt108WOKckGDQ
+=QP4z
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+0f1e016289eebf272bf52ea878202fb8
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+bbec33e68ab875fb1302146648095f76aa50aa7d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EFAC0P/A0N7hZc71UAj/8kd7ZrGEZ3
+ZXtbkz2r0ti8fyC2xtGaITk6UwzPYX/dedJtbdys/ZWPkUm6C6xOgalywycD/vq8
+hYIoSIPykA+P2sq70iFugcoxOJ/C1IPSSrgY2CtZ5nHP52XFLpkwtsj/zDud1Dct
+MUv7Gt4v9AYbgd4eLtVXhwylmtIF1QXXTITxhKqiEakF3pqOCo1wx4FPBIS9hBrY
+Lt+sfxGP1lGsMaaC/EDKy2TIRwH2kmNpUAfXL5L3A0UgE6OIOZqfNWzwnMw6r41h
+Ui9aR2Xq1jj+r3J1ExnaqjeGzc0dmGpSgCUJM1i8ZQyfRikviK+Os7uC0Rzu0jVv
+w1FBiEBlXY+yTvVcyvtpgd3OtjUE4degntKDitq0+Ux2fro64QR2212W29n+g2aT
+zoRYnLUC1whDWvP/CZm9MbluyWg8TPLq/85vroRec1APR9sW5/r4M4c1r2fQMVHn
+JScXa/mEMtTtwGmAjdUDj+sgWxLaNq6vDhAdflCkBbjbWdImp+zn8h7DoNKfjXfV
+0W5bnnnJyEp/1t6lYBgJHKnB36DGoirg9M+tJt7p4mDNFbsW4bqgV3JfccYrNtLH
+SLLaDTr33VaHFdr/JWeX8A6+fqP8OXMSv9Xwj2bE9ytzn8FpVKBmZHKOi6ZcyFlF
+0wAczTkRXlykVlMBSahF
+=yrRH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+ae76b7ce314ee3b150339886a90c1205
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+2d5cd6781edc66e22a74cc9bedaf1283dbe5a452
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EFSZ0P/jBtRynLe4fDoFhCzvUgCHhX
+47FtgFaxswrpV8RiL+PnjS7shSYF4O2Ts6zIsyqOs5kfnLjaFsM8rfN+XTp3XRg7
+XfGpHYZG9zootpnTOtKPND/wi7DU3xOhHX2+bvFUiUvTG/Io6fY2PXim/nvDfrVc
+IgnpdWIahdCtdFsjDtH5t9o/2+vfKngxXiDuOujjDcameb3KWw+VJiqg+G8HYurc
+WeOJf/pCd/K98QfBGc/p1Wu9oXwdawjY+qZ+YwXIoaFRaf2WKy1U7ME2QdntJSxN
+byJZc1Kys64pSFDbcxsmvNciDkSY19LKbNW0qJ/ya+tnbMlZN6pLZquAM1XPF4Wz
+GTXGkzxBEqQadSLN+fFVTHJvk7FnJAaGxtBiYdgUCPFuihXry541JXXh8RYScnEU
+6Si1NOSrta492Mw6Cm9OA02lnGEuawN41l7yZh3uT9ivvqkU+XKzTszX4JP7Sks8
+OTHeO3cOQlwicDK9A+P96Mcw5lp+ZuCAMEUDmlZ1deZhGAdOcYisSketyRmOlib5
+zy8L1N01xPUlWaML5E6CJYCCqiaubdhSehHz9rEhW6iXW2HFIBOYHzbf59OnZctl
+Axqx/32MASILid5/iJqYjlg0zXbshnE/D8+xFsSpPN8lrFDBqpQzr3bAMSnbwP6h
+fZ6KCH3zZSIlzLR94Ckv
+=ZrAK
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+3da8f891c848139bf32f7f4844c5bfa5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+9396a0dbf3fae4d1149378be412d4b35a369d2ae
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,428 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.4.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EFKtIP/0GcBG0PNCVVjJriw9GjnRIO
+A2tVAAo/GylchxGdIbiPTEveWyQhKNJ0ksCwkjJjeWTMRKMr2FES9CfFTL4XxAq7
+xISRbLa44rGvpMdDoT7qfMEEHOhr+CUYXC7ZEKNjJw8Va0o6nIKJBPgH5X2X3CTY
+MwmJcL+uIi9sezjItW+AXiL23E6Dn8oUjMNyJqY9D9EcoAR7fyhm/LHAWfBwGvS1
+75/TKdhBPU0fnDKY8ylc5vvV8aY7AeDPxlTwPjyYq+PbCerjml3/UQFfSaGRVV9Y
+hxQtH+eqcM24PGHEB3yA6YVFDru0ITFwFAsxUpcM6ZzgVM+cMnROi2axfEWg45ip
+OkBVkijliA/bKH2wsVz41jKefPhTCil4QoBapZeKW4AStFyLmU/3SoVHkd9ZBmN4
+PDqR6zrFkXPmp+SyIc5ydt/APyTHf4iqiyAm8srhGMczznmAdWEDPqL2jYqYlEKu
+fd837/6rKeFtyYbvlw8DhU0D8vkHKrgZLJP5IL0Vqg1YQvkWIvmumv9BRepD2VYj
+tSJrzhGnoEjVKS+WFEqujPw5NaYnw7+4gcJ8dJGONQAnBN85efttLwETDCj4FdCg
+Rrx8O89PbtIyp+5r8PiSjr2/u5WIdCs83STgbIYFjvAY6nNueSdu4K+HUb0MIN6Q
+LYFujqlE/IyjNxHZLKT2
+=hAAc
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+5beeb4ec7a014904de999ebc1af990ec
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/6.4.0/solr-core-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+52ed7300e915c72da099488709b9f3ce2aadf468
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150325</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+73fe4bc130088f17dc91a6c50413a0a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+139b101d47c3c6a8f3ca1118e2a77e90ad380ef0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJqAAoJEHB7fZ9v24EFbtsP/A4Skue3O/z1TIoDg5Ae2YOH
+A5vsKJpc3S9/Hs7VywsYg174DpF1tUhEBts40y3NPy9OuZbtiZA6uarQCo2QlcpR
+jWARLYrTLKnHMngiQymEeLac+/EvADN1ozmgyM2jrTRYFvf5+ksXBb0NfaLyX0Ll
+pCBcemcY3HFLr/YXiIxqJ42vr75jLSLNsH8g/s48l3fOUREpBhl5Oqusr+vr6vs0
+ElREV8FE2T2qlX8JBlX7L0tOlqx3I1uAhiIaf2qaDc75CdZ1arQVcj/I/sfHPavs
+Lmoz144VJi6Mm5lxyGoXJoLbVClgADes/0TOnH4f7PFIGvNe7KM2mYWGd633Lz6Y
+ou7Kn0FVzF8WhTKQ7apyR3lG97FPbDpTnhio1+kh59vu8huG3ilPkYz6xk0RFLzD
+vMyh3nhP3TraoI2U8R0EOgiCJIpBQnfJMVyC8Mr3GhSIdJyMeP2zQO+TbmPEVPQp
+hxLfvY+vYz9IcwgGeR9vCNki2QB7Ab6gT6AchS401PLHmcXXtV9wcnPZ9D2mLdm8
+l5PrJVgjZ2blMRsyfTOCnOIgLAvJRTswm4rcQT9CklXU6MIhMLO/7tKBdeM+lk8Q
+GjLRzn0Fq5w/4Lyqvbeec6ghtP8Hpi/YdxZQLr0RqOcLTNCmfnXTkiOkxAJIfGKK
+0YajVpmpbxf24xpJfwVi
+=9SKd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+754c733ceefe6b3bfa7ba2bcd63e7391
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+d80862d93eba193f1e583fb9e2ab92b6d734292b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.4.0/solr-dataimporthandler-extras-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream